|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkarl.AbstTrav
public abstract class AbstTrav
Abstract Traversal with Control. Concrete traversals
(Traversal and ParTraversal)
complete the implementation, providing sequential and parallel traversal of
data structures respectively.
| Constructor Summary | |
|---|---|
AbstTrav()
Create a Traversal that goes Everywhere |
|
AbstTrav(Control c)
|
|
AbstTrav(WhereToGo c)
Create a Traversal with Selective edge/field Bypassing |
|
| Method Summary | ||
|---|---|---|
|
traverse(java.lang.Object o)
Do the Traversal... |
|
|
traverse(java.lang.Object o,
java.lang.Object a)
Do the Traversal... |
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstTrav()
public AbstTrav(WhereToGo c)
public AbstTrav(Control c)
| Method Detail |
|---|
public <Ret> Ret traverse(java.lang.Object o)
public <Ret> Ret traverse(java.lang.Object o,
java.lang.Object a)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||