Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.core.KDMEntity
-
Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.action
Subinterfaces of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.action Modifier and Type Interface Description interfaceActionElementA representation of the model object 'Element'.interfaceBlockUnitA representation of the model object 'Block Unit'.interfaceCatchUnitA representation of the model object 'Catch Unit'.interfaceExceptionUnitA representation of the model object 'Exception Unit'.interfaceFinallyUnitA representation of the model object 'Finally Unit'.interfaceTryUnitA representation of the model object 'Try Unit'.Methods in org.eclipse.gmt.modisco.omg.kdm.action that return KDMEntity Modifier and Type Method Description KDMEntityActionRelationship. getTo()Returns the value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.action with parameters of type KDMEntity Modifier and Type Method Description voidActionRelationship. setTo(KDMEntity value)Sets the value of the 'To' reference. -
Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.action.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.action.impl that implement KDMEntity Modifier and Type Class Description classActionElementImplAn implementation of the model object 'Element'.classBlockUnitImplAn implementation of the model object 'Block Unit'.classCatchUnitImplAn implementation of the model object 'Catch Unit'.classExceptionUnitImplAn implementation of the model object 'Exception Unit'.classFinallyUnitImplAn implementation of the model object 'Finally Unit'.classTryUnitImplAn implementation of the model object 'Try Unit'.Fields in org.eclipse.gmt.modisco.omg.kdm.action.impl declared as KDMEntity Modifier and Type Field Description protected KDMEntityActionRelationshipImpl. toThe cached value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.action.impl that return KDMEntity Modifier and Type Method Description KDMEntityActionRelationshipImpl. basicGetTo()KDMEntityActionElementImpl. getOwner()KDMEntityActionRelationshipImpl. getTo()Methods in org.eclipse.gmt.modisco.omg.kdm.action.impl that return types with arguments of type KDMEntity Modifier and Type Method Description org.eclipse.emf.common.util.EList<KDMEntity>ActionElementImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>ActionElementImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>ActionElementImpl. getOwnedElement()Methods in org.eclipse.gmt.modisco.omg.kdm.action.impl with parameters of type KDMEntity Modifier and Type Method Description voidActionElementImpl. createAggregation(KDMEntity otherEntity)voidActionRelationshipImpl. setTo(KDMEntity newTo) -
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 Modifier and Type Method Description TActionSwitch. 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 Modifier and Type Interface Description interfaceAbstractBuildElementA representation of the model object 'Abstract Build Element'.interfaceBuildComponentA representation of the model object 'Component'.interfaceBuildDescriptionA representation of the model object 'Description'.interfaceBuildElementA representation of the model object 'Element'.interfaceBuildProductA representation of the model object 'Product'.interfaceBuildResourceA representation of the model object 'Resource'.interfaceBuildStepA representation of the model object 'Step'.interfaceLibraryA representation of the model object 'Library'.interfaceSupplierA representation of the model object 'Supplier'.interfaceSymbolicLinkA representation of the model object 'Symbolic Link'.interfaceToolA representation of the model object 'Tool'.Methods in org.eclipse.gmt.modisco.omg.kdm.build that return KDMEntity Modifier and Type Method Description KDMEntityBuildRelationship. getTo()Returns the value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.build that return types with arguments of type KDMEntity Modifier and Type Method Description org.eclipse.emf.common.util.EList<KDMEntity>BuildResource. getImplementation()Returns the value of the 'Implementation' reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.build with parameters of type KDMEntity Modifier and Type Method Description voidBuildRelationship. setTo(KDMEntity value)Sets the value of the 'To' reference. -
Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.build.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.build.impl that implement KDMEntity Modifier and Type Class Description classBuildComponentImplAn implementation of the model object 'Component'.classBuildDescriptionImplAn implementation of the model object 'Description'.classBuildElementImplAn implementation of the model object 'Element'.classBuildProductImplAn implementation of the model object 'Product'.classBuildResourceImplAn implementation of the model object 'Resource'.classBuildStepImplAn implementation of the model object 'Step'.classLibraryImplAn implementation of the model object 'Library'.classSupplierImplAn implementation of the model object 'Supplier'.classSymbolicLinkImplAn implementation of the model object 'Symbolic Link'.classToolImplAn implementation of the model object 'Tool'.Fields in org.eclipse.gmt.modisco.omg.kdm.build.impl declared as KDMEntity Modifier and Type Field Description protected KDMEntityBuildRelationshipImpl. toThe cached value of the 'To' reference.Fields in org.eclipse.gmt.modisco.omg.kdm.build.impl with type parameters of type KDMEntity Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<KDMEntity>BuildResourceImpl. implementationThe cached value of the 'Implementation' reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.build.impl that return KDMEntity Modifier and Type Method Description KDMEntityBuildRelationshipImpl. basicGetTo()KDMEntityBuildElementImpl. getOwner()KDMEntityBuildResourceImpl. getOwner()KDMEntitySupplierImpl. getOwner()KDMEntitySymbolicLinkImpl. getOwner()KDMEntityToolImpl. getOwner()KDMEntityBuildRelationshipImpl. getTo()Methods in org.eclipse.gmt.modisco.omg.kdm.build.impl that return types with arguments of type KDMEntity Modifier and Type Method Description org.eclipse.emf.common.util.EList<KDMEntity>BuildElementImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>BuildResourceImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>SupplierImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>SymbolicLinkImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>ToolImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>BuildElementImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>BuildResourceImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>SupplierImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>SymbolicLinkImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>ToolImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>BuildResourceImpl. getImplementation()org.eclipse.emf.common.util.EList<KDMEntity>BuildElementImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>BuildResourceImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>SupplierImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>SymbolicLinkImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>ToolImpl. getOwnedElement()Methods in org.eclipse.gmt.modisco.omg.kdm.build.impl with parameters of type KDMEntity Modifier and Type Method Description voidBuildElementImpl. createAggregation(KDMEntity otherEntity)voidBuildResourceImpl. createAggregation(KDMEntity otherEntity)voidSupplierImpl. createAggregation(KDMEntity otherEntity)voidSymbolicLinkImpl. createAggregation(KDMEntity otherEntity)voidToolImpl. createAggregation(KDMEntity otherEntity)voidBuildRelationshipImpl. setTo(KDMEntity newTo) -
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 Modifier and Type Method Description TBuildSwitch. 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 Modifier and Type Interface Description interfaceAbstractCodeElementA representation of the model object 'Abstract Code Element'.interfaceArrayTypeA representation of the model object 'Array Type'.interfaceBagTypeA representation of the model object 'Bag Type'.interfaceBitstringTypeA representation of the model object 'Bitstring Type'.interfaceBitTypeA representation of the model object 'Bit Type'.interfaceBooleanTypeA representation of the model object 'Boolean Type'.interfaceCallableUnitA representation of the model object 'Callable Unit'.interfaceCharTypeA representation of the model object 'Char Type'.interfaceChoiceTypeA representation of the model object 'Choice Type'.interfaceClassUnitA representation of the model object 'Class Unit'.interfaceCodeAssemblyA representation of the model object 'Assembly'.interfaceCodeElementA representation of the model object 'Element'.interfaceCodeItemA representation of the model object 'Item'.interfaceCompilationUnitA representation of the model object 'Compilation Unit'.interfaceCompositeTypeA representation of the model object 'Composite Type'.interfaceComputationalObjectA representation of the model object 'Computational Object'.interfaceConditionalDirectiveA representation of the model object 'Conditional Directive'.interfaceControlElementA representation of the model object 'Control Element'.interfaceDataElementA representation of the model object 'Data Element'.interfaceDatatypeA representation of the model object 'Datatype'.interfaceDateTypeA representation of the model object 'Date Type'.interfaceDecimalTypeA representation of the model object 'Decimal Type'.interfaceDefinedTypeA representation of the model object 'Defined Type'.interfaceDerivedTypeA representation of the model object 'Derived Type'.interfaceEnumeratedTypeA representation of the model object 'Enumerated Type'.interfaceFloatTypeA representation of the model object 'Float Type'.interfaceIncludeDirectiveA representation of the model object 'Include Directive'.interfaceIndexUnitA representation of the model object 'Index Unit'.interfaceIntegerTypeA representation of the model object 'Integer Type'.interfaceInterfaceUnitA representation of the model object 'Interface Unit'.interfaceItemUnitA representation of the model object 'Item Unit'.interfaceLanguageUnitA representation of the model object 'Language Unit'.interfaceMacroDirectiveA representation of the model object 'Macro Directive'.interfaceMacroUnitA representation of the model object 'Macro Unit'.interfaceMemberUnitA representation of the model object 'Member Unit'.interfaceMethodUnitA representation of the model object 'Method Unit'.interfaceModuleA representation of the model object 'Module'.interfaceNamespaceUnitA representation of the model object 'Namespace Unit'.interfaceOctetstringTypeA representation of the model object 'Octetstring Type'.interfaceOctetTypeA representation of the model object 'Octet Type'.interfaceOrdinalTypeA representation of the model object 'Ordinal Type'.interfacePackageA representation of the model object 'Package'.interfaceParameterUnitA representation of the model object 'Parameter Unit'.interfacePointerTypeA representation of the model object 'Pointer Type'.interfacePreprocessorDirectiveA representation of the model object 'Preprocessor Directive'.interfacePrimitiveTypeA representation of the model object 'Primitive Type'.interfaceRangeTypeA representation of the model object 'Range Type'.interfaceRecordTypeA representation of the model object 'Record Type'.interfaceScaledTypeA representation of the model object 'Scaled Type'.interfaceSequenceTypeA representation of the model object 'Sequence Type'.interfaceSetTypeA representation of the model object 'Set Type'.interfaceSharedUnitA representation of the model object 'Shared Unit'.interfaceSignatureA representation of the model object 'Signature'.interfaceStorableUnitA representation of the model object 'Storable Unit'.interfaceStringTypeA representation of the model object 'String Type'.interfaceSynonymTypeA representation of the model object 'Synonym Type'.interfaceTemplateParameterA representation of the model object 'Template Parameter'.interfaceTemplateTypeA representation of the model object 'Template Type'.interfaceTemplateUnitA representation of the model object 'Template Unit'.interfaceTimeTypeA representation of the model object 'Time Type'.interfaceTypeUnitA representation of the model object 'Type Unit'.interfaceValueA representation of the model object 'Value'.interfaceValueElementA representation of the model object 'Value Element'.interfaceValueListA representation of the model object 'Value List'.interfaceVoidTypeA representation of the model object 'Void Type'.Methods in org.eclipse.gmt.modisco.omg.kdm.code that return KDMEntity Modifier and Type Method Description KDMEntityCodeRelationship. getTo()Returns the value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.code with parameters of type KDMEntity Modifier and Type Method Description voidCodeRelationship. setTo(KDMEntity value)Sets the value of the 'To' reference. -
Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.code.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.code.impl that implement KDMEntity Modifier and Type Class Description classArrayTypeImplAn implementation of the model object 'Array Type'.classBagTypeImplAn implementation of the model object 'Bag Type'.classBitstringTypeImplAn implementation of the model object 'Bitstring Type'.classBitTypeImplAn implementation of the model object 'Bit Type'.classBooleanTypeImplAn implementation of the model object 'Boolean Type'.classCallableUnitImplAn implementation of the model object 'Callable Unit'.classCharTypeImplAn implementation of the model object 'Char Type'.classChoiceTypeImplAn implementation of the model object 'Choice Type'.classClassUnitImplAn implementation of the model object 'Class Unit'.classCodeAssemblyImplAn implementation of the model object 'Assembly'.classCodeElementImplAn implementation of the model object 'Element'.classCompilationUnitImplAn implementation of the model object 'Compilation Unit'.classCompositeTypeImplAn implementation of the model object 'Composite Type'.classComputationalObjectImplAn implementation of the model object 'Computational Object'.classConditionalDirectiveImplAn implementation of the model object 'Conditional Directive'.classControlElementImplAn implementation of the model object 'Control Element'.classDataElementImplAn implementation of the model object 'Data Element'.classDatatypeImplAn implementation of the model object 'Datatype'.classDateTypeImplAn implementation of the model object 'Date Type'.classDecimalTypeImplAn implementation of the model object 'Decimal Type'.classDerivedTypeImplAn implementation of the model object 'Derived Type'.classEnumeratedTypeImplAn implementation of the model object 'Enumerated Type'.classFloatTypeImplAn implementation of the model object 'Float Type'.classIncludeDirectiveImplAn implementation of the model object 'Include Directive'.classIndexUnitImplAn implementation of the model object 'Index Unit'.classIntegerTypeImplAn implementation of the model object 'Integer Type'.classInterfaceUnitImplAn implementation of the model object 'Interface Unit'.classItemUnitImplAn implementation of the model object 'Item Unit'.classLanguageUnitImplAn implementation of the model object 'Language Unit'.classMacroDirectiveImplAn implementation of the model object 'Macro Directive'.classMacroUnitImplAn implementation of the model object 'Macro Unit'.classMemberUnitImplAn implementation of the model object 'Member Unit'.classMethodUnitImplAn implementation of the model object 'Method Unit'.classModuleImplAn implementation of the model object 'Module'.classNamespaceUnitImplAn implementation of the model object 'Namespace Unit'.classOctetstringTypeImplAn implementation of the model object 'Octetstring Type'.classOctetTypeImplAn implementation of the model object 'Octet Type'.classOrdinalTypeImplAn implementation of the model object 'Ordinal Type'.classPackageImplAn implementation of the model object 'Package'.classParameterUnitImplAn implementation of the model object 'Parameter Unit'.classPointerTypeImplAn implementation of the model object 'Pointer Type'.classPreprocessorDirectiveImplAn implementation of the model object 'Preprocessor Directive'.classPrimitiveTypeImplAn implementation of the model object 'Primitive Type'.classRangeTypeImplAn implementation of the model object 'Range Type'.classRecordTypeImplAn implementation of the model object 'Record Type'.classScaledTypeImplAn implementation of the model object 'Scaled Type'.classSequenceTypeImplAn implementation of the model object 'Sequence Type'.classSetTypeImplAn implementation of the model object 'Set Type'.classSharedUnitImplAn implementation of the model object 'Shared Unit'.classSignatureImplAn implementation of the model object 'Signature'.classStorableUnitImplAn implementation of the model object 'Storable Unit'.classStringTypeImplAn implementation of the model object 'String Type'.classSynonymTypeImplAn implementation of the model object 'Synonym Type'.classTemplateParameterImplAn implementation of the model object 'Template Parameter'.classTemplateTypeImplAn implementation of the model object 'Template Type'.classTemplateUnitImplAn implementation of the model object 'Template Unit'.classTimeTypeImplAn implementation of the model object 'Time Type'.classTypeUnitImplAn implementation of the model object 'Type Unit'.classValueElementImplAn implementation of the model object 'Value Element'.classValueImplAn implementation of the model object 'Value'.classValueListImplAn implementation of the model object 'Value List'.classVoidTypeImplAn implementation of the model object 'Void Type'.Fields in org.eclipse.gmt.modisco.omg.kdm.code.impl declared as KDMEntity Modifier and Type Field Description protected KDMEntityCodeRelationshipImpl. toThe cached value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.code.impl that return KDMEntity Modifier and Type Method Description KDMEntityCodeRelationshipImpl. basicGetTo()KDMEntityCodeElementImpl. getOwner()KDMEntityComputationalObjectImpl. getOwner()KDMEntityDatatypeImpl. getOwner()KDMEntityModuleImpl. getOwner()KDMEntityNamespaceUnitImpl. getOwner()KDMEntityPreprocessorDirectiveImpl. getOwner()KDMEntityCodeRelationshipImpl. getTo()Methods in org.eclipse.gmt.modisco.omg.kdm.code.impl that return types with arguments of type KDMEntity Modifier and Type Method Description org.eclipse.emf.common.util.EList<KDMEntity>CodeElementImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>ComputationalObjectImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>DatatypeImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>ModuleImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>NamespaceUnitImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>PreprocessorDirectiveImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>CodeElementImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>ComputationalObjectImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>DatatypeImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>ModuleImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>NamespaceUnitImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>PreprocessorDirectiveImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>CodeElementImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>ComputationalObjectImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>DatatypeImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>ModuleImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>NamespaceUnitImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>PreprocessorDirectiveImpl. getOwnedElement()Methods in org.eclipse.gmt.modisco.omg.kdm.code.impl with parameters of type KDMEntity Modifier and Type Method Description voidCodeElementImpl. createAggregation(KDMEntity otherEntity)voidComputationalObjectImpl. createAggregation(KDMEntity otherEntity)voidDatatypeImpl. createAggregation(KDMEntity otherEntity)voidModuleImpl. createAggregation(KDMEntity otherEntity)voidNamespaceUnitImpl. createAggregation(KDMEntity otherEntity)voidPreprocessorDirectiveImpl. createAggregation(KDMEntity otherEntity)voidCodeRelationshipImpl. setTo(KDMEntity newTo) -
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 Modifier and Type Method Description TCodeSwitch. 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 Modifier and Type Interface Description interfaceAbstractConceptualElementA representation of the model object 'Abstract Conceptual Element'.interfaceBehaviorUnitA representation of the model object 'Behavior Unit'.interfaceConceptualContainerA representation of the model object 'Container'.interfaceConceptualElementA representation of the model object 'Element'.interfaceConceptualRoleA representation of the model object 'Role'.interfaceFactUnitA representation of the model object 'Fact Unit'.interfaceRuleUnitA representation of the model object 'Rule Unit'.interfaceScenarioUnitA representation of the model object 'Scenario Unit'.interfaceTermUnitA representation of the model object 'Term Unit'.Methods in org.eclipse.gmt.modisco.omg.kdm.conceptual that return KDMEntity Modifier and Type Method Description KDMEntityConceptualRelationship. getTo()Returns the value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.conceptual that return types with arguments of type KDMEntity Modifier and Type Method Description org.eclipse.emf.common.util.EList<KDMEntity>AbstractConceptualElement. getImplementation()Returns the value of the 'Implementation' reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.conceptual with parameters of type KDMEntity Modifier and Type Method Description voidConceptualRelationship. setTo(KDMEntity value)Sets the value of the 'To' reference. -
Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.conceptual.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.conceptual.impl that implement KDMEntity Modifier and Type Class Description classBehaviorUnitImplAn implementation of the model object 'Behavior Unit'.classConceptualContainerImplAn implementation of the model object 'Container'.classConceptualElementImplAn implementation of the model object 'Element'.classConceptualRoleImplAn implementation of the model object 'Role'.classFactUnitImplAn implementation of the model object 'Fact Unit'.classRuleUnitImplAn implementation of the model object 'Rule Unit'.classScenarioUnitImplAn implementation of the model object 'Scenario Unit'.classTermUnitImplAn implementation of the model object 'Term Unit'.Fields in org.eclipse.gmt.modisco.omg.kdm.conceptual.impl declared as KDMEntity Modifier and Type Field Description protected KDMEntityConceptualRelationshipImpl. toThe cached value of the 'To' reference.Fields in org.eclipse.gmt.modisco.omg.kdm.conceptual.impl with type parameters of type KDMEntity Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<KDMEntity>ConceptualContainerImpl. implementationThe cached value of the 'Implementation' reference list.protected org.eclipse.emf.common.util.EList<KDMEntity>ConceptualElementImpl. implementationThe cached value of the 'Implementation' reference list.protected org.eclipse.emf.common.util.EList<KDMEntity>ConceptualRoleImpl. implementationThe cached value of the 'Implementation' reference list.protected org.eclipse.emf.common.util.EList<KDMEntity>TermUnitImpl. implementationThe cached value of the 'Implementation' reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.conceptual.impl that return KDMEntity Modifier and Type Method Description KDMEntityConceptualRelationshipImpl. basicGetTo()KDMEntityConceptualContainerImpl. getOwner()KDMEntityConceptualElementImpl. getOwner()KDMEntityConceptualRoleImpl. getOwner()KDMEntityTermUnitImpl. getOwner()KDMEntityConceptualRelationshipImpl. getTo()Methods in org.eclipse.gmt.modisco.omg.kdm.conceptual.impl that return types with arguments of type KDMEntity Modifier and Type Method Description org.eclipse.emf.common.util.EList<KDMEntity>ConceptualContainerImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>ConceptualElementImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>ConceptualRoleImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>TermUnitImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>ConceptualContainerImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>ConceptualElementImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>ConceptualRoleImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>TermUnitImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>ConceptualContainerImpl. getImplementation()org.eclipse.emf.common.util.EList<KDMEntity>ConceptualElementImpl. getImplementation()org.eclipse.emf.common.util.EList<KDMEntity>ConceptualRoleImpl. getImplementation()org.eclipse.emf.common.util.EList<KDMEntity>TermUnitImpl. getImplementation()org.eclipse.emf.common.util.EList<KDMEntity>ConceptualContainerImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>ConceptualElementImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>ConceptualRoleImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>TermUnitImpl. getOwnedElement()Methods in org.eclipse.gmt.modisco.omg.kdm.conceptual.impl with parameters of type KDMEntity Modifier and Type Method Description voidConceptualContainerImpl. createAggregation(KDMEntity otherEntity)voidConceptualElementImpl. createAggregation(KDMEntity otherEntity)voidConceptualRoleImpl. createAggregation(KDMEntity otherEntity)voidTermUnitImpl. createAggregation(KDMEntity otherEntity)voidConceptualRelationshipImpl. setTo(KDMEntity newTo) -
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 Modifier and Type Method Description TConceptualSwitch. 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 Modifier and Type Method Description KDMEntityAggregatedRelationship. getFrom()Returns the value of the 'From' reference.KDMEntityKDMRelationship. getFrom()KDMEntityKDMEntity. getOwner()KDMEntityAggregatedRelationship. getTo()Returns the value of the 'To' reference.KDMEntityKDMRelationship. getTo()Methods in org.eclipse.gmt.modisco.omg.kdm.core that return types with arguments of type KDMEntity Modifier and Type Method Description org.eclipse.emf.common.util.EList<KDMEntity>KDMEntity. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>KDMEntity. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>KDMEntity. getOwnedElement()Methods in org.eclipse.gmt.modisco.omg.kdm.core with parameters of type KDMEntity Modifier and Type Method Description voidKDMEntity. createAggregation(KDMEntity otherEntity)voidAggregatedRelationship. setFrom(KDMEntity value)Sets the value of the 'From' reference.voidAggregatedRelationship. setTo(KDMEntity value)Sets the value of the 'To' reference. -
Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.core.impl
Fields in org.eclipse.gmt.modisco.omg.kdm.core.impl declared as KDMEntity Modifier and Type Field Description protected KDMEntityAggregatedRelationshipImpl. fromThe cached value of the 'From' reference.protected KDMEntityAggregatedRelationshipImpl. toThe cached value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.core.impl that return KDMEntity Modifier and Type Method Description KDMEntityAggregatedRelationshipImpl. basicGetFrom()KDMEntityAggregatedRelationshipImpl. basicGetTo()KDMEntityAggregatedRelationshipImpl. getFrom()KDMEntityAggregatedRelationshipImpl. getTo() -
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 Modifier and Type Method Description TCoreSwitch. 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 Modifier and Type Interface Description interfaceAbstractContentElementA representation of the model object 'Abstract Content Element'.interfaceAbstractDataElementA representation of the model object 'Abstract Data Element'.interfaceAllContentA representation of the model object 'All Content'.interfaceCatalogA representation of the model object 'Catalog'.interfaceChoiceContentA representation of the model object 'Choice Content'.interfaceColumnSetA representation of the model object 'Column Set'.interfaceComplexContentTypeA representation of the model object 'Complex Content Type'.interfaceContentAttributeA representation of the model object 'Content Attribute'.interfaceContentElementA representation of the model object 'Content Element'.interfaceContentItemA representation of the model object 'Content Item'.interfaceContentReferenceA representation of the model object 'Content Reference'.interfaceContentRestrictionA representation of the model object 'Content Restriction'.interfaceDataActionA representation of the model object 'Action'.interfaceDataContainerA representation of the model object 'Container'.interfaceDataEventA representation of the model object 'Event'.interfaceDataResourceA representation of the model object 'Resource'.interfaceDataSegmentA representation of the model object 'Segment'.interfaceExtendedDataElementA representation of the model object 'Extended Data Element'.interfaceGroupContentA representation of the model object 'Group Content'.interfaceIndexA representation of the model object 'Index'.interfaceIndexElementA representation of the model object 'Index Element'.interfaceMixedContentA representation of the model object 'Mixed Content'.interfaceRecordFileA representation of the model object 'Record File'.interfaceReferenceKeyA representation of the model object 'Reference Key'.interfaceRelationalSchemaA representation of the model object 'Relational Schema'.interfaceRelationalTableA representation of the model object 'Relational Table'.interfaceRelationalViewA representation of the model object 'Relational View'.interfaceSeqContentA representation of the model object 'Seq Content'.interfaceSimpleContentTypeA representation of the model object 'Simple Content Type'.interfaceUniqueKeyA representation of the model object 'Unique Key'.interfaceXMLSchemaA representation of the model object 'XML Schema'.Methods in org.eclipse.gmt.modisco.omg.kdm.data that return KDMEntity Modifier and Type Method Description KDMEntityDataRelationship. getTo()Returns the value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.data with parameters of type KDMEntity Modifier and Type Method Description voidDataRelationship. setTo(KDMEntity value)Sets the value of the 'To' reference. -
Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.data.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.data.impl that implement KDMEntity Modifier and Type Class Description classAllContentImplAn implementation of the model object 'All Content'.classCatalogImplAn implementation of the model object 'Catalog'.classChoiceContentImplAn implementation of the model object 'Choice Content'.classColumnSetImplAn implementation of the model object 'Column Set'.classComplexContentTypeImplAn implementation of the model object 'Complex Content Type'.classContentAttributeImplAn implementation of the model object 'Content Attribute'.classContentElementImplAn implementation of the model object 'Content Element'.classContentItemImplAn implementation of the model object 'Content Item'.classContentReferenceImplAn implementation of the model object 'Content Reference'.classContentRestrictionImplAn implementation of the model object 'Content Restriction'.classDataActionImplAn implementation of the model object 'Action'.classDataContainerImplAn implementation of the model object 'Container'.classDataEventImplAn implementation of the model object 'Event'.classDataResourceImplAn implementation of the model object 'Resource'.classDataSegmentImplAn implementation of the model object 'Segment'.classExtendedDataElementImplAn implementation of the model object 'Extended Data Element'.classGroupContentImplAn implementation of the model object 'Group Content'.classIndexElementImplAn implementation of the model object 'Index Element'.classIndexImplAn implementation of the model object 'Index'.classMixedContentImplAn implementation of the model object 'Mixed Content'.classRecordFileImplAn implementation of the model object 'Record File'.classReferenceKeyImplAn implementation of the model object 'Reference Key'.classRelationalSchemaImplAn implementation of the model object 'Relational Schema'.classRelationalTableImplAn implementation of the model object 'Relational Table'.classRelationalViewImplAn implementation of the model object 'Relational View'.classSeqContentImplAn implementation of the model object 'Seq Content'.classSimpleContentTypeImplAn implementation of the model object 'Simple Content Type'.classUniqueKeyImplAn implementation of the model object 'Unique Key'.classXMLSchemaImplAn implementation of the model object 'XML Schema'.Fields in org.eclipse.gmt.modisco.omg.kdm.data.impl declared as KDMEntity Modifier and Type Field Description protected KDMEntityDataRelationshipImpl. toThe cached value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.data.impl that return KDMEntity Modifier and Type Method Description KDMEntityDataRelationshipImpl. basicGetTo()KDMEntityComplexContentTypeImpl. getOwner()KDMEntityContentItemImpl. getOwner()KDMEntityContentRestrictionImpl. getOwner()KDMEntityDataActionImpl. getOwner()KDMEntityDataResourceImpl. getOwner()KDMEntityExtendedDataElementImpl. getOwner()KDMEntityXMLSchemaImpl. getOwner()KDMEntityDataRelationshipImpl. getTo()Methods in org.eclipse.gmt.modisco.omg.kdm.data.impl that return types with arguments of type KDMEntity Modifier and Type Method Description org.eclipse.emf.common.util.EList<KDMEntity>ComplexContentTypeImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>ContentItemImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>ContentRestrictionImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>DataActionImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>DataResourceImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>ExtendedDataElementImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>XMLSchemaImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>ComplexContentTypeImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>ContentItemImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>ContentRestrictionImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>DataActionImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>DataResourceImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>ExtendedDataElementImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>XMLSchemaImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>ComplexContentTypeImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>ContentItemImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>ContentRestrictionImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>DataActionImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>DataResourceImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>ExtendedDataElementImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>XMLSchemaImpl. getOwnedElement()Methods in org.eclipse.gmt.modisco.omg.kdm.data.impl with parameters of type KDMEntity Modifier and Type Method Description voidComplexContentTypeImpl. createAggregation(KDMEntity otherEntity)voidContentItemImpl. createAggregation(KDMEntity otherEntity)voidContentRestrictionImpl. createAggregation(KDMEntity otherEntity)voidDataActionImpl. createAggregation(KDMEntity otherEntity)voidDataResourceImpl. createAggregation(KDMEntity otherEntity)voidExtendedDataElementImpl. createAggregation(KDMEntity otherEntity)voidXMLSchemaImpl. createAggregation(KDMEntity otherEntity)voidDataRelationshipImpl. setTo(KDMEntity newTo) -
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 Modifier and Type Method Description TDataSwitch. 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 Modifier and Type Interface Description interfaceAbstractEventElementA representation of the model object 'Abstract Event Element'.interfaceEventA representation of the model object 'Event'.interfaceEventActionA representation of the model object 'Action'.interfaceEventElementA representation of the model object 'Element'.interfaceEventResourceA representation of the model object 'Resource'.interfaceInitialStateA representation of the model object 'Initial State'.interfaceOnEntryA representation of the model object 'On Entry'.interfaceOnExitA representation of the model object 'On Exit'.interfaceStateA representation of the model object 'State'.interfaceTransitionA representation of the model object 'Transition'.Methods in org.eclipse.gmt.modisco.omg.kdm.event that return KDMEntity Modifier and Type Method Description KDMEntityEventRelationship. getTo()Returns the value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.event with parameters of type KDMEntity Modifier and Type Method Description voidEventRelationship. setTo(KDMEntity value)Sets the value of the 'To' reference. -
Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.event.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.event.impl that implement KDMEntity Modifier and Type Class Description classEventActionImplAn implementation of the model object 'Action'.classEventElementImplAn implementation of the model object 'Element'.classEventImplAn implementation of the model object 'Event'.classEventResourceImplAn implementation of the model object 'Resource'.classInitialStateImplAn implementation of the model object 'Initial State'.classOnEntryImplAn implementation of the model object 'On Entry'.classOnExitImplAn implementation of the model object 'On Exit'.classStateImplAn implementation of the model object 'State'.classTransitionImplAn implementation of the model object 'Transition'.Fields in org.eclipse.gmt.modisco.omg.kdm.event.impl declared as KDMEntity Modifier and Type Field Description protected KDMEntityEventRelationshipImpl. toThe cached value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.event.impl that return KDMEntity Modifier and Type Method Description KDMEntityEventRelationshipImpl. basicGetTo()KDMEntityEventActionImpl. getOwner()KDMEntityEventElementImpl. getOwner()KDMEntityEventImpl. getOwner()KDMEntityEventResourceImpl. getOwner()KDMEntityEventRelationshipImpl. getTo()Methods in org.eclipse.gmt.modisco.omg.kdm.event.impl that return types with arguments of type KDMEntity Modifier and Type Method Description org.eclipse.emf.common.util.EList<KDMEntity>EventActionImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>EventElementImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>EventImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>EventResourceImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>EventActionImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>EventElementImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>EventImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>EventResourceImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>EventActionImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>EventElementImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>EventImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>EventResourceImpl. getOwnedElement()Methods in org.eclipse.gmt.modisco.omg.kdm.event.impl with parameters of type KDMEntity Modifier and Type Method Description voidEventActionImpl. createAggregation(KDMEntity otherEntity)voidEventElementImpl. createAggregation(KDMEntity otherEntity)voidEventImpl. createAggregation(KDMEntity otherEntity)voidEventResourceImpl. createAggregation(KDMEntity otherEntity)voidEventRelationshipImpl. setTo(KDMEntity newTo) -
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 Modifier and Type Method Description TEventSwitch. 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 Modifier and Type Interface Description interfaceAbstractPlatformElementA representation of the model object 'Abstract Platform Element'.interfaceDataManagerA representation of the model object 'Data Manager'.interfaceDeployedComponentA representation of the model object 'Deployed Component'.interfaceDeployedResourceA representation of the model object 'Deployed Resource'.interfaceDeployedSoftwareSystemA representation of the model object 'Deployed Software System'.interfaceExecutionResourceA representation of the model object 'Execution Resource'.interfaceExternalActorA representation of the model object 'External Actor'.interfaceFileResourceA representation of the model object 'File Resource'.interfaceLockResourceA representation of the model object 'Lock Resource'.interfaceMachineA representation of the model object 'Machine'.interfaceMarshalledResourceA representation of the model object 'Marshalled Resource'.interfaceMessagingResourceA representation of the model object 'Messaging Resource'.interfaceNamingResourceA representation of the model object 'Naming Resource'.interfacePlatformActionA representation of the model object 'Action'.interfacePlatformElementA representation of the model object 'Element'.interfacePlatformEventA representation of the model object 'Event'.interfaceProcessA representation of the model object 'Process'.interfaceResourceTypeA representation of the model object 'Resource Type'.interfaceRuntimeResourceA representation of the model object 'Runtime Resource'.interfaceStreamResourceA representation of the model object 'Stream Resource'.interfaceThreadA representation of the model object 'Thread'. -
Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.platform.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.platform.impl that implement KDMEntity Modifier and Type Class Description classDataManagerImplAn implementation of the model object 'Data Manager'.classDeployedComponentImplAn implementation of the model object 'Deployed Component'.classDeployedResourceImplAn implementation of the model object 'Deployed Resource'.classDeployedSoftwareSystemImplAn implementation of the model object 'Deployed Software System'.classExecutionResourceImplAn implementation of the model object 'Execution Resource'.classExternalActorImplAn implementation of the model object 'External Actor'.classFileResourceImplAn implementation of the model object 'File Resource'.classLockResourceImplAn implementation of the model object 'Lock Resource'.classMachineImplAn implementation of the model object 'Machine'.classMarshalledResourceImplAn implementation of the model object 'Marshalled Resource'.classMessagingResourceImplAn implementation of the model object 'Messaging Resource'.classNamingResourceImplAn implementation of the model object 'Naming Resource'.classPlatformActionImplAn implementation of the model object 'Action'.classPlatformElementImplAn implementation of the model object 'Element'.classPlatformEventImplAn implementation of the model object 'Event'.classProcessImplAn implementation of the model object 'Process'.classResourceTypeImplAn implementation of the model object 'Resource Type'.classRuntimeResourceImplAn implementation of the model object 'Runtime Resource'.classStreamResourceImplAn implementation of the model object 'Stream Resource'.classThreadImplAn implementation of the model object 'Thread'.Fields in org.eclipse.gmt.modisco.omg.kdm.platform.impl declared as KDMEntity Modifier and Type Field Description protected KDMEntityBindsToImpl. toThe cached value of the 'To' reference.protected KDMEntityPlatformRelationshipImpl. toThe cached value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.platform.impl that return KDMEntity Modifier and Type Method Description KDMEntityBindsToImpl. basicGetTo()KDMEntityPlatformRelationshipImpl. basicGetTo()KDMEntityDeployedComponentImpl. getOwner()KDMEntityDeployedResourceImpl. getOwner()KDMEntityDeployedSoftwareSystemImpl. getOwner()KDMEntityMachineImpl. getOwner()KDMEntityPlatformActionImpl. getOwner()KDMEntityPlatformElementImpl. getOwner()KDMEntityPlatformEventImpl. getOwner()KDMEntityResourceTypeImpl. getOwner()KDMEntityBindsToImpl. getTo()KDMEntityPlatformRelationshipImpl. getTo()Methods in org.eclipse.gmt.modisco.omg.kdm.platform.impl that return types with arguments of type KDMEntity Modifier and Type Method Description org.eclipse.emf.common.util.EList<KDMEntity>DeployedComponentImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>DeployedResourceImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>DeployedSoftwareSystemImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>MachineImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>PlatformActionImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>PlatformElementImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>PlatformEventImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>ResourceTypeImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>DeployedComponentImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>DeployedResourceImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>DeployedSoftwareSystemImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>MachineImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>PlatformActionImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>PlatformElementImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>PlatformEventImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>ResourceTypeImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>DeployedComponentImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>DeployedResourceImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>DeployedSoftwareSystemImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>MachineImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>PlatformActionImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>PlatformElementImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>PlatformEventImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>ResourceTypeImpl. getOwnedElement()Methods in org.eclipse.gmt.modisco.omg.kdm.platform.impl with parameters of type KDMEntity Modifier and Type Method Description voidDeployedComponentImpl. createAggregation(KDMEntity otherEntity)voidDeployedResourceImpl. createAggregation(KDMEntity otherEntity)voidDeployedSoftwareSystemImpl. createAggregation(KDMEntity otherEntity)voidMachineImpl. createAggregation(KDMEntity otherEntity)voidPlatformActionImpl. createAggregation(KDMEntity otherEntity)voidPlatformElementImpl. createAggregation(KDMEntity otherEntity)voidPlatformEventImpl. createAggregation(KDMEntity otherEntity)voidResourceTypeImpl. createAggregation(KDMEntity otherEntity)voidBindsToImpl. setTo(KDMEntity newTo)voidPlatformRelationshipImpl. setTo(KDMEntity newTo) -
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 Modifier and Type Method Description TPlatformSwitch. 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 Modifier and Type Interface Description interfaceAbstractInventoryElementA representation of the model object 'Abstract Inventory Element'.interfaceBinaryFileA representation of the model object 'Binary File'.interfaceConfigurationA representation of the model object 'Configuration'.interfaceDirectoryA representation of the model object 'Directory'.interfaceExecutableFileA representation of the model object 'Executable File'.interfaceImageA representation of the model object 'Image'.interfaceInventoryContainerA representation of the model object 'Inventory Container'.interfaceInventoryElementA representation of the model object 'Inventory Element'.interfaceInventoryItemA representation of the model object 'Inventory Item'.interfaceProjectA representation of the model object 'Project'.interfaceResourceDescriptionA representation of the model object 'Resource Description'.interfaceSourceFileA representation of the model object 'File'.Methods in org.eclipse.gmt.modisco.omg.kdm.source that return KDMEntity Modifier and Type Method Description KDMEntityInventoryRelationship. getTo()Returns the value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.source with parameters of type KDMEntity Modifier and Type Method Description voidInventoryRelationship. setTo(KDMEntity value)Sets the value of the 'To' reference. -
Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.source.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.source.impl that implement KDMEntity Modifier and Type Class Description classBinaryFileImplAn implementation of the model object 'Binary File'.classConfigurationImplAn implementation of the model object 'Configuration'.classDirectoryImplAn implementation of the model object 'Directory'.classExecutableFileImplAn implementation of the model object 'Executable File'.classImageImplAn implementation of the model object 'Image'.classInventoryContainerImplAn implementation of the model object 'Inventory Container'.classInventoryElementImplAn implementation of the model object 'Inventory Element'.classInventoryItemImplAn implementation of the model object 'Inventory Item'.classProjectImplAn implementation of the model object 'Project'.classResourceDescriptionImplAn implementation of the model object 'Resource Description'.classSourceFileImplAn implementation of the model object 'File'.Fields in org.eclipse.gmt.modisco.omg.kdm.source.impl declared as KDMEntity Modifier and Type Field Description protected KDMEntityInventoryRelationshipImpl. toThe cached value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.source.impl that return KDMEntity Modifier and Type Method Description KDMEntityInventoryRelationshipImpl. basicGetTo()KDMEntityInventoryContainerImpl. getOwner()KDMEntityInventoryElementImpl. getOwner()KDMEntityInventoryItemImpl. getOwner()KDMEntityInventoryRelationshipImpl. getTo()Methods in org.eclipse.gmt.modisco.omg.kdm.source.impl that return types with arguments of type KDMEntity Modifier and Type Method Description org.eclipse.emf.common.util.EList<KDMEntity>InventoryContainerImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>InventoryElementImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>InventoryItemImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>InventoryContainerImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>InventoryElementImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>InventoryItemImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>InventoryContainerImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>InventoryElementImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>InventoryItemImpl. getOwnedElement()Methods in org.eclipse.gmt.modisco.omg.kdm.source.impl with parameters of type KDMEntity Modifier and Type Method Description voidInventoryContainerImpl. createAggregation(KDMEntity otherEntity)voidInventoryElementImpl. createAggregation(KDMEntity otherEntity)voidInventoryItemImpl. createAggregation(KDMEntity otherEntity)voidInventoryRelationshipImpl. setTo(KDMEntity newTo) -
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 Modifier and Type Method Description TSourceSwitch. 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 Modifier and Type Interface Description interfaceAbstractStructureElementA representation of the model object 'Abstract Structure Element'.interfaceArchitectureViewA representation of the model object 'Architecture View'.interfaceComponentA representation of the model object 'Component'.interfaceLayerA representation of the model object 'Layer'.interfaceSoftwareSystemA representation of the model object 'Software System'.interfaceStructureElementA representation of the model object 'Element'.interfaceSubsystemA representation of the model object 'Subsystem'.Methods in org.eclipse.gmt.modisco.omg.kdm.structure that return KDMEntity Modifier and Type Method Description KDMEntityStructureRelationship. getTo()Returns the value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.structure that return types with arguments of type KDMEntity Modifier and Type Method Description org.eclipse.emf.common.util.EList<KDMEntity>AbstractStructureElement. getImplementation()Returns the value of the 'Implementation' reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.structure with parameters of type KDMEntity Modifier and Type Method Description voidStructureRelationship. setTo(KDMEntity value)Sets the value of the 'To' reference. -
Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.structure.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.structure.impl that implement KDMEntity Modifier and Type Class Description classArchitectureViewImplAn implementation of the model object 'Architecture View'.classComponentImplAn implementation of the model object 'Component'.classLayerImplAn implementation of the model object 'Layer'.classSoftwareSystemImplAn implementation of the model object 'Software System'.classStructureElementImplAn implementation of the model object 'Element'.classSubsystemImplAn implementation of the model object 'Subsystem'.Fields in org.eclipse.gmt.modisco.omg.kdm.structure.impl declared as KDMEntity Modifier and Type Field Description protected KDMEntityStructureRelationshipImpl. toThe cached value of the 'To' reference.Fields in org.eclipse.gmt.modisco.omg.kdm.structure.impl with type parameters of type KDMEntity Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<KDMEntity>ArchitectureViewImpl. implementationThe cached value of the 'Implementation' reference list.protected org.eclipse.emf.common.util.EList<KDMEntity>ComponentImpl. implementationThe cached value of the 'Implementation' reference list.protected org.eclipse.emf.common.util.EList<KDMEntity>LayerImpl. implementationThe cached value of the 'Implementation' reference list.protected org.eclipse.emf.common.util.EList<KDMEntity>SoftwareSystemImpl. implementationThe cached value of the 'Implementation' reference list.protected org.eclipse.emf.common.util.EList<KDMEntity>StructureElementImpl. implementationThe cached value of the 'Implementation' reference list.protected org.eclipse.emf.common.util.EList<KDMEntity>SubsystemImpl. implementationThe cached value of the 'Implementation' reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.structure.impl that return KDMEntity Modifier and Type Method Description KDMEntityStructureRelationshipImpl. basicGetTo()KDMEntityArchitectureViewImpl. getOwner()KDMEntityComponentImpl. getOwner()KDMEntityLayerImpl. getOwner()KDMEntitySoftwareSystemImpl. getOwner()KDMEntityStructureElementImpl. getOwner()KDMEntitySubsystemImpl. getOwner()KDMEntityStructureRelationshipImpl. getTo()Methods in org.eclipse.gmt.modisco.omg.kdm.structure.impl that return types with arguments of type KDMEntity Modifier and Type Method Description org.eclipse.emf.common.util.EList<KDMEntity>ArchitectureViewImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>ComponentImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>LayerImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>SoftwareSystemImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>StructureElementImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>SubsystemImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>ArchitectureViewImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>ComponentImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>LayerImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>SoftwareSystemImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>StructureElementImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>SubsystemImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>ArchitectureViewImpl. getImplementation()org.eclipse.emf.common.util.EList<KDMEntity>ComponentImpl. getImplementation()org.eclipse.emf.common.util.EList<KDMEntity>LayerImpl. getImplementation()org.eclipse.emf.common.util.EList<KDMEntity>SoftwareSystemImpl. getImplementation()org.eclipse.emf.common.util.EList<KDMEntity>StructureElementImpl. getImplementation()org.eclipse.emf.common.util.EList<KDMEntity>SubsystemImpl. getImplementation()org.eclipse.emf.common.util.EList<KDMEntity>ArchitectureViewImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>ComponentImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>LayerImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>SoftwareSystemImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>StructureElementImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>SubsystemImpl. getOwnedElement()Methods in org.eclipse.gmt.modisco.omg.kdm.structure.impl with parameters of type KDMEntity Modifier and Type Method Description voidArchitectureViewImpl. createAggregation(KDMEntity otherEntity)voidComponentImpl. createAggregation(KDMEntity otherEntity)voidLayerImpl. createAggregation(KDMEntity otherEntity)voidSoftwareSystemImpl. createAggregation(KDMEntity otherEntity)voidStructureElementImpl. createAggregation(KDMEntity otherEntity)voidSubsystemImpl. createAggregation(KDMEntity otherEntity)voidStructureRelationshipImpl. setTo(KDMEntity newTo) -
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 Modifier and Type Method Description TStructureSwitch. 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 Modifier and Type Interface Description interfaceAbstractUIElementA representation of the model object 'Abstract UI Element'.interfaceReportA representation of the model object 'Report'.interfaceScreenA representation of the model object 'Screen'.interfaceUIActionA representation of the model object 'UI Action'.interfaceUIDisplayA representation of the model object 'UI Display'.interfaceUIElementA representation of the model object 'UI Element'.interfaceUIEventA representation of the model object 'UI Event'.interfaceUIFieldA representation of the model object 'UI Field'.interfaceUIResourceA representation of the model object 'UI Resource'.Methods in org.eclipse.gmt.modisco.omg.kdm.ui that return KDMEntity Modifier and Type Method Description KDMEntityUIRelationship. getTo()Returns the value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.ui with parameters of type KDMEntity Modifier and Type Method Description voidUIRelationship. setTo(KDMEntity value)Sets the value of the 'To' reference. -
Uses of KDMEntity in org.eclipse.gmt.modisco.omg.kdm.ui.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.ui.impl that implement KDMEntity Modifier and Type Class Description classReportImplAn implementation of the model object 'Report'.classScreenImplAn implementation of the model object 'Screen'.classUIActionImplAn implementation of the model object 'UI Action'.classUIDisplayImplAn implementation of the model object 'UI Display'.classUIElementImplAn implementation of the model object 'UI Element'.classUIEventImplAn implementation of the model object 'UI Event'.classUIFieldImplAn implementation of the model object 'UI Field'.classUIResourceImplAn implementation of the model object 'UI Resource'.Fields in org.eclipse.gmt.modisco.omg.kdm.ui.impl declared as KDMEntity Modifier and Type Field Description protected KDMEntityUIRelationshipImpl. toThe cached value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.ui.impl that return KDMEntity Modifier and Type Method Description KDMEntityUIRelationshipImpl. basicGetTo()KDMEntityUIActionImpl. getOwner()KDMEntityUIElementImpl. getOwner()KDMEntityUIEventImpl. getOwner()KDMEntityUIResourceImpl. getOwner()KDMEntityUIRelationshipImpl. getTo()Methods in org.eclipse.gmt.modisco.omg.kdm.ui.impl that return types with arguments of type KDMEntity Modifier and Type Method Description org.eclipse.emf.common.util.EList<KDMEntity>UIActionImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>UIElementImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>UIEventImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>UIResourceImpl. getGroup()org.eclipse.emf.common.util.EList<KDMEntity>UIActionImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>UIElementImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>UIEventImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>UIResourceImpl. getGroupedElement()org.eclipse.emf.common.util.EList<KDMEntity>UIActionImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>UIElementImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>UIEventImpl. getOwnedElement()org.eclipse.emf.common.util.EList<KDMEntity>UIResourceImpl. getOwnedElement()Methods in org.eclipse.gmt.modisco.omg.kdm.ui.impl with parameters of type KDMEntity Modifier and Type Method Description voidUIActionImpl. createAggregation(KDMEntity otherEntity)voidUIElementImpl. createAggregation(KDMEntity otherEntity)voidUIEventImpl. createAggregation(KDMEntity otherEntity)voidUIResourceImpl. createAggregation(KDMEntity otherEntity)voidUIRelationshipImpl. setTo(KDMEntity newTo) -
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 Modifier and Type Method Description TUiSwitch. caseKDMEntity(KDMEntity object)Returns the result of interpreting the object as an instance of 'KDM Entity'.