com.jeffpalm.graph.dot
Class Digraph

java.lang.Object
  extended by com.jeffpalm.graph.dot.DotObject
      extended by com.jeffpalm.graph.dot.Graph
          extended by com.jeffpalm.graph.dot.Digraph
All Implemented Interfaces:
HasProperties

public class Digraph
extends Graph


Nested Class Summary
 
Nested classes/interfaces inherited from class com.jeffpalm.graph.dot.Graph
Graph.Default
 
Constructor Summary
Digraph()
           
Digraph(java.lang.String id)
           
 
Method Summary
 Types.Graph getType()
           
 
Methods inherited from class com.jeffpalm.graph.dot.Graph
addNode, connect, connect, getEdges, getEdges, getEdges, getId, getInEdges, getInEdges, getNode, getNodes, getOutEdges, getOutEdges, isStrict, numEdges, numNodes, setId, setStrict
 
Methods inherited from class com.jeffpalm.graph.dot.DotObject
getProperties, set, set, set, set, set, set, set, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Digraph

public Digraph(java.lang.String id)

Digraph

public Digraph()
Method Detail

getType

public Types.Graph getType()
Specified by:
getType in class Graph