|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.projectory.koivima.core.Element
de.projectory.koivima.core.AbstractElementList
de.projectory.koivima.core.ElementList
public class ElementList
A list of executable Elements that is itself an element.
| Field Summary |
|---|
| Fields inherited from class de.projectory.koivima.core.AbstractElementList |
|---|
code |
| Fields inherited from class de.projectory.koivima.core.Element |
|---|
context |
| Constructor Summary | |
|---|---|
ElementList()
|
|
| Method Summary | |
|---|---|
void |
add(Element element)
Adds an element to the end of this list. |
void |
addFirst(Element element)
Adds an element to the beginning of this list. |
| Methods inherited from class de.projectory.koivima.core.AbstractElementList |
|---|
execute, iterator, setExecutionContext |
| Methods inherited from class de.projectory.koivima.core.Element |
|---|
getExecutionContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ElementList()
| Method Detail |
|---|
public void add(Element element)
add in class AbstractElementListelement - A code element: data element, operator or otherpublic void addFirst(Element element)
addFirst in class AbstractElementListelement - A code element: data element, operator or other
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||