Uses of Interface
org.processmining.partialorder.models.palignment.MoveDependency
-
Packages that use MoveDependency Package Description org.processmining.partialorder.models.palignment org.processmining.partialorder.models.palignment.dependency -
-
Uses of MoveDependency in org.processmining.partialorder.models.palignment
Methods in org.processmining.partialorder.models.palignment that return MoveDependency Modifier and Type Method Description MoveDependencyPAlignment. getDependency(Move predessor, Move successor)MoveDependencyPAlignmentImp. getDependency(Move predessor, Move successor)static MoveDependencyMoveDependencyFactory. updateDependency(SyncProductModel.PlaceType placeType, Move snode, Move tnode, MoveDependency edge, PDependency r)Methods in org.processmining.partialorder.models.palignment that return types with arguments of type MoveDependency Modifier and Type Method Description java.util.Collection<MoveDependency>PAlignment. getDependencies()java.util.Collection<MoveDependency>PAlignmentImp. getDependencies()java.util.Collection<MoveDependency>PAlignment. getDirectDependencies()java.util.Collection<MoveDependency>PAlignmentImp. getDirectDependencies()java.util.Collection<MoveDependency>PAlignment. getLogDependencies()java.util.Collection<MoveDependency>PAlignmentImp. getLogDependencies()java.util.Collection<MoveDependency>PAlignment. getModelDependencies()java.util.Collection<MoveDependency>PAlignmentImp. getModelDependencies()java.util.Collection<MoveDependency>PAlignment. getSyncDependencies()java.util.Collection<MoveDependency>PAlignmentImp. getSyncDependencies()Methods in org.processmining.partialorder.models.palignment with parameters of type MoveDependency Modifier and Type Method Description voidPAlignment. addDependency(MoveDependency depedency)voidPAlignmentImp. addDependency(MoveDependency depedency)voidPAlignment. removeDependency(MoveDependency edge)voidPAlignmentImp. removeDependency(MoveDependency edge)static MoveDependencyMoveDependencyFactory. updateDependency(SyncProductModel.PlaceType placeType, Move snode, Move tnode, MoveDependency edge, PDependency r) -
Uses of MoveDependency in org.processmining.partialorder.models.palignment.dependency
Subinterfaces of MoveDependency in org.processmining.partialorder.models.palignment.dependency Modifier and Type Interface Description interfaceMoveDependencyLogClasses in org.processmining.partialorder.models.palignment.dependency that implement MoveDependency Modifier and Type Class Description classMoveDependencyAbtractclassMoveDependencyLinearclassMoveDependencyLogImpclassMoveDependencyModelclassMoveDependencySync
-