Uses of Class
net.innig.util.GraphType

Packages that use GraphType
net.innig.util   
 

Uses of GraphType in net.innig.util
 

Methods in net.innig.util with parameters of type GraphType
 boolean GraphType.is(GraphType that)
           
 

Constructors in net.innig.util with parameters of type GraphType
GraphType(java.lang.String name, GraphType parent)
           
GraphType(java.lang.String name, GraphType[] parents)