edu.cmu.sei.aadl.model.component
Interface BusImpl

All Superinterfaces:
AObject, BusClassifier, Classifier, ComponentClassifier, ComponentImpl, org.eclipse.emf.ecore.EObject, FeatureContext, org.eclipse.core.runtime.IAdaptable, NamedElement, org.eclipse.emf.common.notify.Notifier, PropertyHolder
All Known Implementing Classes:
BusImplImpl

public interface BusImpl
extends ComponentImpl, BusClassifier

A representation of the model object 'Bus Impl'.

The following features are supported:

See Also:
ComponentPackage.getBusImpl()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 BusType getCompType()
          Returns the value of the 'Comp Type' reference.
 BusImpl getExtend()
          Returns the value of the 'Extend' reference
 BusSubcomponents getSubcomponents()
          Returns the value of the 'Subcomponents' containment reference
 boolean isSetExtend()
          Returns whether the value of the 'Extend' reference is set
 void setCompType(BusType value)
          Sets the value of the 'Comp Type' reference
 void setExtend(BusImpl value)
          Sets the value of the 'Extend' reference
 void setSubcomponents(BusSubcomponents value)
          Sets the value of the 'Subcomponents' containment reference
 void unsetExtend()
          Unsets the value of the 'Extend' reference
 
Methods inherited from interface edu.cmu.sei.aadl.model.core.ComponentImpl
addConnection, addSubcomponent, addSubcomponents, createXSubcomponents, findConnection, findFlowSequence, findMode, findModeTransition, findRefinedFeature, findSubcomponent, findSubprogram, getAllConnection, getAllConnection, getAllFlowImpl, getAllFlowImpl, getAllFlowSequence, getAllFlowSequence, getAllMode, getAllModeAndModeTransition, getAllModeTransition, getComponentType, getConnection, getConnection, getConnections, getConnections, getFlows, getFlows, getFlowSequence, getFlowSequence, getImplName, getIngoingConnection, getMode, getModeAndModeTransition, getModes, getModes, getModeTransition, getOutcomingConnection, getQualifiedName, getQualifiedTypeName, getRefinedFeature, getRefinesType, getRefinesType, getTypeName, getXAllAbstractPort, getXAllCallSequence, getXAllFeature, getXAllSubcomponent, getXAllSubcomponent, getXCallSequence, getXCallSequences, getXCallSequences, getXSubcomponent, getXSubcomponent, getXSubcomponents, getXSubcomponents, setComponentType, setConnections, setFlows, setModes, setRefinesType
 
Methods inherited from interface edu.cmu.sei.aadl.model.core.ComponentClassifier
checkAppliesToClassifier, getCategory, isDescendentOf
 
Methods inherited from interface edu.cmu.sei.aadl.model.core.Classifier
addAnnexSubclause, getAllPropertyAssociation, getAnnexSubclause, getExtendedClassifierReference, getExtendedQualifiedName, getPackageName, getXAllExtend, getXAllExtendPlusSelf, getXExtend, hasExtends, setExtendedClassifierReference
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getCompType

BusType getCompType()
Returns the value of the 'Comp Type' reference. It is bidirectional and its opposite is 'Implementations'.

If the meaning of the 'Comp Type' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Comp Type' reference.
See Also:
setCompType(BusType), ComponentPackage.getBusImpl_CompType(), BusType.getImplementations()

setCompType

void setCompType(BusType value)
Sets the value of the 'Comp Type' reference.

Parameters:
value - the new value of the 'Comp Type' reference.
See Also:
getCompType()

getExtend

BusImpl getExtend()
Returns the value of the 'Extend' reference.

If the meaning of the 'Extend' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Extend' reference.
See Also:
isSetExtend(), unsetExtend(), setExtend(BusImpl), ComponentPackage.getBusImpl_Extend()

setExtend

void setExtend(BusImpl value)
Sets the value of the 'Extend' reference.

Parameters:
value - the new value of the 'Extend' reference.
See Also:
isSetExtend(), unsetExtend(), getExtend()

unsetExtend

void unsetExtend()
Unsets the value of the 'Extend' reference.

See Also:
isSetExtend(), getExtend(), setExtend(BusImpl)

isSetExtend

boolean isSetExtend()
Returns whether the value of the 'Extend' reference is set.

Returns:
whether the value of the 'Extend' reference is set.
See Also:
unsetExtend(), getExtend(), setExtend(BusImpl)

getSubcomponents

BusSubcomponents getSubcomponents()
Returns the value of the 'Subcomponents' containment reference.

If the meaning of the 'Subcomponents' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Subcomponents' containment reference.
See Also:
setSubcomponents(BusSubcomponents), ComponentPackage.getBusImpl_Subcomponents()

setSubcomponents

void setSubcomponents(BusSubcomponents value)
Sets the value of the 'Subcomponents' containment reference.

Parameters:
value - the new value of the 'Subcomponents' containment reference.
See Also:
getSubcomponents()