Class AbstractGraphElement
- java.lang.Object
-
- org.processmining.models.graphbased.AbstractGraphElement
-
- All Implemented Interfaces:
AttributeMapOwner
- Direct Known Subclasses:
AbstractGraph
,AbstractGraphEdge
,AbstractGraphNode
public abstract class AbstractGraphElement extends java.lang.Object implements AttributeMapOwner
-
-
Constructor Summary
Constructors Constructor Description AbstractGraphElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeMap
getAttributeMap()
java.lang.String
getLabel()
java.lang.String
toString()
-
-
-
Method Detail
-
getLabel
public java.lang.String getLabel()
-
getAttributeMap
public AttributeMap getAttributeMap()
- Specified by:
getAttributeMap
in interfaceAttributeMapOwner
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-