Class AbstractDirectedGraphNode
- java.lang.Object
-
- org.processmining.models.graphbased.AbstractGraphElement
-
- org.processmining.models.graphbased.AbstractGraphNode
-
- org.processmining.models.graphbased.directed.AbstractDirectedGraphNode
-
- All Implemented Interfaces:
java.lang.Cloneable
,java.lang.Comparable<DirectedGraphNode>
,AttributeMapOwner
,DirectedGraphElement
,DirectedGraphNode
public abstract class AbstractDirectedGraphNode extends AbstractGraphNode implements DirectedGraphNode
-
-
Constructor Summary
Constructors Constructor Description AbstractDirectedGraphNode()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description int
compareTo(DirectedGraphNode node)
abstract AbstractDirectedGraph<?,?>
getGraph()
-
Methods inherited from class org.processmining.models.graphbased.AbstractGraphNode
equals, getId, hashCode
-
Methods inherited from class org.processmining.models.graphbased.AbstractGraphElement
getAttributeMap, getLabel, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.processmining.models.graphbased.AttributeMapOwner
getAttributeMap
-
Methods inherited from interface org.processmining.models.graphbased.directed.DirectedGraphElement
equals, getLabel, hashCode
-
Methods inherited from interface org.processmining.models.graphbased.directed.DirectedGraphNode
getId
-
-
-
-
Method Detail
-
getGraph
public abstract AbstractDirectedGraph<?,?> getGraph()
- Specified by:
getGraph
in interfaceDirectedGraphElement
-
compareTo
public int compareTo(DirectedGraphNode node)
- Specified by:
compareTo
in interfacejava.lang.Comparable<DirectedGraphNode>
-
-