Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.core.KDMEntity

Packages that use KDMEntity
org.eclipse.gmt.modisco.omg.kdm.action   
org.eclipse.gmt.modisco.omg.kdm.action.util   
org.eclipse.gmt.modisco.omg.kdm.build   
org.eclipse.gmt.modisco.omg.kdm.build.util   
org.eclipse.gmt.modisco.omg.kdm.code   
org.eclipse.gmt.modisco.omg.kdm.code.util   
org.eclipse.gmt.modisco.omg.kdm.conceptual   
org.eclipse.gmt.modisco.omg.kdm.conceptual.util   
org.eclipse.gmt.modisco.omg.kdm.core   
org.eclipse.gmt.modisco.omg.kdm.core.util   
org.eclipse.gmt.modisco.omg.kdm.data   
org.eclipse.gmt.modisco.omg.kdm.data.util   
org.eclipse.gmt.modisco.omg.kdm.event   
org.eclipse.gmt.modisco.omg.kdm.event.util   
org.eclipse.gmt.modisco.omg.kdm.platform   
org.eclipse.gmt.modisco.omg.kdm.platform.util   
org.eclipse.gmt.modisco.omg.kdm.source   
org.eclipse.gmt.modisco.omg.kdm.source.util   
org.eclipse.gmt.modisco.omg.kdm.structure   
org.eclipse.gmt.modisco.omg.kdm.structure.util   
org.eclipse.gmt.modisco.omg.kdm.ui   
org.eclipse.gmt.modisco.omg.kdm.ui.util   
 

Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.action
 

Subinterfaces of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.action
 interface ActionElement
          A representation of the model object 'Element'.
 interface BlockUnit
          A representation of the model object 'Block Unit'.
 interface CatchUnit
          A representation of the model object 'Catch Unit'.
 interface ExceptionUnit
          A representation of the model object 'Exception Unit'.
 interface FinallyUnit
          A representation of the model object 'Finally Unit'.
 interface TryUnit
          A representation of the model object 'Try Unit'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.action that return KDMEntity
 KDMEntity ActionRelationship.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.action with parameters of type KDMEntity
 void ActionRelationship.setTo(KDMEntity value)
          Sets the value of the 'To' reference.
 

Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.action.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.action.util with parameters of type KDMEntity
 T ActionSwitch.caseKDMEntity(KDMEntity object)
          Returns the result of interpreting the object as an instance of 'KDM Entity'.
 

Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.build
 

Subinterfaces of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.build
 interface AbstractBuildElement
          A representation of the model object 'Abstract Build Element'.
 interface BuildComponent
          A representation of the model object 'Component'.
 interface BuildDescription
          A representation of the model object 'Description'.
 interface BuildElement
          A representation of the model object 'Element'.
 interface BuildProduct
          A representation of the model object 'Product'.
 interface BuildResource
          A representation of the model object 'Resource'.
 interface BuildStep
          A representation of the model object 'Step'.
 interface Library
          A representation of the model object 'Library'.
 interface Supplier
          A representation of the model object 'Supplier'.
 interface SymbolicLink
          A representation of the model object 'Symbolic Link'.
 interface Tool
          A representation of the model object 'Tool'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.build that return KDMEntity
 KDMEntity BuildRelationship.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.build with parameters of type KDMEntity
 void BuildRelationship.setTo(KDMEntity value)
          Sets the value of the 'To' reference.
 

Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.build.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.build.util with parameters of type KDMEntity
 T BuildSwitch.caseKDMEntity(KDMEntity object)
          Returns the result of interpreting the object as an instance of 'KDM Entity'.
 

Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.code
 

Subinterfaces of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.code
 interface AbstractCodeElement
          A representation of the model object 'Abstract Code Element'.
 interface ArrayType
          A representation of the model object 'Array Type'.
 interface BagType
          A representation of the model object 'Bag Type'.
 interface BitstringType
          A representation of the model object 'Bitstring Type'.
 interface BitType
          A representation of the model object 'Bit Type'.
 interface BooleanType
          A representation of the model object 'Boolean Type'.
 interface CallableUnit
          A representation of the model object 'Callable Unit'.
 interface CharType
          A representation of the model object 'Char Type'.
 interface ChoiceType
          A representation of the model object 'Choice Type'.
 interface ClassUnit
          A representation of the model object 'Class Unit'.
 interface CodeAssembly
          A representation of the model object 'Assembly'.
 interface CodeElement
          A representation of the model object 'Element'.
 interface CodeItem
          A representation of the model object 'Item'.
 interface CompilationUnit
          A representation of the model object 'Compilation Unit'.
 interface CompositeType
          A representation of the model object 'Composite Type'.
 interface ComputationalObject
          A representation of the model object 'Computational Object'.
 interface ConditionalDirective
          A representation of the model object 'Conditional Directive'.
 interface ControlElement
          A representation of the model object 'Control Element'.
 interface DataElement
          A representation of the model object 'Data Element'.
 interface Datatype
          A representation of the model object 'Datatype'.
 interface DateType
          A representation of the model object 'Date Type'.
 interface DecimalType
          A representation of the model object 'Decimal Type'.
 interface DefinedType
          A representation of the model object 'Defined Type'.
 interface DerivedType
          A representation of the model object 'Derived Type'.
 interface EnumeratedType
          A representation of the model object 'Enumerated Type'.
 interface FloatType
          A representation of the model object 'Float Type'.
 interface IncludeDirective
          A representation of the model object 'Include Directive'.
 interface IndexUnit
          A representation of the model object 'Index Unit'.
 interface IntegerType
          A representation of the model object 'Integer Type'.
 interface InterfaceUnit
          A representation of the model object 'Interface Unit'.
 interface ItemUnit
          A representation of the model object 'Item Unit'.
 interface LanguageUnit
          A representation of the model object 'Language Unit'.
 interface MacroDirective
          A representation of the model object 'Macro Directive'.
 interface MacroUnit
          A representation of the model object 'Macro Unit'.
 interface MemberUnit
          A representation of the model object 'Member Unit'.
 interface MethodUnit
          A representation of the model object 'Method Unit'.
 interface Module
          A representation of the model object 'Module'.
 interface Namespace
          A representation of the model object 'Namespace'.
 interface OctetstringType
          A representation of the model object 'Octetstring Type'.
 interface OctetType
          A representation of the model object 'Octet Type'.
 interface OrdinalType
          A representation of the model object 'Ordinal Type'.
 interface Package
          A representation of the model object 'Package'.
 interface ParameterUnit
          A representation of the model object 'Parameter Unit'.
 interface PointerType
          A representation of the model object 'Pointer Type'.
 interface PreprocessorDirective
          A representation of the model object 'Preprocessor Directive'.
 interface PrimitiveType
          A representation of the model object 'Primitive Type'.
 interface RangeType
          A representation of the model object 'Range Type'.
 interface RecordType
          A representation of the model object 'Record Type'.
 interface ScaledType
          A representation of the model object 'Scaled Type'.
 interface SequenceType
          A representation of the model object 'Sequence Type'.
 interface SetType
          A representation of the model object 'Set Type'.
 interface SharedUnit
          A representation of the model object 'Shared Unit'.
 interface Signature
          A representation of the model object 'Signature'.
 interface StorableUnit
          A representation of the model object 'Storable Unit'.
 interface StringType
          A representation of the model object 'String Type'.
 interface SynonymUnit
          A representation of the model object 'Synonym Unit'.
 interface TemplateParameter
          A representation of the model object 'Template Parameter'.
 interface TemplateType
          A representation of the model object 'Template Type'.
 interface TemplateUnit
          A representation of the model object 'Template Unit'.
 interface TimeType
          A representation of the model object 'Time Type'.
 interface TypeUnit
          A representation of the model object 'Type Unit'.
 interface Value
          A representation of the model object 'Value'.
 interface ValueElement
          A representation of the model object 'Value Element'.
 interface ValueList
          A representation of the model object 'Value List'.
 interface VoidType
          A representation of the model object 'Void Type'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.code that return KDMEntity
 KDMEntity CodeRelationship.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.code with parameters of type KDMEntity
 void CodeRelationship.setTo(KDMEntity value)
          Sets the value of the 'To' reference.
 

Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.code.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.code.util with parameters of type KDMEntity
 T CodeSwitch.caseKDMEntity(KDMEntity object)
          Returns the result of interpreting the object as an instance of 'KDM Entity'.
 

Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.conceptual
 

Subinterfaces of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.conceptual
 interface AbstractConceptualElement
          A representation of the model object 'Abstract Conceptual Element'.
 interface BehaviorUnit
          A representation of the model object 'Behavior Unit'.
 interface ConceptualContainer
          A representation of the model object 'Container'.
 interface ConceptualElement
          A representation of the model object 'Element'.
 interface ConceptualRole
          A representation of the model object 'Role'.
 interface FactUnit
          A representation of the model object 'Fact Unit'.
 interface RuleUnit
          A representation of the model object 'Rule Unit'.
 interface ScenarioUnit
          A representation of the model object 'Scenario Unit'.
 interface TermUnit
          A representation of the model object 'Term Unit'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.conceptual that return KDMEntity
 KDMEntity ConceptualRelationship.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.conceptual with parameters of type KDMEntity
 void ConceptualRelationship.setTo(KDMEntity value)
          Sets the value of the 'To' reference.
 

Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.conceptual.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.conceptual.util with parameters of type KDMEntity
 T ConceptualSwitch.caseKDMEntity(KDMEntity object)
          Returns the result of interpreting the object as an instance of 'KDM Entity'.
 

Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.core
 

Methods in org.eclipse.gmt.modisco.omg.kdm.core that return KDMEntity
 KDMEntity AggregatedRelationship.getFrom()
          Returns the value of the 'From' reference.
 KDMEntity KDMRelationship.getFrom()
          This operation returns the KDM entity that is the from-endpoint (the origin) of the current relationship.
 KDMEntity KDMEntity.getOwner()
          Returns the value of the 'Owner' container reference.
 KDMEntity AggregatedRelationship.getTo()
          Returns the value of the 'To' reference.
 KDMEntity KDMRelationship.getTo()
          This operation returns the KDM entity that is the to-endpoint (the target) of the current relationship
 

Methods in org.eclipse.gmt.modisco.omg.kdm.core with parameters of type KDMEntity
 AggregatedRelationship KDMEntity.createAggregation(KDMEntity otherEntity)
          This operation creates an aggregated relationship such that the current entity is the from-endpoint of the aggregated relation and the "otherEntity" is the to-endpoint.
 void AggregatedRelationship.setFrom(KDMEntity value)
          Sets the value of the 'From' reference.
 void AggregatedRelationship.setTo(KDMEntity value)
          Sets the value of the 'To' reference.
 

Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.core.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.core.util with parameters of type KDMEntity
 T CoreSwitch.caseKDMEntity(KDMEntity object)
          Returns the result of interpreting the object as an instance of 'KDM Entity'.
 

Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.data
 

Subinterfaces of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.data
 interface AbstractContentElement
          A representation of the model object 'Abstract Content Element'.
 interface AbstractDataElement
          A representation of the model object 'Abstract Data Element'.
 interface AllContent
          A representation of the model object 'All Content'.
 interface Catalog
          A representation of the model object 'Catalog'.
 interface ChoiceContent
          A representation of the model object 'Choice Content'.
 interface ColumnSet
          A representation of the model object 'Column Set'.
 interface ComplexContentType
          A representation of the model object 'Complex Content Type'.
 interface ContentAttribute
          A representation of the model object 'Content Attribute'.
 interface ContentElement
          A representation of the model object 'Content Element'.
 interface ContentItem
          A representation of the model object 'Content Item'.
 interface ContentReference
          A representation of the model object 'Content Reference'.
 interface ContentRestriction
          A representation of the model object 'Content Restriction'.
 interface DataAction
          A representation of the model object 'Action'.
 interface DataContainer
          A representation of the model object 'Container'.
 interface DataEvent
          A representation of the model object 'Event'.
 interface DataResource
          A representation of the model object 'Resource'.
 interface DataSegment
          A representation of the model object 'Segment'.
 interface ExtendedDataElement
          A representation of the model object 'Extended Data Element'.
 interface GroupContent
          A representation of the model object 'Group Content'.
 interface Index
          A representation of the model object 'Index'.
 interface IndexElement
          A representation of the model object 'Index Element'.
 interface MixedContent
          A representation of the model object 'Mixed Content'.
 interface RecordFile
          A representation of the model object 'Record File'.
 interface ReferenceKey
          A representation of the model object 'Reference Key'.
 interface RelationalSchema
          A representation of the model object 'Relational Schema'.
 interface RelationalTable
          A representation of the model object 'Relational Table'.
 interface RelationalView
          A representation of the model object 'Relational View'.
 interface SeqContent
          A representation of the model object 'Seq Content'.
 interface SimpleContentType
          A representation of the model object 'Simple Content Type'.
 interface UniqueKey
          A representation of the model object 'Unique Key'.
 interface XMLSchema
          A representation of the model object 'XML Schema'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.data that return KDMEntity
 KDMEntity DataRelationship.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.data with parameters of type KDMEntity
 void DataRelationship.setTo(KDMEntity value)
          Sets the value of the 'To' reference.
 

Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.data.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.data.util with parameters of type KDMEntity
 T DataSwitch.caseKDMEntity(KDMEntity object)
          Returns the result of interpreting the object as an instance of 'KDM Entity'.
 

Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.event
 

Subinterfaces of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.event
 interface AbstractEventElement
          A representation of the model object 'Abstract Event Element'.
 interface Event
          A representation of the model object 'Event'.
 interface EventAction
          A representation of the model object 'Action'.
 interface EventElement
          A representation of the model object 'Element'.
 interface EventResource
          A representation of the model object 'Resource'.
 interface InitialState
          A representation of the model object 'Initial State'.
 interface OnEntry
          A representation of the model object 'On Entry'.
 interface OnExit
          A representation of the model object 'On Exit'.
 interface State
          A representation of the model object 'State'.
 interface Transition
          A representation of the model object 'Transition'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.event that return KDMEntity
 KDMEntity EventRelationship.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.event with parameters of type KDMEntity
 void EventRelationship.setTo(KDMEntity value)
          Sets the value of the 'To' reference.
 

Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.event.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.event.util with parameters of type KDMEntity
 T EventSwitch.caseKDMEntity(KDMEntity object)
          Returns the result of interpreting the object as an instance of 'KDM Entity'.
 

Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.platform
 

Subinterfaces of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.platform
 interface AbstractPlatformElement
          A representation of the model object 'Abstract Platform Element'.
 interface DataManager
          A representation of the model object 'Data Manager'.
 interface DeployedComponent
          A representation of the model object 'Deployed Component'.
 interface DeployedResource
          A representation of the model object 'Deployed Resource'.
 interface DeployedSoftwareSystem
          A representation of the model object 'Deployed Software System'.
 interface ExecutionResource
          A representation of the model object 'Execution Resource'.
 interface ExternalActor
          A representation of the model object 'External Actor'.
 interface FileResource
          A representation of the model object 'File Resource'.
 interface LockResource
          A representation of the model object 'Lock Resource'.
 interface Machine
          A representation of the model object 'Machine'.
 interface MarshalledResource
          A representation of the model object 'Marshalled Resource'.
 interface MessagingResource
          A representation of the model object 'Messaging Resource'.
 interface NamingResource
          A representation of the model object 'Naming Resource'.
 interface PlatformAction
          A representation of the model object 'Action'.
 interface PlatformElement
          A representation of the model object 'Element'.
 interface PlatformEvent
          A representation of the model object 'Event'.
 interface Process
          A representation of the model object 'Process'.
 interface ResourceType
          A representation of the model object 'Resource Type'.
 interface RuntimeResource
          A representation of the model object 'Runtime Resource'.
 interface StreamResource
          A representation of the model object 'Stream Resource'.
 interface Thread
          A representation of the model object 'Thread'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.platform that return KDMEntity
 KDMEntity PlatformRelationship.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.platform with parameters of type KDMEntity
 void PlatformRelationship.setTo(KDMEntity value)
          Sets the value of the 'To' reference.
 

Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.platform.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.platform.util with parameters of type KDMEntity
 T PlatformSwitch.caseKDMEntity(KDMEntity object)
          Returns the result of interpreting the object as an instance of 'KDM Entity'.
 

Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.source
 

Subinterfaces of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.source
 interface AbstractInventoryElement
          A representation of the model object 'Abstract Inventory Element'.
 interface BinaryFile
          A representation of the model object 'Binary File'.
 interface Configuration
          A representation of the model object 'Configuration'.
 interface Directory
          A representation of the model object 'Directory'.
 interface ExecutableFile
          A representation of the model object 'Executable File'.
 interface Image
          A representation of the model object 'Image'.
 interface InventoryContainer
          A representation of the model object 'Inventory Container'.
 interface InventoryElement
          A representation of the model object 'Inventory Element'.
 interface InventoryItem
          A representation of the model object 'Inventory Item'.
 interface Project
          A representation of the model object 'Project'.
 interface ResourceDescription
          A representation of the model object 'Resource Description'.
 interface SourceFile
          A representation of the model object 'File'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.source that return KDMEntity
 KDMEntity InventoryRelationship.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.source with parameters of type KDMEntity
 void InventoryRelationship.setTo(KDMEntity value)
          Sets the value of the 'To' reference.
 

Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.source.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.source.util with parameters of type KDMEntity
 T SourceSwitch.caseKDMEntity(KDMEntity object)
          Returns the result of interpreting the object as an instance of 'KDM Entity'.
 

Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.structure
 

Subinterfaces of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.structure
 interface AbstractStructureElement
          A representation of the model object 'Abstract Structure Element'.
 interface ArchitectureView
          A representation of the model object 'Architecture View'.
 interface Component
          A representation of the model object 'Component'.
 interface Layer
          A representation of the model object 'Layer'.
 interface SoftwareSystem
          A representation of the model object 'Software System'.
 interface StructureElement
          A representation of the model object 'Element'.
 interface Subsystem
          A representation of the model object 'Subsystem'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.structure that return KDMEntity
 KDMEntity StructureRelationship.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.structure with parameters of type KDMEntity
 void StructureRelationship.setTo(KDMEntity value)
          Sets the value of the 'To' reference.
 

Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.structure.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.structure.util with parameters of type KDMEntity
 T StructureSwitch.caseKDMEntity(KDMEntity object)
          Returns the result of interpreting the object as an instance of 'KDM Entity'.
 

Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.ui
 

Subinterfaces of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.ui
 interface AbstractUIElement
          A representation of the model object 'Abstract UI Element'.
 interface Report
          A representation of the model object 'Report'.
 interface Screen
          A representation of the model object 'Screen'.
 interface UIAction
          A representation of the model object 'UI Action'.
 interface UIDisplay
          A representation of the model object 'UI Display'.
 interface UIElement
          A representation of the model object 'UI Element'.
 interface UIEvent
          A representation of the model object 'UI Event'.
 interface UIField
          A representation of the model object 'UI Field'.
 interface UIResource
          A representation of the model object 'UI Resource'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.ui that return KDMEntity
 KDMEntity UIRelationship.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.ui with parameters of type KDMEntity
 void UIRelationship.setTo(KDMEntity value)
          Sets the value of the 'To' reference.
 

Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.ui.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.ui.util with parameters of type KDMEntity
 T UiSwitch.caseKDMEntity(KDMEntity object)
          Returns the result of interpreting the object as an instance of 'KDM Entity'.