public class TaskImpl extends PlanItemDefinitionImpl implements Task
Modifier and Type | Field and Description |
---|---|
protected static ChildElementCollection<InputsCaseParameter> |
inputsCollection |
protected static Attribute<Boolean> |
isBlockingAttribute |
protected static ChildElementCollection<OutputsCaseParameter> |
outputsCollection |
defaultControlChild, nameAttribute
descriptionAttribute, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
TaskImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
Collection<InputsCaseParameter> |
getInputs() |
Collection<OutputsCaseParameter> |
getOutputs() |
boolean |
isBlocking() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setIsBlocking(boolean isBlocking) |
getDefaultControl, getName, setDefaultControl, setName
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
addChildElement, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDefaultControl, getName, setDefaultControl, setName
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
protected static ChildElementCollection<InputsCaseParameter> inputsCollection
protected static ChildElementCollection<OutputsCaseParameter> outputsCollection
public TaskImpl(ModelTypeInstanceContext instanceContext)
public boolean isBlocking()
isBlocking
in interface Task
public void setIsBlocking(boolean isBlocking)
setIsBlocking
in interface Task
public Collection<InputsCaseParameter> getInputs()
public Collection<OutputsCaseParameter> getOutputs()
getOutputs
in interface Task
public static void registerType(ModelBuilder modelBuilder)
Copyright © 2018. All rights reserved.