Uses of Class
org.processmining.plugins.psd.model.PSDArrow
-
Packages that use PSDArrow Package Description org.processmining.plugins.psd.model org.processmining.plugins.psd.model.pattern org.processmining.plugins.psd.model.sequence -
-
Uses of PSDArrow in org.processmining.plugins.psd.model
Methods in org.processmining.plugins.psd.model that return types with arguments of type PSDArrow Modifier and Type Method Description java.util.Set<PSDArrow>PSDBlock. getInArrows()Returns the arrows that end in this blockjava.util.Set<PSDArrow>PSDBlock. getOutArrows()Returns the arrows that originate from this blockMethod parameters in org.processmining.plugins.psd.model with type arguments of type PSDArrow Modifier and Type Method Description voidPSDBlock. setInArrows(java.util.Set<PSDArrow> inArrows)Sets the arrows that end in this blockvoidPSDBlock. setOutArrows(java.util.Set<PSDArrow> outArrows)Sets the arrows that originate from this block -
Uses of PSDArrow in org.processmining.plugins.psd.model.pattern
Subclasses of PSDArrow in org.processmining.plugins.psd.model.pattern Modifier and Type Class Description classPSDPatternArrow -
Uses of PSDArrow in org.processmining.plugins.psd.model.sequence
Subclasses of PSDArrow in org.processmining.plugins.psd.model.sequence Modifier and Type Class Description classPSDSequenceArrow
-