|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.aduna.linkmap.transform.CompoundTransform
public class CompoundTransform
CompoundFilter is a utility Transform that combines a sequence of other Transforms into a single Transform.
| Constructor Summary | |
|---|---|
CompoundTransform()
|
|
| Method Summary | |
|---|---|
void |
add(Transform transform)
Adds a Transform to the end of the Transform list. |
boolean |
remove(Transform transform)
Removes a Transform from the list of Transforms. |
Graph |
transform(Graph graph)
Chains all Transforms in this CompoundTransform, applying each Transform on the result of the previous Transform, the first starting with the specified Graph. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompoundTransform()
| Method Detail |
|---|
public void add(Transform transform)
public boolean remove(Transform transform)
public Graph transform(Graph graph)
transform in interface Transform
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||