Uses of Class
org.eclipse.epsilon.flexmi.actions.Action
-
Packages that use Action Package Description org.eclipse.epsilon.flexmi.actions -
-
Uses of Action in org.eclipse.epsilon.flexmi.actions
Subclasses of Action in org.eclipse.epsilon.flexmi.actions Modifier and Type Class Description class
Computation
class
FeatureComputation
class
ObjectInitialization
class
VariableDeclaration
Fields in org.eclipse.epsilon.flexmi.actions with type parameters of type Action Modifier and Type Field Description protected java.util.Map<org.eclipse.emf.ecore.EObject,java.util.List<Action>>
ActionMap. map
Methods in org.eclipse.epsilon.flexmi.actions that return types with arguments of type Action Modifier and Type Method Description java.util.List<Action>
ActionMap. getActions(org.eclipse.emf.ecore.EObject eObject)
Methods in org.eclipse.epsilon.flexmi.actions with parameters of type Action Modifier and Type Method Description void
ActionMap. addAction(org.eclipse.emf.ecore.EObject eObject, Action action)
-