Uses of Class
org.processmining.models.graphbased.AttributeMap.ArrowType
-
Packages that use AttributeMap.ArrowType Package Description org.processmining.models.graphbased -
-
Uses of AttributeMap.ArrowType in org.processmining.models.graphbased
Methods in org.processmining.models.graphbased that return AttributeMap.ArrowType Modifier and Type Method Description static AttributeMap.ArrowType
AttributeMap.ArrowType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AttributeMap.ArrowType[]
AttributeMap.ArrowType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-