Class AbstractStrongReferencingConnection

java.lang.Object
org.processmining.framework.connections.impl.AbstractConnection
org.processmining.framework.connections.impl.AbstractStrongReferencingConnection
All Implemented Interfaces:
Connection

public abstract class AbstractStrongReferencingConnection extends AbstractConnection
  • Constructor Details

    • AbstractStrongReferencingConnection

      public AbstractStrongReferencingConnection(String label)
  • Method Details

    • putStrong

      protected <T> WeakReference<T> putStrong(String role, T o)
    • isRemoved

      public boolean isRemoved()
      Description copied from interface: 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 Connection
      Overrides:
      isRemoved in class AbstractConnection
      Returns: