Class ActionMap


  • public class ActionMap
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Map<org.eclipse.emf.ecore.EObject,​java.util.List<Action>> map  
    • Constructor Summary

      Constructors 
      Constructor Description
      ActionMap()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addAction​(org.eclipse.emf.ecore.EObject eObject, Action action)  
      java.util.List<Action> getActions​(org.eclipse.emf.ecore.EObject eObject)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • map

        protected java.util.Map<org.eclipse.emf.ecore.EObject,​java.util.List<Action>> map
    • Constructor Detail

      • ActionMap

        public ActionMap()
    • Method Detail

      • addAction

        public void addAction​(org.eclipse.emf.ecore.EObject eObject,
                              Action action)
      • getActions

        public java.util.List<Action> getActions​(org.eclipse.emf.ecore.EObject eObject)