Class RemoveUnconnectedNodesPlugin


  • public class RemoveUnconnectedNodesPlugin
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Petrinet apply​(org.processmining.contexts.uitopia.UIPluginContext context, Petrinet net)  
      static Petrinet apply​(Petrinet net)
      Context-unaware version, does not allow us to find markings!
      • Methods inherited from class java.lang.Object

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

      • RemoveUnconnectedNodesPlugin

        public RemoveUnconnectedNodesPlugin()
    • Method Detail

      • apply

        public static Petrinet apply​(org.processmining.contexts.uitopia.UIPluginContext context,
                                     Petrinet net)
      • apply

        public static Petrinet apply​(Petrinet net)
        Context-unaware version, does not allow us to find markings!
        Parameters:
        net -
        Returns: