Class SectionManagedObjectSourceFlowToFunctionModel

    • Constructor Detail

      • SectionManagedObjectSourceFlowToFunctionModel

        public SectionManagedObjectSourceFlowToFunctionModel()
        Default constructor.
      • SectionManagedObjectSourceFlowToFunctionModel

        public SectionManagedObjectSourceFlowToFunctionModel​(java.lang.String functionName)
        Convenience constructor for new non-linked instance.
        Parameters:
        functionName - Function name.
      • SectionManagedObjectSourceFlowToFunctionModel

        public SectionManagedObjectSourceFlowToFunctionModel​(java.lang.String functionName,
                                                             int x,
                                                             int y)
        Convenience constructor for new non-linked instance allowing XY initialising.
        Parameters:
        functionName - Function name.
        x - Horizontal location.
        y - Vertical location.
      • SectionManagedObjectSourceFlowToFunctionModel

        public SectionManagedObjectSourceFlowToFunctionModel​(java.lang.String functionName,
                                                             SectionManagedObjectSourceFlowModel sectionManagedObjectSourceFlow,
                                                             FunctionModel function)
        Convenience constructor.
        Parameters:
        functionName - Function name.
        sectionManagedObjectSourceFlow - Section managed object source flow.
        function - Function.
      • SectionManagedObjectSourceFlowToFunctionModel

        public SectionManagedObjectSourceFlowToFunctionModel​(java.lang.String functionName,
                                                             SectionManagedObjectSourceFlowModel sectionManagedObjectSourceFlow,
                                                             FunctionModel function,
                                                             int x,
                                                             int y)
        Convenience constructor allowing XY initialising.
        Parameters:
        functionName - Function name.
        sectionManagedObjectSourceFlow - Section managed object source flow.
        function - Function.
        x - Horizontal location.
        y - Vertical location.
    • Method Detail

      • getFunctionName

        public java.lang.String getFunctionName()
        Returns:
        Function name.
      • setFunctionName

        public void setFunctionName​(java.lang.String functionName)
        Parameters:
        functionName - Function name.
      • setSectionManagedObjectSourceFlow

        public void setSectionManagedObjectSourceFlow​(SectionManagedObjectSourceFlowModel sectionManagedObjectSourceFlow)
        Parameters:
        sectionManagedObjectSourceFlow - Section managed object source flow.
      • getFunction

        public FunctionModel getFunction()
        Returns:
        Function.
      • setFunction

        public void setFunction​(FunctionModel function)
        Parameters:
        function - Function.
      • isRemovable

        public boolean isRemovable()
        Description copied from interface: ConnectionModel
        Indicates if this connection is removable.
        Specified by:
        isRemovable in interface ConnectionModel
        Returns:
        Indicates if removable.