|
Milyn-Smooks Version 0.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.milyn.delivery.trans.TransSet
Transformation set.
The set of TransUnit to be applied to an Element. The set maintains 2 lists, one for the TransUnits whoseElementVisitor.visitBefore()
method returns true and one for those that returned false.
This class is really just a convienient placeholder for the list of TransUnit
instances to be applied to an element, pre-broken-out into "before" and "after"
lists.
Constructor Summary | |
TransSet()
|
Method Summary | |
void |
addTransUnit(TransUnit transUnit)
Add to the TransSet. |
java.util.List |
getVisitAfterTransUnits()
Get the list of TransUnit instances to be applied after. |
java.util.List |
getVisitBeforeTransUnits()
Get the list of TransUnit instances to be applied before. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TransSet()
Method Detail |
public void addTransUnit(TransUnit transUnit)
ElementVisitor.visitBefore()
returns true, otherwise it adds to the "after" list.
transUnit
- The TransUnit to be added.public java.util.List getVisitBeforeTransUnits()
ElementVisitor.visitBefore()
.
public java.util.List getVisitAfterTransUnits()
ElementVisitor.visitBefore()
.
|
Milyn-Smooks Version 0.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |