|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentClassifier
A representation of the model object 'Component Classifier'.
The following features are supported:
Aadl2Package.getComponentClassifier()
Field Summary |
---|
Fields inherited from interface edu.cmu.sei.aadl.aadl2.parsesupport.AObject |
---|
copyright |
Method Summary | |
---|---|
InternalEvent |
createOwnedInternalEvent()
Creates a new InternalEvent and appends it to the 'Owned Internal Event' containment reference list |
Mode |
createOwnedMode()
Creates a new Mode and appends it to the 'Owned Mode' containment reference list |
ModeTransition |
createOwnedModeTransition()
Creates a new ModeTransition and appends it to the 'Owned Mode Transition' containment reference list |
ProcessorPort |
createOwnedProcessorPort()
Creates a new ProcessorPort and appends it to the 'Owned Processor Port' containment reference list |
java.lang.String |
getCategory()
Returns the category ("abstract", "bus", "data", "device", etc.) for the classifier. |
org.eclipse.emf.common.util.EList<InternalEvent> |
getOwnedInternalEvents()
Returns the value of the 'Owned Internal Event' containment reference list. |
org.eclipse.emf.common.util.EList<Mode> |
getOwnedModes()
Returns the value of the 'Owned Mode' containment reference list. |
org.eclipse.emf.common.util.EList<ModeTransition> |
getOwnedModeTransitions()
Returns the value of the 'Owned Mode Transition' containment reference list. |
org.eclipse.emf.common.util.EList<ProcessorPort> |
getOwnedProcessorPorts()
Returns the value of the 'Owned Processor Port' containment reference list. |
boolean |
isNoFlows()
Returns the value of the 'No Flows' attribute |
boolean |
isNoModes()
Returns the value of the 'No Modes' attribute |
void |
setNoFlows(boolean value)
Sets the value of the ' No Flows ' attribute |
void |
setNoModes(boolean value)
Sets the value of the ' No Modes ' attribute |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.Namespace |
---|
findNamedElement, getMembers, getNamesOfMember, getOwnedMembers, members_distinguishable, membersAreDistinguishable |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.Type |
---|
conformsTo |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.Element |
---|
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self |
Methods inherited from interface edu.cmu.sei.aadl.aadl2.parsesupport.AObject |
---|
getLocationReference, setLocationReference, setLocationReference |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Method Detail |
---|
org.eclipse.emf.common.util.EList<Mode> getOwnedModes()
Mode
.
This feature subsets the following features:
If the meaning of the 'Owned Mode' containment reference list isn't clear, there really should be more of a description here...
Aadl2Package.getComponentClassifier_OwnedMode()
Mode createOwnedMode()
Mode
and appends it to the 'Owned Mode' containment reference list.
Mode
.getOwnedModes()
org.eclipse.emf.common.util.EList<ModeTransition> getOwnedModeTransitions()
ModeTransition
.
This feature subsets the following features:
If the meaning of the 'Owned Mode Transition' containment reference list isn't clear, there really should be more of a description here...
Aadl2Package.getComponentClassifier_OwnedModeTransition()
ModeTransition createOwnedModeTransition()
ModeTransition
and appends it to the 'Owned Mode Transition' containment reference list.
ModeTransition
.getOwnedModeTransitions()
boolean isNoFlows()
If the meaning of the 'No Flows' attribute isn't clear, there really should be more of a description here...
setNoFlows(boolean)
,
Aadl2Package.getComponentClassifier_NoFlows()
void setNoFlows(boolean value)
No Flows
' attribute.
value
- the new value of the 'No Flows' attribute.isNoFlows()
boolean isNoModes()
If the meaning of the 'No Modes' attribute isn't clear, there really should be more of a description here...
setNoModes(boolean)
,
Aadl2Package.getComponentClassifier_NoModes()
void setNoModes(boolean value)
No Modes
' attribute.
value
- the new value of the 'No Modes' attribute.isNoModes()
org.eclipse.emf.common.util.EList<ProcessorPort> getOwnedProcessorPorts()
ProcessorPort
.
If the meaning of the 'Owned Processor Port' containment reference list isn't clear, there really should be more of a description here...
Aadl2Package.getComponentClassifier_OwnedProcessorPort()
ProcessorPort createOwnedProcessorPort()
ProcessorPort
and appends it to the 'Owned Processor Port' containment reference list.
ProcessorPort
.getOwnedProcessorPorts()
org.eclipse.emf.common.util.EList<InternalEvent> getOwnedInternalEvents()
InternalEvent
.
If the meaning of the 'Owned Internal Event' containment reference list isn't clear, there really should be more of a description here...
Aadl2Package.getComponentClassifier_OwnedInternalEvent()
InternalEvent createOwnedInternalEvent()
InternalEvent
and appends it to the 'Owned Internal Event' containment reference list.
InternalEvent
.getOwnedInternalEvents()
java.lang.String getCategory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |