org.processmining.models.connections.petrinets.structural
Class NotPCoveredNodesConnection

java.lang.Object
  extended by org.processmining.framework.connections.impl.AbstractConnection
      extended by org.processmining.models.connections.petrinets.structural.NotPCoveredNodesConnection
All Implemented Interfaces:
org.processmining.framework.connections.Connection

public class NotPCoveredNodesConnection
extends org.processmining.framework.connections.impl.AbstractConnection


Field Summary
static java.lang.String NET
           
static java.lang.String NODES
           
 
Fields inherited from class org.processmining.framework.connections.impl.AbstractConnection
manager
 
Constructor Summary
NotPCoveredNodesConnection(PetrinetGraph net, NotPCoveredNodesSet nodes)
           
 
Method Summary
 
Methods inherited from class org.processmining.framework.connections.impl.AbstractConnection
containsObjects, containsObjects, equals, get, getID, getLabel, getMapping, getObjects, getObjectWithRole, getRoles, hashCode, isRemoved, put, remove, remove, setLabel, setManager, toString, updated
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NET

public static final java.lang.String NET
See Also:
Constant Field Values

NODES

public static final java.lang.String NODES
See Also:
Constant Field Values
Constructor Detail

NotPCoveredNodesConnection

public NotPCoveredNodesConnection(PetrinetGraph net,
                                  NotPCoveredNodesSet nodes)