|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for incrementally building Txns. Created on Sep 8, 2003
Method Summary | |
TxnOp |
addOp(Node subj,
Operator op)
Create a TxnOp and add it to the list of TxnOps in this Txn. |
boolean |
commit()
Commit the currently accumulated Txn. |
boolean |
retractOp(TxnOp op)
Retract a TxnOp from this Txn. |
Methods inherited from interface org.nodal.model.Txn |
attribution, committed, inverse, ops, repository, resolved, subjectList, subjects |
Method Detail |
public TxnOp addOp(Node subj, Operator op)
subj
- the Node that is operated on by this TxnOpop
- the Operator that modifies/creates the subj Node
public boolean retractOp(TxnOp op)
op
- the TxnOp to be retracted
public boolean commit()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |