|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Subcomponent
A representation of the model object 'Subcomponent'.
CorePackage.getSubcomponent()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList |
getAllSubcomponentRefinements()
Return the subcomponent and any of the subcomponents it refines |
ComponentCategory |
getCategory()
returns the ComponentCategory literal for the given subcomponent |
ClassifierReference |
getClassifierReference()
get extends reference names from ClassifierReference |
ComponentImpl |
getComponentImpl()
returns the component implemenation object of a given subcomponent |
ComponentType |
getComponentType()
returns the component type object of a given subcomponent It is retrieved by direct link. |
java.lang.String |
getQualifiedClassifierName()
get qualified subcomponent classifier name. |
RefinedReference |
getRefinedReference()
get reference names from flowReference |
ComponentType |
getSubcomponentType()
returns the component type object for the subcomponent |
java.util.Collection |
getXAllAbstractPort()
get list of all abstract ports (ports, port groups, parameters )of a subcomponent, including those of ancestors These are the abstract ports of its classifier In case of refined abstract ports the refined abstract ports is returned in the list. |
ComponentClassifier |
getXAllClassifier()
Returns the component classifier object for the subcomponent. |
org.eclipse.emf.common.util.EList |
getXAllFeature()
get list of all features of a subcomponent, including ancestor features These are the features of its classifier In case of refined features the refined features is returned in the list. |
ComponentClassifier |
getXClassifier()
returns the component classifier object for the subcomponent |
Subcomponent |
getXRefines()
returns component classifier being refined |
boolean |
isRefined()
Returns the value of the 'Refined' attribute |
void |
setClassifierReference(ClassifierReference cr)
set extends reference names from ClassifierReference |
void |
setComponentClassifier(ComponentClassifier ct)
sets the component type object reference of a given subcomponent |
void |
setRefined(boolean value)
Sets the value of the ' Refined ' attribute |
void |
setRefinedReference(RefinedReference fr)
set sets reference names from refined reference |
Methods inherited from interface edu.cmu.sei.aadl.model.core.ModeMember |
---|
addInModes, addModeName, getAllInModes, getInModes, getModeName, isAllInMode, isInMode, isNoMode, setNoMode |
Methods inherited from interface edu.cmu.sei.aadl.model.core.NamedElement |
---|
getName, setName |
Methods inherited from interface edu.cmu.sei.aadl.model.core.AObject |
---|
addComment, getAadlSpec, getAObjectRoot, getChildren, getComment, getContainingClassifier, getContainingClassifierNameSpace, getContainingComponentImpl, getContainingComponentType, getContainingPropertyAssociationDefinitionConstant, getContainingSubcomponent, getLocationReference, getReferencedObject, getSecondReferencedObject, getSystemInstance, 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 |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
boolean isRefined()
If the meaning of the 'Refined' attribute isn't clear, there really should be more of a description here...
setRefined(boolean)
void setRefined(boolean value)
Refined
' attribute.
value
- the new value of the 'Refined' attribute.isRefined()
ComponentType getSubcomponentType()
ComponentClassifier getXClassifier()
ComponentClassifier getXAllClassifier()
ComponentImpl getComponentImpl()
ComponentType getComponentType()
void setClassifierReference(ClassifierReference cr)
ClassifierReference getClassifierReference()
java.lang.String getQualifiedClassifierName()
void setComponentClassifier(ComponentClassifier ct)
ct
- Component typevoid setRefinedReference(RefinedReference fr)
RefinedReference getRefinedReference()
Subcomponent getXRefines()
org.eclipse.emf.common.util.EList getAllSubcomponentRefinements()
org.eclipse.emf.common.util.EList getXAllFeature()
java.util.Collection getXAllAbstractPort()
ComponentCategory getCategory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |