|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.framework.log.classic.ModelElementsClassic
public class ModelElementsClassic
Constructor Summary | |
---|---|
ModelElementsClassic(ProcessInstance pi)
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
ModelElement |
find(java.lang.String element)
Retrieves a model element from this set. |
ModelElement |
first()
Retrieves the first model element in this set. |
ModelElement |
get(int index)
Retrieves a model element contained in this set at the specific index. |
boolean |
hasNext()
Iterator method. |
java.util.Iterator |
iterator()
Retrieves an iterator over the ModelElement
instances contained in this set. |
ModelElement |
last()
Retrieves the last model element in this set. |
ModelElement |
next()
Iterator method. |
void |
reset()
Iterator method. |
int |
size()
Retrieves the number of model elements contained in this set. |
java.lang.String |
toString()
Returns a string representation of this set. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ModelElementsClassic(ProcessInstance pi)
Method Detail |
---|
public ModelElement find(java.lang.String element)
ModelElements
find
in interface ModelElements
element
- Name of the model element.
null
otherwise.public boolean hasNext()
ModelElements
hasNext
in interface ModelElements
public ModelElement next()
ModelElements
next
in interface ModelElements
public void reset()
ModelElements
reset
in interface ModelElements
public ModelElement first()
ModelElements
first
in interface ModelElements
public ModelElement last()
ModelElements
last
in interface ModelElements
public int size()
ModelElements
size
in interface ModelElements
public ModelElement get(int index)
ModelElements
get
in interface ModelElements
index
- Index of the requested model
element in this set.
public java.lang.String toString()
ModelElements
toString
in interface ModelElements
toString
in class java.lang.Object
public java.util.Iterator iterator()
ModelElements
ModelElement
instances contained in this set.
iterator
in interface ModelElements
public java.lang.Object clone()
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |