Class WoofProcedureOutputToWoofResourceModel

    • Constructor Detail

      • WoofProcedureOutputToWoofResourceModel

        public WoofProcedureOutputToWoofResourceModel()
        Default constructor.
      • WoofProcedureOutputToWoofResourceModel

        public WoofProcedureOutputToWoofResourceModel​(java.lang.String resourcePath)
        Convenience constructor for new non-linked instance.
        Parameters:
        resourcePath - Resource path.
      • WoofProcedureOutputToWoofResourceModel

        public WoofProcedureOutputToWoofResourceModel​(java.lang.String resourcePath,
                                                      int x,
                                                      int y)
        Convenience constructor for new non-linked instance allowing XY initialising.
        Parameters:
        resourcePath - Resource path.
        x - Horizontal location.
        y - Vertical location.
      • WoofProcedureOutputToWoofResourceModel

        public WoofProcedureOutputToWoofResourceModel​(java.lang.String resourcePath,
                                                      WoofProcedureOutputModel woofProcedureOutput,
                                                      WoofResourceModel woofResource)
        Convenience constructor.
        Parameters:
        resourcePath - Resource path.
        woofProcedureOutput - Woof procedure output.
        woofResource - Woof resource.
      • WoofProcedureOutputToWoofResourceModel

        public WoofProcedureOutputToWoofResourceModel​(java.lang.String resourcePath,
                                                      WoofProcedureOutputModel woofProcedureOutput,
                                                      WoofResourceModel woofResource,
                                                      int x,
                                                      int y)
        Convenience constructor allowing XY initialising.
        Parameters:
        resourcePath - Resource path.
        woofProcedureOutput - Woof procedure output.
        woofResource - Woof resource.
        x - Horizontal location.
        y - Vertical location.
    • Method Detail

      • getResourcePath

        public java.lang.String getResourcePath()
        Returns:
        Resource path.
      • setResourcePath

        public void setResourcePath​(java.lang.String resourcePath)
        Parameters:
        resourcePath - Resource path.
      • setWoofProcedureOutput

        public void setWoofProcedureOutput​(WoofProcedureOutputModel woofProcedureOutput)
        Parameters:
        woofProcedureOutput - Woof procedure output.
      • getWoofResource

        public WoofResourceModel getWoofResource()
        Returns:
        Woof resource.
      • setWoofResource

        public void setWoofResource​(WoofResourceModel woofResource)
        Parameters:
        woofResource - Woof resource.
      • 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.