Class MoMLModelAttributeController

    • Constructor Detail

      • MoMLModelAttributeController

        public MoMLModelAttributeController​(GraphController controller)
        Create a model attribute controller associated with the specified graph controller.
        Parameters:
        controller - The specified graph controller.
      • MoMLModelAttributeController

        public MoMLModelAttributeController​(GraphController controller,
                                            AttributeController.Access access)
        Create a model attribute controller associated with the specified graph controller.
        Parameters:
        controller - The associated graph controller.
        access - The access level.
    • Method Detail

      • addHotKeys

        public void addHotKeys​(JGraph jgraph)
        Add hot keys to the look inside action in the given JGraph. It would be better that this method was added higher in the hierarchy.
        Overrides:
        addHotKeys in class AttributeController
        Parameters:
        jgraph - The JGraph to which hot keys are to be added.
      • setConfiguration

        public void setConfiguration​(Configuration configuration)
        Set the configuration for MoMLModelAttributeController. This includes setting the configuration for its _lookinsideAction menu object.
        Overrides:
        setConfiguration in class AttributeController
        Parameters:
        configuration - The given configuration object to be used to set the configuration.