Class MarkingsetNetConnection

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String MARKINGS  
      static java.lang.String NET  
      static java.lang.String SEMANTICS  
      • Fields inherited from class org.processmining.framework.connections.impl.AbstractConnection

        manager
    • Method Summary

      • Methods inherited from class org.processmining.framework.connections.impl.AbstractStrongReferencingConnection

        isRemoved, putStrong
      • Methods inherited from class org.processmining.framework.connections.impl.AbstractConnection

        containsObjects, containsObjects, equals, get, getID, getLabel, getMapping, getObjects, getObjectWithRole, getRoles, hashCode, put, remove, remove, setLabel, setManager, toString, updated
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MarkingsetNetConnection

        public MarkingsetNetConnection​(PetrinetGraph net,
                                       AbstractMarkingSet<?> marking,
                                       org.processmining.models.semantics.Semantics<Marking,​Transition> semantics,
                                       java.lang.String setName)
        All markings contain only places from the net, i.e. for all elements m of marking holds that: assert(net.getPlaces().containsAll(m.toSet()));
        Parameters:
        net -
        marking -