|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ElementVisitor
Lemon model visitor
| Method Summary | |
|---|---|
boolean |
follow(URI uri)
Indicate if you wish the visitor to move across certain links |
boolean |
hasVisited(LemonElement element)
Returns true if the visitor has already visited this element |
void |
visit(LemonElement element)
Perform an action on a single element |
boolean |
visitFirst()
If true the visit method will be called in direct order, otherwise in reverse order |
| Method Detail |
|---|
void visit(LemonElement element)
element - boolean follow(URI uri)
uri - The URI of the predicate in the model
boolean hasVisited(LemonElement element)
element -
boolean visitFirst()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||