public class IoSpecificationImpl extends BaseElementImpl implements IoSpecification
Modifier and Type | Field and Description |
---|---|
protected static ChildElementCollection<DataInput> |
dataInputCollection |
protected static ChildElementCollection<DataOutput> |
dataOutputCollection |
protected static ChildElementCollection<InputSet> |
inputSetCollection |
protected static ChildElementCollection<OutputSet> |
outputSetCollection |
documentationCollection, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
IoSpecificationImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
Collection<DataInput> |
getDataInputs() |
Collection<DataOutput> |
getDataOutputs() |
Collection<InputSet> |
getInputSets() |
Collection<OutputSet> |
getOutputSets() |
static void |
registerType(ModelBuilder modelBuilder) |
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 ChildElementCollection<DataInput> dataInputCollection
protected static ChildElementCollection<DataOutput> dataOutputCollection
protected static ChildElementCollection<InputSet> inputSetCollection
protected static ChildElementCollection<OutputSet> outputSetCollection
public IoSpecificationImpl(ModelTypeInstanceContext instanceContext)
public static void registerType(ModelBuilder modelBuilder)
public Collection<DataInput> getDataInputs()
getDataInputs
in interface IoSpecification
public Collection<DataOutput> getDataOutputs()
getDataOutputs
in interface IoSpecification
public Collection<InputSet> getInputSets()
getInputSets
in interface IoSpecification
public Collection<OutputSet> getOutputSets()
getOutputSets
in interface IoSpecification
Copyright © 2015. All rights reserved.