Uses of Class
org.processmining.partialorder.plugins.vis.palignment.PAlignmentMainVisPanel.POAlignmentVisType
-
-
Uses of PAlignmentMainVisPanel.POAlignmentVisType in org.processmining.partialorder.models.palignment
Methods in org.processmining.partialorder.models.palignment with parameters of type PAlignmentMainVisPanel.POAlignmentVisType Modifier and Type Method Description PartialOrderGraphPAlignmentConverter. convert(PAlignment pAlignment, PAlignmentMainVisPanel.POAlignmentVisType currentType, PartialVisualType visType, org.deckfour.xes.classification.XEventClassifier classifier) -
Uses of PAlignmentMainVisPanel.POAlignmentVisType in org.processmining.partialorder.plugins.vis
Methods in org.processmining.partialorder.plugins.vis with parameters of type PAlignmentMainVisPanel.POAlignmentVisType Modifier and Type Method Description static PartialOrderGraphPartialOrderGraphFactory. convert(PAlignment alignment, PAlignmentMainVisPanel.POAlignmentVisType currentType, PartialVisualType visType)static PartialOrderGraphPartialOrderGraphFactory. convert(PAlignment pAlignment, PAlignmentMainVisPanel.POAlignmentVisType currentType, PartialVisualType visType, org.deckfour.xes.classification.XEventClassifier classifier) -
Uses of PAlignmentMainVisPanel.POAlignmentVisType in org.processmining.partialorder.plugins.vis.palignment
Methods in org.processmining.partialorder.plugins.vis.palignment that return PAlignmentMainVisPanel.POAlignmentVisType Modifier and Type Method Description static PAlignmentMainVisPanel.POAlignmentVisTypePAlignmentMainVisPanel.POAlignmentVisType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PAlignmentMainVisPanel.POAlignmentVisType[]PAlignmentMainVisPanel.POAlignmentVisType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-