Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.conceptual.AbstractConceptualElement
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.conceptual | |
| org.eclipse.gmt.modisco.omg.kdm.conceptual.impl | |
| org.eclipse.gmt.modisco.omg.kdm.conceptual.util |
-
Uses of AbstractConceptualElement in org.eclipse.gmt.modisco.omg.kdm.conceptual
Subinterfaces of AbstractConceptualElement in org.eclipse.gmt.modisco.omg.kdm.conceptual Modifier and Type Interface Description 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 AbstractConceptualElement Modifier and Type Method Description AbstractConceptualElementConceptualRole. getConceptualElement()Returns the value of the 'Conceptual Element' reference.AbstractConceptualElementConceptualRelationship. getFrom()Returns the value of the 'From' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.conceptual that return types with arguments of type AbstractConceptualElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractConceptualElement>ConceptualContainer. getConceptualElement()Returns the value of the 'Conceptual Element' containment reference list.org.eclipse.emf.common.util.EList<AbstractConceptualElement>ConceptualModel. getConceptualElement()Returns the value of the 'Conceptual Element' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.conceptual with parameters of type AbstractConceptualElement Modifier and Type Method Description voidConceptualRole. setConceptualElement(AbstractConceptualElement value)Sets the value of the 'Conceptual Element' reference.voidConceptualRelationship. setFrom(AbstractConceptualElement value)Sets the value of the 'From' reference. -
Uses of AbstractConceptualElement in org.eclipse.gmt.modisco.omg.kdm.conceptual.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.conceptual.impl that implement AbstractConceptualElement 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 AbstractConceptualElement Modifier and Type Field Description protected AbstractConceptualElementConceptualRoleImpl. conceptualElementThe cached value of the 'Conceptual Element' reference.protected AbstractConceptualElementConceptualRelationshipImpl. fromThe cached value of the 'From' reference.Fields in org.eclipse.gmt.modisco.omg.kdm.conceptual.impl with type parameters of type AbstractConceptualElement Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<AbstractConceptualElement>ConceptualContainerImpl. conceptualElementThe cached value of the 'Conceptual Element' containment reference list.protected org.eclipse.emf.common.util.EList<AbstractConceptualElement>ConceptualModelImpl. conceptualElementThe cached value of the 'Conceptual Element' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.conceptual.impl that return AbstractConceptualElement Modifier and Type Method Description AbstractConceptualElementConceptualRoleImpl. basicGetConceptualElement()AbstractConceptualElementConceptualRelationshipImpl. basicGetFrom()AbstractConceptualElementConceptualRoleImpl. getConceptualElement()AbstractConceptualElementConceptualRelationshipImpl. getFrom()Methods in org.eclipse.gmt.modisco.omg.kdm.conceptual.impl that return types with arguments of type AbstractConceptualElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractConceptualElement>ConceptualContainerImpl. getConceptualElement()org.eclipse.emf.common.util.EList<AbstractConceptualElement>ConceptualModelImpl. getConceptualElement()Methods in org.eclipse.gmt.modisco.omg.kdm.conceptual.impl with parameters of type AbstractConceptualElement Modifier and Type Method Description voidConceptualRoleImpl. setConceptualElement(AbstractConceptualElement newConceptualElement)voidConceptualRelationshipImpl. setFrom(AbstractConceptualElement newFrom) -
Uses of AbstractConceptualElement in org.eclipse.gmt.modisco.omg.kdm.conceptual.util
Methods in org.eclipse.gmt.modisco.omg.kdm.conceptual.util with parameters of type AbstractConceptualElement Modifier and Type Method Description TConceptualSwitch. caseAbstractConceptualElement(AbstractConceptualElement object)Returns the result of interpreting the object as an instance of 'Abstract Conceptual Element'.