Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.conceptual.ConceptualContainer
| 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 ConceptualContainer in org.eclipse.gmt.modisco.omg.kdm.conceptual
Subinterfaces of ConceptualContainer in org.eclipse.gmt.modisco.omg.kdm.conceptual Modifier and Type Interface Description interfaceBehaviorUnitA representation of the model object 'Behavior Unit'.interfaceFactUnitA representation of the model object 'Fact Unit'.interfaceRuleUnitA representation of the model object 'Rule Unit'.interfaceScenarioUnitA representation of the model object 'Scenario Unit'.Methods in org.eclipse.gmt.modisco.omg.kdm.conceptual that return ConceptualContainer Modifier and Type Method Description ConceptualContainerConceptualFactory. createConceptualContainer()Returns a new object of class 'Container'.ConceptualContainerConceptualFlow. getFrom()Returns the value of the 'From' reference.ConceptualContainerConceptualFlow. getTo()Returns the value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.conceptual with parameters of type ConceptualContainer Modifier and Type Method Description voidConceptualFlow. setFrom(ConceptualContainer value)Sets the value of the 'From' reference.voidConceptualFlow. setTo(ConceptualContainer value)Sets the value of the 'To' reference. -
Uses of ConceptualContainer in org.eclipse.gmt.modisco.omg.kdm.conceptual.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.conceptual.impl that implement ConceptualContainer Modifier and Type Class Description classBehaviorUnitImplAn implementation of the model object 'Behavior Unit'.classConceptualContainerImplAn implementation of the model object 'Container'.classFactUnitImplAn implementation of the model object 'Fact Unit'.classRuleUnitImplAn implementation of the model object 'Rule Unit'.classScenarioUnitImplAn implementation of the model object 'Scenario Unit'.Fields in org.eclipse.gmt.modisco.omg.kdm.conceptual.impl declared as ConceptualContainer Modifier and Type Field Description protected ConceptualContainerConceptualFlowImpl. fromThe cached value of the 'From' reference.protected ConceptualContainerConceptualFlowImpl. toThe cached value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.conceptual.impl that return ConceptualContainer Modifier and Type Method Description ConceptualContainerConceptualFlowImpl. basicGetFrom()ConceptualContainerConceptualFlowImpl. basicGetTo()ConceptualContainerConceptualFactoryImpl. createConceptualContainer()ConceptualContainerConceptualFlowImpl. getFrom()ConceptualContainerConceptualFlowImpl. getTo()Methods in org.eclipse.gmt.modisco.omg.kdm.conceptual.impl with parameters of type ConceptualContainer Modifier and Type Method Description voidConceptualFlowImpl. setFrom(ConceptualContainer newFrom)voidConceptualFlowImpl. setTo(ConceptualContainer newTo) -
Uses of ConceptualContainer in org.eclipse.gmt.modisco.omg.kdm.conceptual.util
Methods in org.eclipse.gmt.modisco.omg.kdm.conceptual.util with parameters of type ConceptualContainer Modifier and Type Method Description TConceptualSwitch. caseConceptualContainer(ConceptualContainer object)Returns the result of interpreting the object as an instance of 'Container'.