Class FunctionFlowToFunctionModel

    • Constructor Detail

      • FunctionFlowToFunctionModel

        public FunctionFlowToFunctionModel()
        Default constructor.
      • FunctionFlowToFunctionModel

        public FunctionFlowToFunctionModel​(java.lang.String functionName,
                                           boolean isSpawnThreadState)
        Convenience constructor for new non-linked instance.
        Parameters:
        functionName - Function name.
        isSpawnThreadState - Is spawn thread state.
      • FunctionFlowToFunctionModel

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

        public FunctionFlowToFunctionModel​(java.lang.String functionName,
                                           FunctionFlowModel functionFlow,
                                           FunctionModel function,
                                           boolean isSpawnThreadState)
        Convenience constructor.
        Parameters:
        functionName - Function name.
        functionFlow - Function flow.
        function - Function.
        isSpawnThreadState - Is spawn thread state.
      • FunctionFlowToFunctionModel

        public FunctionFlowToFunctionModel​(java.lang.String functionName,
                                           FunctionFlowModel functionFlow,
                                           FunctionModel function,
                                           boolean isSpawnThreadState,
                                           int x,
                                           int y)
        Convenience constructor allowing XY initialising.
        Parameters:
        functionName - Function name.
        functionFlow - Function flow.
        function - Function.
        isSpawnThreadState - Is spawn thread state.
        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.
      • getFunctionFlow

        public FunctionFlowModel getFunctionFlow()
        Returns:
        Function flow.
      • setFunctionFlow

        public void setFunctionFlow​(FunctionFlowModel functionFlow)
        Parameters:
        functionFlow - Function flow.
      • getFunction

        public FunctionModel getFunction()
        Returns:
        Function.
      • setFunction

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

        public boolean getIsSpawnThreadState()
        Returns:
        Is spawn thread state.
      • setIsSpawnThreadState

        public void setIsSpawnThreadState​(boolean isSpawnThreadState)
        Parameters:
        isSpawnThreadState - Is spawn thread state.
      • 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.