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, idAttributemodelInstance| 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, setIdbuilder, getScope, isScopeaddChildElement, asSet, 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, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetDiagramElement, getDocumentations, getExtensionElements, getId, setExtensionElements, setIdbuilder, getScope, isScopeaddChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementprotected 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 InputSetpublic Collection<DataInput> getOptionalInputs()
getOptionalInputs in interface InputSetpublic Collection<DataInput> getWhileExecutingInput()
getWhileExecutingInput in interface InputSetpublic Collection<OutputSet> getOutputSets()
getOutputSets in interface InputSetCopyright © 2018. All rights reserved.