Uses of Class
org.processmining.framework.log.rfb.LightweightModelElements

Packages that use LightweightModelElements
org.processmining.framework.log.rfb   
 

Uses of LightweightModelElements in org.processmining.framework.log.rfb
 

Fields in org.processmining.framework.log.rfb declared as LightweightModelElements
protected  LightweightModelElements ProcessInstanceImpl.modelElements
          Lightweight model elements container.
protected  LightweightModelElements LightweightModelElements.LightweightModelElement.parent
          Reference to the fat parent.
protected  LightweightModelElements LightweightModelElements.LightweightModelElementIterator.parent
          Reference to fat parent.
 

Methods in org.processmining.framework.log.rfb with parameters of type LightweightModelElements
 void LightweightModelElements.merge(LightweightModelElements mergeElements)
          Merges this set of model elements with another one, thus rendering the instance on which this method is invoked the union of its prior set and the set of elements to be merged with.
 

Constructors in org.processmining.framework.log.rfb with parameters of type LightweightModelElements
LightweightModelElements.LightweightModelElement(LightweightModelElements parent, int index)
          Creates a new model element proxy
LightweightModelElements.LightweightModelElementIterator(LightweightModelElements parent, int position)
          Creates a new lightweight iterator on a set of model elements with its initial position in that set.