Class SelectionUtil


  • public class SelectionUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SelectionUtil​(org.processmining.framework.plugin.PluginContext context, org.processmining.models.graphbased.directed.petrinet.PetrinetGraph net)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isChoicePlace​(org.processmining.models.graphbased.directed.petrinet.elements.Place place)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SelectionUtil

        public SelectionUtil​(org.processmining.framework.plugin.PluginContext context,
                             org.processmining.models.graphbased.directed.petrinet.PetrinetGraph net)
                      throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • isChoicePlace

        public boolean isChoicePlace​(org.processmining.models.graphbased.directed.petrinet.elements.Place place)