Class ConceptRelationController

  • All Implemented Interfaces:
    EdgeController

    public class ConceptRelationController
    extends BasicEdgeController
    This class provides interaction techniques for relations in an ontology.
    Since:
    Ptolemy II 10.0
    Version:
    $Id$
    Author:
    Charles Shelton, Edward A. Lee
    Pt.AcceptedRating:
    Red (johnr)
    Pt.ProposedRating:
    Red (eal)
    • Field Detail

      • _configureAction

        protected static final ConfigureAction _configureAction
        The configure action, which handles edit parameters requests.
      • _configureMenuFactory

        protected MenuActionFactory _configureMenuFactory
        The submenu for configure actions.
      • _menuCreator

        protected MenuCreator _menuCreator
        The menu creator.
      • _menuFactory

        protected PtolemyMenuFactory _menuFactory
        The factory belonging to the menu creator.
    • Constructor Detail

      • ConceptRelationController

        public ConceptRelationController​(GraphController controller)
        Create a transition controller associated with the specified graph controller.
        Parameters:
        controller - The associated graph controller.
    • Method Detail

      • addHotKeys

        public void addHotKeys​(JGraph jgraph)
        Do not add hot keys for the ontology relation. We don't have any.
        Parameters:
        jgraph - The JGraph to which hot keys are to be added.