Uses of Class
org.processmining.partialorder.models.replay.SyncProductModel.PlaceType
-
Packages that use SyncProductModel.PlaceType Package Description org.processmining.partialorder.models.palignment org.processmining.partialorder.models.replay -
-
Uses of SyncProductModel.PlaceType in org.processmining.partialorder.models.palignment
Methods in org.processmining.partialorder.models.palignment with parameters of type SyncProductModel.PlaceType Modifier and Type Method Description static MoveDependencyMoveDependencyFactory. updateDependency(SyncProductModel.PlaceType placeType, Move snode, Move tnode, MoveDependency edge, PDependency r) -
Uses of SyncProductModel.PlaceType in org.processmining.partialorder.models.replay
Methods in org.processmining.partialorder.models.replay that return SyncProductModel.PlaceType Modifier and Type Method Description static SyncProductModel.PlaceTypeSyncProductModel. getPlaceType(java.lang.String label)static SyncProductModel.PlaceTypeSyncProductModel.PlaceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SyncProductModel.PlaceType[]SyncProductModel.PlaceType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-