|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AObject
A representation of the model object 'AObject'.
CorePackage.getAObject()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
void |
addComment(java.lang.String value)
Adds to the list the value of the ' Comment ' attribute list |
AadlSpec |
getAadlSpec()
find the enclosing AadlSpec |
AObject |
getAObjectRoot()
find the enclosing root object (aadlspec, package, propertyset, or system instance |
org.eclipse.emf.common.util.EList |
getChildren()
Get the children of an AObject This will be the content. |
org.eclipse.emf.common.util.EList |
getComment()
Returns the value of the 'Comment' attribute list. |
Classifier |
getContainingClassifier()
Get the enclosing component type or implementation or Port Group Type. |
AObject |
getContainingClassifierNameSpace()
Find the containing package section or aadl spec as the name space for classifiers |
ComponentImpl |
getContainingComponentImpl()
Get the enclosing component implementation. |
ComponentType |
getContainingComponentType()
Get the enclosing component type . |
PropertyValueHolder |
getContainingPropertyAssociationDefinitionConstant()
Get the enclosing PropertyAssociation, Definition or Constant. |
Subcomponent |
getContainingSubcomponent()
Get the enclosing subcomponent or null. |
LocationReference |
getLocationReference()
Return the 'location reference' attribute. |
AObject |
getReferencedObject()
get the first object being referenced by this object. |
AObject |
getSecondReferencedObject()
get the second object being referenced by this object. |
SystemInstance |
getSystemInstance()
Find the enclosing SystemInstance to be overwritten by the InstanceObject class |
void |
setLocationReference(LocationReference lr)
Set the 'location reference' attribute. |
void |
setLocationReference(java.lang.String fn,
int ln)
Set the 'location reference' attribute. |
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 |
---|
org.eclipse.emf.common.util.EList getComment()
String
.
If the meaning of the 'Comment' attribute list isn't clear, there really should be more of a description here...
CorePackage.getAObject_Comment()
void addComment(java.lang.String value)
Comment
' attribute list.
value
- the value to add to 'Comment' attribute list.LocationReference getLocationReference()
void setLocationReference(java.lang.String fn, int ln)
fn
- File nameln
- line numbervoid setLocationReference(LocationReference lr)
lr
- Location ReferenceAadlSpec getAadlSpec()
AObject getAObjectRoot()
ComponentImpl getContainingComponentImpl()
Classifier getContainingClassifier()
ComponentType getContainingComponentType()
Subcomponent getContainingSubcomponent()
AObject getContainingClassifierNameSpace()
PropertyValueHolder getContainingPropertyAssociationDefinitionConstant()
org.eclipse.emf.common.util.EList getChildren()
SystemInstance getSystemInstance()
AObject getReferencedObject()
AObject getSecondReferencedObject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |