Class ModelTransactionTree
- java.lang.Object
-
- org.eclipse.epsilon.eol.models.transactions.ModelTransactionTree
-
public class ModelTransactionTree extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<ModelTransactionTree>
nested
protected ModelTransactionTree
parent
protected IModelTransaction
transaction
-
Constructor Summary
Constructors Constructor Description ModelTransactionTree(IModelTransaction transaction, ModelTransactionTree parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ModelTransactionTree>
getNested()
ModelTransactionTree
getParent()
IModelTransaction
getTransaction()
-
-
-
Field Detail
-
transaction
protected IModelTransaction transaction
-
parent
protected ModelTransactionTree parent
-
nested
protected java.util.List<ModelTransactionTree> nested
-
-
Constructor Detail
-
ModelTransactionTree
public ModelTransactionTree(IModelTransaction transaction, ModelTransactionTree parent)
-
-
Method Detail
-
getTransaction
public IModelTransaction getTransaction()
-
getParent
public ModelTransactionTree getParent()
-
getNested
public java.util.List<ModelTransactionTree> getNested()
-
-