net.ogdf.lib
Class Graph

java.lang.Object
  extended by net.ogdf.lib.Graph

public class Graph
extends Object

Rating red

Nested Class Summary
static class Graph.EdgeType
           
 
Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
  Graph()
           
protected Graph(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
protected static long getCPtr(Graph obj)
           
 EdgeElement newEdge(NodeElement arg0, NodeElement arg1)
           
 NodeElement newNode()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

Graph

protected Graph(long cPtr,
                boolean cMemoryOwn)

Graph

public Graph()
Method Detail

getCPtr

protected static long getCPtr(Graph obj)

finalize

protected void finalize()
Overrides:
finalize in class Object

delete

public void delete()

newNode

public NodeElement newNode()

newEdge

public EdgeElement newEdge(NodeElement arg0,
                           NodeElement arg1)