org.eclipse.gmt.modisco.omg.kdm.code
Interface AbstractCodeElement

All Superinterfaces:
Element, KDMEntity, ModelElement
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, Namespace, OctetstringType, OctetType, OrdinalType, Package, ParameterUnit, PointerType, PreprocessorDirective, PrimitiveType, RangeType, RecordType, ScaledType, SequenceType, SetType, SharedUnit, Signature, StorableUnit, StringType, SynonymUnit, TemplateParameter, TemplateType, TemplateUnit, TimeType, TryUnit, TypeUnit, Value, ValueElement, ValueList, VoidType

public interface AbstractCodeElement
extends KDMEntity

A representation of the model object 'Abstract Code Element'.

The following features are supported:

See Also:
CodePackage.getAbstractCodeElement()
Generated:
Model:
abstract="true"

Method Summary
  getCodeRelation()
          Returns the value of the 'Code Relation' containment reference list.
  getComment()
          Returns the value of the 'Comment' containment reference list.
  getEntryFlow()
          Returns the value of the 'Entry Flow' reference list.
  getSource()
          Returns the value of the 'Source' containment reference list.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.KDMEntity
createAggregation, deleteAggregation, getGroup, getGroupedElement, getInAggregated, getInbound, getModel, getName, getOutAggregated, getOutbound, getOwnedElement, getOwnedRelation, getOwner, setName
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.ModelElement
getStereotype, getTaggedValue
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element
getAnnotation, getAttribute
 

Method Detail

getSource

 getSource()
Returns the value of the 'Source' containment reference list. The list contents are of type SourceRef.

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

Returns:
the value of the 'Source' containment reference list.
See Also:
CodePackage.getAbstractCodeElement_Source()
Generated:
Model:
containment="true" ordered="false"

getComment

 getComment()
Returns the value of the 'Comment' containment reference list. The list contents are of type CommentUnit.

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

Returns:
the value of the 'Comment' containment reference list.
See Also:
CodePackage.getAbstractCodeElement_Comment()
Generated:
Model:
containment="true" ordered="false"

getCodeRelation

 getCodeRelation()
Returns the value of the 'Code Relation' containment reference list. The list contents are of type AbstractCodeRelationship.

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

Returns:
the value of the 'Code Relation' containment reference list.
See Also:
CodePackage.getAbstractCodeElement_CodeRelation()
Generated:
Model:
containment="true" ordered="false"

getEntryFlow

 getEntryFlow()
Returns the value of the 'Entry Flow' reference list. The list contents are of type EntryFlow.

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

Returns:
the value of the 'Entry Flow' reference list.
See Also:
CodePackage.getAbstractCodeElement_EntryFlow()
Generated:
Model: