public class InputSetImpl extends BaseElementImpl implements InputSet
Modifier and Type | Field and Description |
---|---|
protected static ElementReferenceCollection<DataInput,DataInputRefs> |
dataInputDataInputRefsCollection |
protected static Attribute<String> |
nameAttribute |
protected static ElementReferenceCollection<DataInput,OptionalInputRefs> |
optionalInputRefsCollection |
protected static ElementReferenceCollection<OutputSet,OutputSetRefs> |
outputSetOutputSetRefsCollection |
protected static ElementReferenceCollection<DataInput,WhileExecutingInputRefs> |
whileExecutingInputRefsCollection |
documentationCollection, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
InputSetImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
Collection<DataInput> |
getDataInputs() |
String |
getName() |
Collection<DataInput> |
getOptionalInputs() |
Collection<OutputSet> |
getOutputSets() |
Collection<DataInput> |
getWhileExecutingInput() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setName(String name) |
getDiagramElement, getDocumentations, getExtensionElements, getId, getIncomingReferencesByType, setExtensionElements, setId
builder, getScope, isScope
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
getDiagramElement, getDocumentations, getExtensionElements, getId, setExtensionElements, setId
builder, getScope, isScope
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 ElementReferenceCollection<DataInput,DataInputRefs> dataInputDataInputRefsCollection
protected static ElementReferenceCollection<DataInput,OptionalInputRefs> optionalInputRefsCollection
protected static ElementReferenceCollection<DataInput,WhileExecutingInputRefs> whileExecutingInputRefsCollection
protected static ElementReferenceCollection<OutputSet,OutputSetRefs> outputSetOutputSetRefsCollection
public InputSetImpl(ModelTypeInstanceContext instanceContext)
public static void registerType(ModelBuilder modelBuilder)
public Collection<DataInput> getDataInputs()
getDataInputs
in interface InputSet
public Collection<DataInput> getOptionalInputs()
getOptionalInputs
in interface InputSet
public Collection<DataInput> getWhileExecutingInput()
getWhileExecutingInput
in interface InputSet
public Collection<OutputSet> getOutputSets()
getOutputSets
in interface InputSet
Copyright © 2015. All rights reserved.