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

Packages that use Element
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.kdm   
org.eclipse.gmt.modisco.omg.kdm.kdm.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 Element in org.eclipse.gmt.modisco.omg.kdm.action
 

Subinterfaces of Element in org.eclipse.gmt.modisco.omg.kdm.action
 interface AbstractActionRelationship
          A representation of the model object 'Abstract Action Relationship'.
 interface ActionElement
          A representation of the model object 'Element'.
 interface ActionRelationship
          A representation of the model object 'Relationship'.
 interface Addresses
          A representation of the model object 'Addresses'.
 interface BlockUnit
          A representation of the model object 'Block Unit'.
 interface Calls
          A representation of the model object 'Calls'.
 interface CatchUnit
          A representation of the model object 'Catch Unit'.
 interface CompliesTo
          A representation of the model object 'Complies To'.
 interface ControlFlow
          A representation of the model object 'Control Flow'.
 interface Creates
          A representation of the model object 'Creates'.
 interface Dispatches
          A representation of the model object 'Dispatches'.
 interface EntryFlow
          A representation of the model object 'Entry Flow'.
 interface ExceptionFlow
          A representation of the model object 'Exception Flow'.
 interface ExceptionUnit
          A representation of the model object 'Exception Unit'.
 interface ExitFlow
          A representation of the model object 'Exit Flow'.
 interface FalseFlow
          A representation of the model object 'False Flow'.
 interface FinallyUnit
          A representation of the model object 'Finally Unit'.
 interface Flow
          A representation of the model object 'Flow'.
 interface GuardedFlow
          A representation of the model object 'Guarded Flow'.
 interface Reads
          A representation of the model object 'Reads'.
 interface Throws
          A representation of the model object 'Throws'.
 interface TrueFlow
          A representation of the model object 'True Flow'.
 interface TryUnit
          A representation of the model object 'Try Unit'.
 interface UsesType
          A representation of the model object 'Uses Type'.
 interface Writes
          A representation of the model object 'Writes'.
 

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

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

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

Subinterfaces of Element in org.eclipse.gmt.modisco.omg.kdm.build
 interface AbstractBuildElement
          A representation of the model object 'Abstract Build Element'.
 interface AbstractBuildRelationship
          A representation of the model object 'Abstract Build Relationship'.
 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 BuildModel
          A representation of the model object 'Model'.
 interface BuildProduct
          A representation of the model object 'Product'.
 interface BuildRelationship
          A representation of the model object 'Relationship'.
 interface BuildResource
          A representation of the model object 'Resource'.
 interface BuildStep
          A representation of the model object 'Step'.
 interface Consumes
          A representation of the model object 'Consumes'.
 interface DescribedBy
          A representation of the model object 'Described By'.
 interface Library
          A representation of the model object 'Library'.
 interface LinksTo
          A representation of the model object 'Links To'.
 interface Produces
          A representation of the model object 'Produces'.
 interface SuppliedBy
          A representation of the model object 'Supplied By'.
 interface Supplier
          A representation of the model object 'Supplier'.
 interface SupportedBy
          A representation of the model object 'Supported By'.
 interface SymbolicLink
          A representation of the model object 'Symbolic Link'.
 interface Tool
          A representation of the model object 'Tool'.
 

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

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

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

Subinterfaces of Element in org.eclipse.gmt.modisco.omg.kdm.code
 interface AbstractCodeElement
          A representation of the model object 'Abstract Code Element'.
 interface AbstractCodeRelationship
          A representation of the model object 'Abstract Code Relationship'.
 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 CodeModel
          A representation of the model object 'Model'.
 interface CodeRelationship
          A representation of the model object 'Relationship'.
 interface CommentUnit
          A representation of the model object 'Comment Unit'.
 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 Expands
          A representation of the model object 'Expands'.
 interface Extends
          A representation of the model object 'Extends'.
 interface FloatType
          A representation of the model object 'Float Type'.
 interface GeneratedFrom
          A representation of the model object 'Generated From'.
 interface HasType
          A representation of the model object 'Has Type'.
 interface HasValue
          A representation of the model object 'Has Value'.
 interface ImplementationOf
          A representation of the model object 'Implementation Of'.
 interface Implements
          A representation of the model object 'Implements'.
 interface Imports
          A representation of the model object 'Imports'.
 interface IncludeDirective
          A representation of the model object 'Include Directive'.
 interface Includes
          A representation of the model object 'Includes'.
 interface IndexUnit
          A representation of the model object 'Index Unit'.
 interface InstanceOf
          A representation of the model object 'Instance Of'.
 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 ParameterTo
          A representation of the model object 'Parameter To'.
 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 Redefines
          A representation of the model object 'Redefines'.
 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 VariantTo
          A representation of the model object 'Variant To'.
 interface VisibleIn
          A representation of the model object 'Visible In'.
 interface VoidType
          A representation of the model object 'Void Type'.
 

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

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

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

Subinterfaces of Element in org.eclipse.gmt.modisco.omg.kdm.conceptual
 interface AbstractConceptualElement
          A representation of the model object 'Abstract Conceptual Element'.
 interface AbstractConceptualRelationship
          A representation of the model object 'Abstract Conceptual Relationship'.
 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 ConceptualFlow
          A representation of the model object 'Flow'.
 interface ConceptualModel
          A representation of the model object 'Model'.
 interface ConceptualRelationship
          A representation of the model object 'Relationship'.
 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'.
 

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

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

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

Subinterfaces of Element in org.eclipse.gmt.modisco.omg.kdm.core
 interface AggregatedRelationship
          A representation of the model object 'Aggregated Relationship'.
 interface KDMEntity
          A representation of the model object 'KDM Entity'.
 interface KDMRelationship
          A representation of the model object 'KDM Relationship'.
 interface ModelElement
          A representation of the model object 'Model Element'.
 

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

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

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

Subinterfaces of Element 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 AbstractDataRelationship
          A representation of the model object 'Abstract Data Relationship'.
 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 DataModel
          A representation of the model object 'Model'.
 interface DataRelationship
          A representation of the model object 'Relationship'.
 interface DataResource
          A representation of the model object 'Resource'.
 interface DataSegment
          A representation of the model object 'Segment'.
 interface DatatypeOf
          A representation of the model object 'Datatype Of'.
 interface ExtendedDataElement
          A representation of the model object 'Extended Data Element'.
 interface ExtensionTo
          A representation of the model object 'Extension To'.
 interface GroupContent
          A representation of the model object 'Group Content'.
 interface HasContent
          A representation of the model object 'Has Content'.
 interface Index
          A representation of the model object 'Index'.
 interface IndexElement
          A representation of the model object 'Index Element'.
 interface KeyRelation
          A representation of the model object 'Key Relation'.
 interface ManagesData
          A representation of the model object 'Manages Data'.
 interface MixedContent
          A representation of the model object 'Mixed Content'.
 interface ProducesDataEvent
          A representation of the model object 'Produces Data Event'.
 interface ReadsColumnSet
          A representation of the model object 'Reads Column Set'.
 interface RecordFile
          A representation of the model object 'Record File'.
 interface ReferenceKey
          A representation of the model object 'Reference Key'.
 interface ReferenceTo
          A representation of the model object 'Reference To'.
 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 RestrictionOf
          A representation of the model object 'Restriction Of'.
 interface SeqContent
          A representation of the model object 'Seq Content'.
 interface SimpleContentType
          A representation of the model object 'Simple Content Type'.
 interface TypedBy
          A representation of the model object 'Typed By'.
 interface UniqueKey
          A representation of the model object 'Unique Key'.
 interface WritesColumnSet
          A representation of the model object 'Writes Column Set'.
 interface XMLSchema
          A representation of the model object 'XML Schema'.
 

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

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

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

Subinterfaces of Element in org.eclipse.gmt.modisco.omg.kdm.event
 interface AbstractEventElement
          A representation of the model object 'Abstract Event Element'.
 interface AbstractEventRelationship
          A representation of the model object 'Abstract Event Relationship'.
 interface ConsumesEvent
          A representation of the model object 'Consumes Event'.
 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 EventModel
          A representation of the model object 'Model'.
 interface EventRelationship
          A representation of the model object 'Relationship'.
 interface EventResource
          A representation of the model object 'Resource'.
 interface HasState
          A representation of the model object 'Has State'.
 interface InitialState
          A representation of the model object 'Initial State'.
 interface NextState
          A representation of the model object 'Next State'.
 interface OnEntry
          A representation of the model object 'On Entry'.
 interface OnExit
          A representation of the model object 'On Exit'.
 interface ProducesEvent
          A representation of the model object 'Produces Event'.
 interface ReadsState
          A representation of the model object 'Reads State'.
 interface State
          A representation of the model object 'State'.
 interface Transition
          A representation of the model object 'Transition'.
 

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

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

Uses of Element in org.eclipse.gmt.modisco.omg.kdm.kdm
 

Subinterfaces of Element in org.eclipse.gmt.modisco.omg.kdm.kdm
 interface Annotation
          A representation of the model object 'Annotation'.
 interface Attribute
          A representation of the model object 'Attribute'.
 interface Audit
          A representation of the model object 'Audit'.
 interface ExtendedValue
          A representation of the model object 'Extended Value'.
 interface ExtensionFamily
          A representation of the model object 'Extension Family'.
 interface KDMFramework
          A representation of the model object 'KDM Framework'.
 interface KDMModel
          A representation of the model object 'KDM Model'.
 interface Segment
          A representation of the model object 'Segment'.
 interface Stereotype
          A representation of the model object 'Stereotype'.
 interface TagDefinition
          A representation of the model object 'Tag Definition'.
 interface TaggedRef
          A representation of the model object 'Tagged Ref'.
 interface TaggedValue
          A representation of the model object 'Tagged Value'.
 

Uses of Element in org.eclipse.gmt.modisco.omg.kdm.kdm.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.kdm.util with parameters of type Element
 T KdmSwitch.caseElement(Element object)
          Returns the result of interpreting the object as an instance of 'Element'.
 

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

Subinterfaces of Element in org.eclipse.gmt.modisco.omg.kdm.platform
 interface AbstractPlatformElement
          A representation of the model object 'Abstract Platform Element'.
 interface AbstractPlatformRelationship
          A representation of the model object 'Abstract Platform Relationship'.
 interface BindsTo
          A representation of the model object 'Binds To'.
 interface DataManager
          A representation of the model object 'Data Manager'.
 interface DefinedBy
          A representation of the model object 'Defined By'.
 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 Loads
          A representation of the model object 'Loads'.
 interface LockResource
          A representation of the model object 'Lock Resource'.
 interface Machine
          A representation of the model object 'Machine'.
 interface ManagesResource
          A representation of the model object 'Manages Resource'.
 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 PlatformModel
          A representation of the model object 'Model'.
 interface PlatformRelationship
          A representation of the model object 'Relationship'.
 interface Process
          A representation of the model object 'Process'.
 interface ReadsResource
          A representation of the model object 'Reads Resource'.
 interface Requires
          A representation of the model object 'Requires'.
 interface ResourceType
          A representation of the model object 'Resource Type'.
 interface RuntimeResource
          A representation of the model object 'Runtime Resource'.
 interface Spawns
          A representation of the model object 'Spawns'.
 interface StreamResource
          A representation of the model object 'Stream Resource'.
 interface Thread
          A representation of the model object 'Thread'.
 interface WritesResource
          A representation of the model object 'Writes Resource'.
 

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

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

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

Subinterfaces of Element in org.eclipse.gmt.modisco.omg.kdm.source
 interface AbstractInventoryElement
          A representation of the model object 'Abstract Inventory Element'.
 interface AbstractInventoryRelationship
          A representation of the model object 'Abstract Inventory Relationship'.
 interface BinaryFile
          A representation of the model object 'Binary File'.
 interface Configuration
          A representation of the model object 'Configuration'.
 interface DependsOn
          A representation of the model object 'Depends On'.
 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 InventoryModel
          A representation of the model object 'Inventory Model'.
 interface InventoryRelationship
          A representation of the model object 'Inventory Relationship'.
 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'.
 interface SourceRef
          A representation of the model object 'Ref'.
 interface SourceRegion
          A representation of the model object 'Region'.
 

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

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

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

Subinterfaces of Element in org.eclipse.gmt.modisco.omg.kdm.structure
 interface AbstractStructureElement
          A representation of the model object 'Abstract Structure Element'.
 interface AbstractStructureRelationship
          A representation of the model object 'Abstract Structure Relationship'.
 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 StructureModel
          A representation of the model object 'Model'.
 interface StructureRelationship
          A representation of the model object 'Relationship'.
 interface Subsystem
          A representation of the model object 'Subsystem'.
 

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

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

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

Subinterfaces of Element in org.eclipse.gmt.modisco.omg.kdm.ui
 interface AbstractUIElement
          A representation of the model object 'Abstract UI Element'.
 interface AbstractUIRelationship
          A representation of the model object 'Abstract UI Relationship'.
 interface Displays
          A representation of the model object 'Displays'.
 interface DisplaysImage
          A representation of the model object 'Displays Image'.
 interface ManagesUI
          A representation of the model object 'Manages UI'.
 interface ReadsUI
          A representation of the model object 'Reads UI'.
 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 UIFlow
          A representation of the model object 'UI Flow'.
 interface UILayout
          A representation of the model object 'UI Layout'.
 interface UIModel
          A representation of the model object 'UI Model'.
 interface UIRelationship
          A representation of the model object 'UI Relationship'.
 interface UIResource
          A representation of the model object 'UI Resource'.
 interface WritesUI
          A representation of the model object 'Writes UI'.
 

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

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