Uses of Class
de.cau.cs.kieler.core.slimgraph.KSlimNode.IncEntry.Type

Packages that use KSlimNode.IncEntry.Type
de.cau.cs.kieler.core.slimgraph Slim graph representation for undirected graphs, used in many graph algorithms. 
 

Uses of KSlimNode.IncEntry.Type in de.cau.cs.kieler.core.slimgraph
 

Methods in de.cau.cs.kieler.core.slimgraph that return KSlimNode.IncEntry.Type
 KSlimNode.IncEntry.Type KSlimNode.IncEntry.getType()
          Returns the type.
static KSlimNode.IncEntry.Type KSlimNode.IncEntry.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static KSlimNode.IncEntry.Type[] KSlimNode.IncEntry.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.cau.cs.kieler.core.slimgraph with parameters of type KSlimNode.IncEntry.Type
 void KSlimNode.IncEntry.setType(KSlimNode.IncEntry.Type thetype)
          Sets the type.
 

Constructors in de.cau.cs.kieler.core.slimgraph with parameters of type KSlimNode.IncEntry.Type
KSlimNode.IncEntry(KSlimEdge theedge, KSlimNode.IncEntry.Type thetype)
          Creates an incidence list entry.