Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.action.ActionElement
-
Uses of ActionElement in org.eclipse.gmt.modisco.omg.kdm.action
Subinterfaces of ActionElement in org.eclipse.gmt.modisco.omg.kdm.action Modifier and Type Interface Description 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 ActionElement Modifier and Type Method Description ActionElementActionFactory. createActionElement()Returns a new object of class 'Element'.ActionElementActionRelationship. getFrom()Returns the value of the 'From' reference.ActionElementAddresses. getFrom()Returns the value of the 'From' reference.ActionElementCalls. getFrom()Returns the value of the 'From' reference.ActionElementCompliesTo. getFrom()Returns the value of the 'From' reference.ActionElementControlFlow. getFrom()Returns the value of the 'From' reference.ActionElementCreates. getFrom()Returns the value of the 'From' reference.ActionElementDispatches. getFrom()Returns the value of the 'From' reference.ActionElementExceptionFlow. getFrom()Returns the value of the 'From' reference.ActionElementExitFlow. getFrom()Returns the value of the 'From' reference.ActionElementReads. getFrom()Returns the value of the 'From' reference.ActionElementThrows. getFrom()Returns the value of the 'From' reference.ActionElementUsesType. getFrom()Returns the value of the 'From' reference.ActionElementWrites. getFrom()Returns the value of the 'From' reference.ActionElementControlFlow. getTo()Returns the value of the 'To' reference.ActionElementEntryFlow. getTo()Returns the value of the 'To' reference.ActionElementExceptionFlow. getTo()Returns the value of the 'To' reference.ActionElementExitFlow. getTo()Returns the value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.action with parameters of type ActionElement Modifier and Type Method Description voidActionRelationship. setFrom(ActionElement value)Sets the value of the 'From' reference.voidAddresses. setFrom(ActionElement value)Sets the value of the 'From' reference.voidCalls. setFrom(ActionElement value)Sets the value of the 'From' reference.voidCompliesTo. setFrom(ActionElement value)Sets the value of the 'From' reference.voidControlFlow. setFrom(ActionElement value)Sets the value of the 'From' reference.voidCreates. setFrom(ActionElement value)Sets the value of the 'From' reference.voidDispatches. setFrom(ActionElement value)Sets the value of the 'From' reference.voidExceptionFlow. setFrom(ActionElement value)Sets the value of the 'From' reference.voidExitFlow. setFrom(ActionElement value)Sets the value of the 'From' reference.voidReads. setFrom(ActionElement value)Sets the value of the 'From' reference.voidThrows. setFrom(ActionElement value)Sets the value of the 'From' reference.voidUsesType. setFrom(ActionElement value)Sets the value of the 'From' reference.voidWrites. setFrom(ActionElement value)Sets the value of the 'From' reference.voidControlFlow. setTo(ActionElement value)Sets the value of the 'To' reference.voidEntryFlow. setTo(ActionElement value)Sets the value of the 'To' reference.voidExceptionFlow. setTo(ActionElement value)Sets the value of the 'To' reference.voidExitFlow. setTo(ActionElement value)Sets the value of the 'To' reference. -
Uses of ActionElement in org.eclipse.gmt.modisco.omg.kdm.action.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.action.impl that implement ActionElement 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 ActionElement Modifier and Type Field Description protected ActionElementActionRelationshipImpl. fromThe cached value of the 'From' reference.protected ActionElementAddressesImpl. fromThe cached value of the 'From' reference.protected ActionElementCallsImpl. fromThe cached value of the 'From' reference.protected ActionElementCompliesToImpl. fromThe cached value of the 'From' reference.protected ActionElementControlFlowImpl. fromThe cached value of the 'From' reference.protected ActionElementCreatesImpl. fromThe cached value of the 'From' reference.protected ActionElementDispatchesImpl. fromThe cached value of the 'From' reference.protected ActionElementExceptionFlowImpl. fromThe cached value of the 'From' reference.protected ActionElementExitFlowImpl. fromThe cached value of the 'From' reference.protected ActionElementReadsImpl. fromThe cached value of the 'From' reference.protected ActionElementThrowsImpl. fromThe cached value of the 'From' reference.protected ActionElementUsesTypeImpl. fromThe cached value of the 'From' reference.protected ActionElementWritesImpl. fromThe cached value of the 'From' reference.protected ActionElementControlFlowImpl. toThe cached value of the 'To' reference.protected ActionElementEntryFlowImpl. toThe cached value of the 'To' reference.protected ActionElementExceptionFlowImpl. toThe cached value of the 'To' reference.protected ActionElementExitFlowImpl. toThe cached value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.action.impl with parameters of type ActionElement Modifier and Type Method Description voidActionRelationshipImpl. setFrom(ActionElement newFrom)voidAddressesImpl. setFrom(ActionElement newFrom)voidCallsImpl. setFrom(ActionElement newFrom)voidCompliesToImpl. setFrom(ActionElement newFrom)voidControlFlowImpl. setFrom(ActionElement newFrom)voidCreatesImpl. setFrom(ActionElement newFrom)voidDispatchesImpl. setFrom(ActionElement newFrom)voidExceptionFlowImpl. setFrom(ActionElement newFrom)voidExitFlowImpl. setFrom(ActionElement newFrom)voidReadsImpl. setFrom(ActionElement newFrom)voidThrowsImpl. setFrom(ActionElement newFrom)voidUsesTypeImpl. setFrom(ActionElement newFrom)voidWritesImpl. setFrom(ActionElement newFrom)voidControlFlowImpl. setTo(ActionElement newTo)voidEntryFlowImpl. setTo(ActionElement newTo)voidExceptionFlowImpl. setTo(ActionElement newTo)voidExitFlowImpl. setTo(ActionElement newTo) -
Uses of ActionElement in org.eclipse.gmt.modisco.omg.kdm.action.util
Methods in org.eclipse.gmt.modisco.omg.kdm.action.util with parameters of type ActionElement Modifier and Type Method Description TActionSwitch. caseActionElement(ActionElement object)Returns the result of interpreting the object as an instance of 'Element'. -
Uses of ActionElement in org.eclipse.gmt.modisco.omg.kdm.conceptual
Methods in org.eclipse.gmt.modisco.omg.kdm.conceptual that return types with arguments of type ActionElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<ActionElement>AbstractConceptualElement. getAbstraction()Returns the value of the 'Abstraction' containment reference list. -
Uses of ActionElement in org.eclipse.gmt.modisco.omg.kdm.conceptual.impl
Fields in org.eclipse.gmt.modisco.omg.kdm.conceptual.impl with type parameters of type ActionElement Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<ActionElement>ConceptualContainerImpl. abstractionThe cached value of the 'Abstraction' containment reference list.protected org.eclipse.emf.common.util.EList<ActionElement>ConceptualElementImpl. abstractionThe cached value of the 'Abstraction' containment reference list.protected org.eclipse.emf.common.util.EList<ActionElement>ConceptualRoleImpl. abstractionThe cached value of the 'Abstraction' containment reference list.protected org.eclipse.emf.common.util.EList<ActionElement>TermUnitImpl. abstractionThe cached value of the 'Abstraction' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.conceptual.impl that return types with arguments of type ActionElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<ActionElement>ConceptualContainerImpl. getAbstraction()org.eclipse.emf.common.util.EList<ActionElement>ConceptualElementImpl. getAbstraction()org.eclipse.emf.common.util.EList<ActionElement>ConceptualRoleImpl. getAbstraction()org.eclipse.emf.common.util.EList<ActionElement>TermUnitImpl. getAbstraction() -
Uses of ActionElement in org.eclipse.gmt.modisco.omg.kdm.data
Methods in org.eclipse.gmt.modisco.omg.kdm.data that return ActionElement Modifier and Type Method Description ActionElementHasContent. getFrom()Returns the value of the 'From' reference.ActionElementManagesData. getFrom()Returns the value of the 'From' reference.ActionElementProducesDataEvent. getFrom()Returns the value of the 'From' reference.ActionElementReadsColumnSet. getFrom()Returns the value of the 'From' reference.ActionElementWritesColumnSet. getFrom()Returns the value of the 'From' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.data that return types with arguments of type ActionElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<ActionElement>AbstractDataElement. getAbstraction()Returns the value of the 'Abstraction' containment reference list.org.eclipse.emf.common.util.EList<ActionElement>DataAction. getImplementation()Returns the value of the 'Implementation' reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.data with parameters of type ActionElement Modifier and Type Method Description voidHasContent. setFrom(ActionElement value)Sets the value of the 'From' reference.voidManagesData. setFrom(ActionElement value)Sets the value of the 'From' reference.voidProducesDataEvent. setFrom(ActionElement value)Sets the value of the 'From' reference.voidReadsColumnSet. setFrom(ActionElement value)Sets the value of the 'From' reference.voidWritesColumnSet. setFrom(ActionElement value)Sets the value of the 'From' reference. -
Uses of ActionElement in org.eclipse.gmt.modisco.omg.kdm.data.impl
Fields in org.eclipse.gmt.modisco.omg.kdm.data.impl declared as ActionElement Modifier and Type Field Description protected ActionElementHasContentImpl. fromThe cached value of the 'From' reference.protected ActionElementManagesDataImpl. fromThe cached value of the 'From' reference.protected ActionElementProducesDataEventImpl. fromThe cached value of the 'From' reference.protected ActionElementReadsColumnSetImpl. fromThe cached value of the 'From' reference.protected ActionElementWritesColumnSetImpl. fromThe cached value of the 'From' reference.Fields in org.eclipse.gmt.modisco.omg.kdm.data.impl with type parameters of type ActionElement Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<ActionElement>ComplexContentTypeImpl. abstractionThe cached value of the 'Abstraction' containment reference list.protected org.eclipse.emf.common.util.EList<ActionElement>ContentItemImpl. abstractionThe cached value of the 'Abstraction' containment reference list.protected org.eclipse.emf.common.util.EList<ActionElement>ContentRestrictionImpl. abstractionThe cached value of the 'Abstraction' containment reference list.protected org.eclipse.emf.common.util.EList<ActionElement>DataActionImpl. abstractionThe cached value of the 'Abstraction' containment reference list.protected org.eclipse.emf.common.util.EList<ActionElement>DataResourceImpl. abstractionThe cached value of the 'Abstraction' containment reference list.protected org.eclipse.emf.common.util.EList<ActionElement>ExtendedDataElementImpl. abstractionThe cached value of the 'Abstraction' containment reference list.protected org.eclipse.emf.common.util.EList<ActionElement>XMLSchemaImpl. abstractionThe cached value of the 'Abstraction' containment reference list.protected org.eclipse.emf.common.util.EList<ActionElement>DataActionImpl. implementationThe cached value of the 'Implementation' reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.data.impl that return ActionElement Modifier and Type Method Description ActionElementHasContentImpl. basicGetFrom()ActionElementManagesDataImpl. basicGetFrom()ActionElementProducesDataEventImpl. basicGetFrom()ActionElementReadsColumnSetImpl. basicGetFrom()ActionElementWritesColumnSetImpl. basicGetFrom()ActionElementHasContentImpl. getFrom()ActionElementManagesDataImpl. getFrom()ActionElementProducesDataEventImpl. getFrom()ActionElementReadsColumnSetImpl. getFrom()ActionElementWritesColumnSetImpl. getFrom()Methods in org.eclipse.gmt.modisco.omg.kdm.data.impl that return types with arguments of type ActionElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<ActionElement>ComplexContentTypeImpl. getAbstraction()org.eclipse.emf.common.util.EList<ActionElement>ContentItemImpl. getAbstraction()org.eclipse.emf.common.util.EList<ActionElement>ContentRestrictionImpl. getAbstraction()org.eclipse.emf.common.util.EList<ActionElement>DataActionImpl. getAbstraction()org.eclipse.emf.common.util.EList<ActionElement>DataResourceImpl. getAbstraction()org.eclipse.emf.common.util.EList<ActionElement>ExtendedDataElementImpl. getAbstraction()org.eclipse.emf.common.util.EList<ActionElement>XMLSchemaImpl. getAbstraction()org.eclipse.emf.common.util.EList<ActionElement>DataActionImpl. getImplementation()Methods in org.eclipse.gmt.modisco.omg.kdm.data.impl with parameters of type ActionElement Modifier and Type Method Description voidHasContentImpl. setFrom(ActionElement newFrom)voidManagesDataImpl. setFrom(ActionElement newFrom)voidProducesDataEventImpl. setFrom(ActionElement newFrom)voidReadsColumnSetImpl. setFrom(ActionElement newFrom)voidWritesColumnSetImpl. setFrom(ActionElement newFrom) -
Uses of ActionElement in org.eclipse.gmt.modisco.omg.kdm.event
Methods in org.eclipse.gmt.modisco.omg.kdm.event that return ActionElement Modifier and Type Method Description ActionElementHasState. getFrom()Returns the value of the 'From' reference.ActionElementProducesEvent. getFrom()Returns the value of the 'From' reference.ActionElementReadsState. getFrom()Returns the value of the 'From' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.event that return types with arguments of type ActionElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<ActionElement>AbstractEventElement. getAbstraction()Returns the value of the 'Abstraction' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.event with parameters of type ActionElement Modifier and Type Method Description voidHasState. setFrom(ActionElement value)Sets the value of the 'From' reference.voidProducesEvent. setFrom(ActionElement value)Sets the value of the 'From' reference.voidReadsState. setFrom(ActionElement value)Sets the value of the 'From' reference. -
Uses of ActionElement in org.eclipse.gmt.modisco.omg.kdm.event.impl
Fields in org.eclipse.gmt.modisco.omg.kdm.event.impl declared as ActionElement Modifier and Type Field Description protected ActionElementHasStateImpl. fromThe cached value of the 'From' reference.protected ActionElementProducesEventImpl. fromThe cached value of the 'From' reference.protected ActionElementReadsStateImpl. fromThe cached value of the 'From' reference.Fields in org.eclipse.gmt.modisco.omg.kdm.event.impl with type parameters of type ActionElement Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<ActionElement>EventActionImpl. abstractionThe cached value of the 'Abstraction' containment reference list.protected org.eclipse.emf.common.util.EList<ActionElement>EventElementImpl. abstractionThe cached value of the 'Abstraction' containment reference list.protected org.eclipse.emf.common.util.EList<ActionElement>EventImpl. abstractionThe cached value of the 'Abstraction' containment reference list.protected org.eclipse.emf.common.util.EList<ActionElement>EventResourceImpl. abstractionThe cached value of the 'Abstraction' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.event.impl that return ActionElement Modifier and Type Method Description ActionElementHasStateImpl. basicGetFrom()ActionElementProducesEventImpl. basicGetFrom()ActionElementReadsStateImpl. basicGetFrom()ActionElementHasStateImpl. getFrom()ActionElementProducesEventImpl. getFrom()ActionElementReadsStateImpl. getFrom()Methods in org.eclipse.gmt.modisco.omg.kdm.event.impl that return types with arguments of type ActionElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<ActionElement>EventActionImpl. getAbstraction()org.eclipse.emf.common.util.EList<ActionElement>EventElementImpl. getAbstraction()org.eclipse.emf.common.util.EList<ActionElement>EventImpl. getAbstraction()org.eclipse.emf.common.util.EList<ActionElement>EventResourceImpl. getAbstraction()Methods in org.eclipse.gmt.modisco.omg.kdm.event.impl with parameters of type ActionElement Modifier and Type Method Description voidHasStateImpl. setFrom(ActionElement newFrom)voidProducesEventImpl. setFrom(ActionElement newFrom)voidReadsStateImpl. setFrom(ActionElement newFrom) -
Uses of ActionElement in org.eclipse.gmt.modisco.omg.kdm.platform
Methods in org.eclipse.gmt.modisco.omg.kdm.platform that return ActionElement Modifier and Type Method Description ActionElementDefinedBy. getFrom()Returns the value of the 'From' reference.ActionElementLoads. getFrom()Returns the value of the 'From' reference.ActionElementManagesResource. getFrom()Returns the value of the 'From' reference.ActionElementReadsResource. getFrom()Returns the value of the 'From' reference.ActionElementSpawns. getFrom()Returns the value of the 'From' reference.ActionElementWritesResource. getFrom()Returns the value of the 'From' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.platform that return types with arguments of type ActionElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<ActionElement>AbstractPlatformElement. getAbstraction()Returns the value of the 'Abstraction' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.platform with parameters of type ActionElement Modifier and Type Method Description voidDefinedBy. setFrom(ActionElement value)Sets the value of the 'From' reference.voidLoads. setFrom(ActionElement value)Sets the value of the 'From' reference.voidManagesResource. setFrom(ActionElement value)Sets the value of the 'From' reference.voidReadsResource. setFrom(ActionElement value)Sets the value of the 'From' reference.voidSpawns. setFrom(ActionElement value)Sets the value of the 'From' reference.voidWritesResource. setFrom(ActionElement value)Sets the value of the 'From' reference. -
Uses of ActionElement in org.eclipse.gmt.modisco.omg.kdm.platform.impl
Fields in org.eclipse.gmt.modisco.omg.kdm.platform.impl declared as ActionElement Modifier and Type Field Description protected ActionElementDefinedByImpl. fromThe cached value of the 'From' reference.protected ActionElementLoadsImpl. fromThe cached value of the 'From' reference.protected ActionElementManagesResourceImpl. fromThe cached value of the 'From' reference.protected ActionElementReadsResourceImpl. fromThe cached value of the 'From' reference.protected ActionElementSpawnsImpl. fromThe cached value of the 'From' reference.protected ActionElementWritesResourceImpl. fromThe cached value of the 'From' reference.Fields in org.eclipse.gmt.modisco.omg.kdm.platform.impl with type parameters of type ActionElement Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<ActionElement>DeployedComponentImpl. abstractionThe cached value of the 'Abstraction' containment reference list.protected org.eclipse.emf.common.util.EList<ActionElement>DeployedResourceImpl. abstractionThe cached value of the 'Abstraction' containment reference list.protected org.eclipse.emf.common.util.EList<ActionElement>DeployedSoftwareSystemImpl. abstractionThe cached value of the 'Abstraction' containment reference list.protected org.eclipse.emf.common.util.EList<ActionElement>MachineImpl. abstractionThe cached value of the 'Abstraction' containment reference list.protected org.eclipse.emf.common.util.EList<ActionElement>PlatformActionImpl. abstractionThe cached value of the 'Abstraction' containment reference list.protected org.eclipse.emf.common.util.EList<ActionElement>PlatformElementImpl. abstractionThe cached value of the 'Abstraction' containment reference list.protected org.eclipse.emf.common.util.EList<ActionElement>PlatformEventImpl. abstractionThe cached value of the 'Abstraction' containment reference list.protected org.eclipse.emf.common.util.EList<ActionElement>ResourceTypeImpl. abstractionThe cached value of the 'Abstraction' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.platform.impl that return ActionElement Modifier and Type Method Description ActionElementDefinedByImpl. basicGetFrom()ActionElementLoadsImpl. basicGetFrom()ActionElementManagesResourceImpl. basicGetFrom()ActionElementReadsResourceImpl. basicGetFrom()ActionElementSpawnsImpl. basicGetFrom()ActionElementWritesResourceImpl. basicGetFrom()ActionElementDefinedByImpl. getFrom()ActionElementLoadsImpl. getFrom()ActionElementManagesResourceImpl. getFrom()ActionElementReadsResourceImpl. getFrom()ActionElementSpawnsImpl. getFrom()ActionElementWritesResourceImpl. getFrom()Methods in org.eclipse.gmt.modisco.omg.kdm.platform.impl that return types with arguments of type ActionElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<ActionElement>DeployedComponentImpl. getAbstraction()org.eclipse.emf.common.util.EList<ActionElement>DeployedResourceImpl. getAbstraction()org.eclipse.emf.common.util.EList<ActionElement>DeployedSoftwareSystemImpl. getAbstraction()org.eclipse.emf.common.util.EList<ActionElement>MachineImpl. getAbstraction()org.eclipse.emf.common.util.EList<ActionElement>PlatformActionImpl. getAbstraction()org.eclipse.emf.common.util.EList<ActionElement>PlatformElementImpl. getAbstraction()org.eclipse.emf.common.util.EList<ActionElement>PlatformEventImpl. getAbstraction()org.eclipse.emf.common.util.EList<ActionElement>ResourceTypeImpl. getAbstraction()Methods in org.eclipse.gmt.modisco.omg.kdm.platform.impl with parameters of type ActionElement Modifier and Type Method Description voidDefinedByImpl. setFrom(ActionElement newFrom)voidLoadsImpl. setFrom(ActionElement newFrom)voidManagesResourceImpl. setFrom(ActionElement newFrom)voidReadsResourceImpl. setFrom(ActionElement newFrom)voidSpawnsImpl. setFrom(ActionElement newFrom)voidWritesResourceImpl. setFrom(ActionElement newFrom) -
Uses of ActionElement in org.eclipse.gmt.modisco.omg.kdm.ui
Methods in org.eclipse.gmt.modisco.omg.kdm.ui that return ActionElement Modifier and Type Method Description ActionElementDisplays. getFrom()Returns the value of the 'From' reference.ActionElementDisplaysImage. getFrom()Returns the value of the 'From' reference.ActionElementManagesUI. getFrom()Returns the value of the 'From' reference.ActionElementReadsUI. getFrom()Returns the value of the 'From' reference.ActionElementWritesUI. getFrom()Returns the value of the 'From' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.ui that return types with arguments of type ActionElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<ActionElement>AbstractUIElement. getAbstraction()Returns the value of the 'Abstraction' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.ui with parameters of type ActionElement Modifier and Type Method Description voidDisplays. setFrom(ActionElement value)Sets the value of the 'From' reference.voidDisplaysImage. setFrom(ActionElement value)Sets the value of the 'From' reference.voidManagesUI. setFrom(ActionElement value)Sets the value of the 'From' reference.voidReadsUI. setFrom(ActionElement value)Sets the value of the 'From' reference.voidWritesUI. setFrom(ActionElement value)Sets the value of the 'From' reference. -
Uses of ActionElement in org.eclipse.gmt.modisco.omg.kdm.ui.impl
Fields in org.eclipse.gmt.modisco.omg.kdm.ui.impl declared as ActionElement Modifier and Type Field Description protected ActionElementDisplaysImageImpl. fromThe cached value of the 'From' reference.protected ActionElementDisplaysImpl. fromThe cached value of the 'From' reference.protected ActionElementManagesUIImpl. fromThe cached value of the 'From' reference.protected ActionElementReadsUIImpl. fromThe cached value of the 'From' reference.protected ActionElementWritesUIImpl. fromThe cached value of the 'From' reference.Fields in org.eclipse.gmt.modisco.omg.kdm.ui.impl with type parameters of type ActionElement Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<ActionElement>UIActionImpl. abstractionThe cached value of the 'Abstraction' containment reference list.protected org.eclipse.emf.common.util.EList<ActionElement>UIElementImpl. abstractionThe cached value of the 'Abstraction' containment reference list.protected org.eclipse.emf.common.util.EList<ActionElement>UIEventImpl. abstractionThe cached value of the 'Abstraction' containment reference list.protected org.eclipse.emf.common.util.EList<ActionElement>UIResourceImpl. abstractionThe cached value of the 'Abstraction' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.ui.impl that return ActionElement Modifier and Type Method Description ActionElementDisplaysImageImpl. basicGetFrom()ActionElementDisplaysImpl. basicGetFrom()ActionElementManagesUIImpl. basicGetFrom()ActionElementReadsUIImpl. basicGetFrom()ActionElementWritesUIImpl. basicGetFrom()ActionElementDisplaysImageImpl. getFrom()ActionElementDisplaysImpl. getFrom()ActionElementManagesUIImpl. getFrom()ActionElementReadsUIImpl. getFrom()ActionElementWritesUIImpl. getFrom()Methods in org.eclipse.gmt.modisco.omg.kdm.ui.impl that return types with arguments of type ActionElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<ActionElement>UIActionImpl. getAbstraction()org.eclipse.emf.common.util.EList<ActionElement>UIElementImpl. getAbstraction()org.eclipse.emf.common.util.EList<ActionElement>UIEventImpl. getAbstraction()org.eclipse.emf.common.util.EList<ActionElement>UIResourceImpl. getAbstraction()Methods in org.eclipse.gmt.modisco.omg.kdm.ui.impl with parameters of type ActionElement Modifier and Type Method Description voidDisplaysImageImpl. setFrom(ActionElement newFrom)voidDisplaysImpl. setFrom(ActionElement newFrom)voidManagesUIImpl. setFrom(ActionElement newFrom)voidReadsUIImpl. setFrom(ActionElement newFrom)voidWritesUIImpl. setFrom(ActionElement newFrom)