Class WoofSectionOutputToWoofResourceModel

    • Constructor Detail

      • WoofSectionOutputToWoofResourceModel

        public WoofSectionOutputToWoofResourceModel()
        Default constructor.
      • WoofSectionOutputToWoofResourceModel

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

        public WoofSectionOutputToWoofResourceModel​(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.
      • WoofSectionOutputToWoofResourceModel

        public WoofSectionOutputToWoofResourceModel​(java.lang.String resourcePath,
                                                    WoofSectionOutputModel woofSectionOutput,
                                                    WoofResourceModel woofResource)
        Convenience constructor.
        Parameters:
        resourcePath - Resource path.
        woofSectionOutput - Woof section output.
        woofResource - Woof resource.
      • WoofSectionOutputToWoofResourceModel

        public WoofSectionOutputToWoofResourceModel​(java.lang.String resourcePath,
                                                    WoofSectionOutputModel woofSectionOutput,
                                                    WoofResourceModel woofResource,
                                                    int x,
                                                    int y)
        Convenience constructor allowing XY initialising.
        Parameters:
        resourcePath - Resource path.
        woofSectionOutput - Woof section 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.
      • setWoofSectionOutput

        public void setWoofSectionOutput​(WoofSectionOutputModel woofSectionOutput)
        Parameters:
        woofSectionOutput - Woof section 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.