Constructor and Description |
---|
Model() |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor v)
Model supports the request to accept a visitor for all toplevel elements.
|
void |
add(Element e) |
void |
clear() |
java.util.Iterator<Element> |
iterator() |
void |
remove(Element e) |
public void add(Element e)
public void remove(Element e)
public void clear()
public java.util.Iterator<Element> iterator()
iterator
in interface java.lang.Iterable<Element>
public void accept(Visitor v)
v
- Visitor to process all elements in the model