ch.tatool.core.element
Class CompoundElement
java.lang.Object
ch.tatool.core.element.AbstractPropertyHolder
ch.tatool.core.element.NodeImpl
ch.tatool.core.element.AbstractElement
ch.tatool.core.element.CompoundElement
- All Implemented Interfaces:
- PropertyHolder, Element, Node
public class CompoundElement
- extends AbstractElement
Element that holds two child elements, the execution of which is alternated when a
special ExecutionOutcome is returned by a containing element execution.
- Author:
- Michael Ruflin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompoundElement
public CompoundElement()
getPrimary
public Element getPrimary()
setPrimary
public void setPrimary(Element primary)
getSecondary
public Element getSecondary()
setSecondary
public void setSecondary(Element secondary)
getChildren
public List<Element> getChildren()
- This returns a list containing primary and secondary element.
getExecutable
public Executable getExecutable()
- Always returns null.
Copyright © 2012. All Rights Reserved.