Class NonLiveSequencesConnection

  • All Implemented Interfaces:
    org.processmining.framework.connections.Connection

    public class NonLiveSequencesConnection
    extends AbstractSemanticConnection
    • Field Summary

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

        manager
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isRemoved()
      Return true if one of the objects connected by this connection no longer exists, i.e.
      • Methods inherited from class org.processmining.framework.connections.impl.AbstractStrongReferencingConnection

        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
    • Method Detail

      • isRemoved

        public boolean isRemoved()
        Description copied from interface: org.processmining.framework.connections.Connection
        Return true if one of the objects connected by this connection no longer exists, i.e. it is collected by the garbage collector.
        Specified by:
        isRemoved in interface org.processmining.framework.connections.Connection
        Overrides:
        isRemoved in class org.processmining.framework.connections.impl.AbstractStrongReferencingConnection
        Returns: