public class OutputSetImpl extends BaseElementImpl implements OutputSet
Modifier and Type | Field and Description |
---|---|
protected static ElementReferenceCollection<DataOutput,DataOutputRefs> |
dataOutputRefsCollection |
protected static ElementReferenceCollection<InputSet,InputSetRefs> |
inputSetInputSetRefsCollection |
protected static Attribute<String> |
nameAttribute |
protected static ElementReferenceCollection<DataOutput,OptionalOutputRefs> |
optionalOutputRefsCollection |
protected static ElementReferenceCollection<DataOutput,WhileExecutingOutputRefs> |
whileExecutingOutputRefsCollection |
documentationCollection, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
OutputSetImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
Collection<DataOutput> |
getDataOutputRefs() |
Collection<InputSet> |
getInputSetRefs() |
String |
getName() |
Collection<DataOutput> |
getOptionalOutputRefs() |
Collection<DataOutput> |
getWhileExecutingOutputRefs() |
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<DataOutput,DataOutputRefs> dataOutputRefsCollection
protected static ElementReferenceCollection<DataOutput,OptionalOutputRefs> optionalOutputRefsCollection
protected static ElementReferenceCollection<DataOutput,WhileExecutingOutputRefs> whileExecutingOutputRefsCollection
protected static ElementReferenceCollection<InputSet,InputSetRefs> inputSetInputSetRefsCollection
public OutputSetImpl(ModelTypeInstanceContext instanceContext)
public static void registerType(ModelBuilder modelBuilder)
public Collection<DataOutput> getDataOutputRefs()
getDataOutputRefs
in interface OutputSet
public Collection<DataOutput> getOptionalOutputRefs()
getOptionalOutputRefs
in interface OutputSet
public Collection<DataOutput> getWhileExecutingOutputRefs()
getWhileExecutingOutputRefs
in interface OutputSet
public Collection<InputSet> getInputSetRefs()
getInputSetRefs
in interface OutputSet
Copyright © 2015. All rights reserved.