Interface AbstractCodeElement
- All Superinterfaces:
Element,org.eclipse.emf.ecore.EObject,KDMEntity,ModelElement,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
ActionElement,ArrayType,BagType,BitstringType,BitType,BlockUnit,BooleanType,CallableUnit,CatchUnit,CharType,ChoiceType,ClassUnit,CodeAssembly,CodeElement,CodeItem,CompilationUnit,CompositeType,ComputationalObject,ConditionalDirective,ControlElement,DataElement,Datatype,DateType,DecimalType,DefinedType,DerivedType,EnumeratedType,ExceptionUnit,FinallyUnit,FloatType,IncludeDirective,IndexUnit,IntegerType,InterfaceUnit,ItemUnit,LanguageUnit,MacroDirective,MacroUnit,MemberUnit,MethodUnit,Module,NamespaceUnit,OctetstringType,OctetType,OrdinalType,Package,ParameterUnit,PointerType,PreprocessorDirective,PrimitiveType,RangeType,RecordType,ScaledType,SequenceType,SetType,SharedUnit,Signature,StorableUnit,StringType,SynonymType,TemplateParameter,TemplateType,TemplateUnit,TimeType,TryUnit,TypeUnit,Value,ValueElement,ValueList,VoidType
- All Known Implementing Classes:
ActionElementImpl,ArrayTypeImpl,BagTypeImpl,BitstringTypeImpl,BitTypeImpl,BlockUnitImpl,BooleanTypeImpl,CallableUnitImpl,CatchUnitImpl,CharTypeImpl,ChoiceTypeImpl,ClassUnitImpl,CodeAssemblyImpl,CodeElementImpl,CompilationUnitImpl,CompositeTypeImpl,ComputationalObjectImpl,ConditionalDirectiveImpl,ControlElementImpl,DataElementImpl,DatatypeImpl,DateTypeImpl,DecimalTypeImpl,DerivedTypeImpl,EnumeratedTypeImpl,ExceptionUnitImpl,FinallyUnitImpl,FloatTypeImpl,IncludeDirectiveImpl,IndexUnitImpl,IntegerTypeImpl,InterfaceUnitImpl,ItemUnitImpl,LanguageUnitImpl,MacroDirectiveImpl,MacroUnitImpl,MemberUnitImpl,MethodUnitImpl,ModuleImpl,NamespaceUnitImpl,OctetstringTypeImpl,OctetTypeImpl,OrdinalTypeImpl,PackageImpl,ParameterUnitImpl,PointerTypeImpl,PreprocessorDirectiveImpl,PrimitiveTypeImpl,RangeTypeImpl,RecordTypeImpl,ScaledTypeImpl,SequenceTypeImpl,SetTypeImpl,SharedUnitImpl,SignatureImpl,StorableUnitImpl,StringTypeImpl,SynonymTypeImpl,TemplateParameterImpl,TemplateTypeImpl,TemplateUnitImpl,TimeTypeImpl,TryUnitImpl,TypeUnitImpl,ValueElementImpl,ValueImpl,ValueListImpl,VoidTypeImpl
public interface AbstractCodeElement extends KDMEntity
A representation of the model object 'Abstract Code Element'.
The following features are supported:
- See Also:
CodePackage.getAbstractCodeElement()
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractCodeRelationship>getCodeRelation()Returns the value of the 'Code Relation' containment reference list.org.eclipse.emf.common.util.EList<CommentUnit>getComment()Returns the value of the 'Comment' containment reference list.org.eclipse.emf.common.util.EList<EntryFlow>getEntryFlow()Returns the value of the 'Entry Flow' containment reference list.org.eclipse.emf.common.util.EList<SourceRef>getSource()Returns the value of the 'Source' containment reference list.Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element
getAnnotation, getAttributeMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.KDMEntity
createAggregation, deleteAggregation, getGroup, getGroupedElement, getInAggregated, getInbound, getModel, getName, getOutAggregated, getOutbound, getOwnedElement, getOwnedRelation, getOwner, setNameMethods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.ModelElement
getStereotype, getTaggedValueMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getSource
org.eclipse.emf.common.util.EList<SourceRef> getSource()Returns the value of the 'Source' containment reference list. The list contents are of typeSourceRef.- Returns:
- the value of the 'Source' containment reference list.
- See Also:
CodePackage.getAbstractCodeElement_Source()
-
getComment
org.eclipse.emf.common.util.EList<CommentUnit> getComment()Returns the value of the 'Comment' containment reference list. The list contents are of typeCommentUnit.- Returns:
- the value of the 'Comment' containment reference list.
- See Also:
CodePackage.getAbstractCodeElement_Comment()
-
getEntryFlow
org.eclipse.emf.common.util.EList<EntryFlow> getEntryFlow()Returns the value of the 'Entry Flow' containment reference list. The list contents are of typeEntryFlow.- Returns:
- the value of the 'Entry Flow' containment reference list.
- See Also:
CodePackage.getAbstractCodeElement_EntryFlow()
-
getCodeRelation
org.eclipse.emf.common.util.EList<AbstractCodeRelationship> getCodeRelation()Returns the value of the 'Code Relation' containment reference list. The list contents are of typeAbstractCodeRelationship.- Returns:
- the value of the 'Code Relation' containment reference list.
- See Also:
CodePackage.getAbstractCodeElement_CodeRelation()
-