Class PrefabGraphType


  • public class PrefabGraphType
    extends java.lang.Object

    PrefabGraphType class.

    • Constructor Detail

      • PrefabGraphType

        public PrefabGraphType()

        Constructor for PrefabGraphType.

    • Method Detail

      • setName

        public void setName​(java.lang.String name)

        setName

        Parameters:
        name - a String object.
      • getName

        public java.lang.String getName()

        getName

        Returns:
        a String object.
      • setDefaultReport

        public void setDefaultReport​(java.lang.String defaultReport)

        setDefaultReport

        Parameters:
        defaultReport - a String object.
      • getDefaultReport

        public java.lang.String getDefaultReport()

        getDefaultReport

        Returns:
        a String object.
      • setGraphWidth

        public void setGraphWidth​(java.lang.String graphWidth)

        setGraphWidth

        Parameters:
        graphWidth - a String object.
      • getGraphWidth

        public java.lang.String getGraphWidth()

        getGraphWidth

        Returns:
        a String object.
      • setGraphHeight

        public void setGraphHeight​(java.lang.String graphHeight)

        setGraphHeight

        Parameters:
        graphHeight - a String object.
      • getGraphHeight

        public java.lang.String getGraphHeight()

        getGraphHeight

        Returns:
        a String object.
      • setCommandPrefix

        public void setCommandPrefix​(java.lang.String commandPrefix)

        setCommandPrefix

        Parameters:
        commandPrefix - a String object.
      • getCommandPrefix

        public java.lang.String getCommandPrefix()

        getCommandPrefix

        Returns:
        a String object.
      • setOutputMimeType

        public void setOutputMimeType​(java.lang.String outputMimeType)

        setOutputMimeType

        Parameters:
        outputMimeType - a String object.
      • getOutputMimeType

        public java.lang.String getOutputMimeType()

        getOutputMimeType

        Returns:
        a String object.
      • setIncludeDirectory

        public void setIncludeDirectory​(java.lang.String includeDirectory)
        Set the directory from which individual graph files should be included
        Parameters:
        includeDirectory - - the new path for the include directory If not absolute, is a path relative to the directory containing the main configuration file
      • getIncludeDirectory

        public java.lang.String getIncludeDirectory()
        Returns:
        the include directory in which to look for any individual graph files
      • setIncludeDirectoryRescanInterval

        public void setIncludeDirectoryRescanInterval​(int interval)
        Set the interval between rescans of the include directory, in milliseconds. The includeDirectory will only be rescanned for new files if it's been at least this long since the last scan, or the initial load.
        Parameters:
        timeout - - the new timeout, in milliseconds
      • getIncludeDirectoryRescanTimeout

        public int getIncludeDirectoryRescanTimeout()
        Returns:
        the timeout used