Class GraphDataSpec


  • public final class GraphDataSpec
    extends com.orchestranetworks.addon.dmdv.GraphSpec
    Supplies data value and relationship graph specification information.
    Since:
    1.0.0
    • Constructor Summary

      Constructors 
      Constructor Description
      GraphDataSpec()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void disableAllFeatures()
      Disables all graph features.
      void disableFeatures​(GraphDataFeatures... features)
      Specifies graph features to disable.
      void enableAllFeatures()
      Enables all graph features.
      void enableFeatures​(GraphDataFeatures... features)
      Specifies graph features to enable.
      • Methods inherited from class com.orchestranetworks.addon.dmdv.GraphSpec

        getGraphConfigurationName, isDisplayGraphTitle, setDisplayGraphTitle, setGraphConfigurationName, setOverviewDisplay
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GraphDataSpec

        public GraphDataSpec()
    • Method Detail

      • disableFeatures

        public void disableFeatures​(GraphDataFeatures... features)
        Specifies graph features to disable.
        Parameters:
        features - list of graph features to disable.
        Since:
        1.3.0
        See Also:
        GraphDataFeatures
      • enableFeatures

        public void enableFeatures​(GraphDataFeatures... features)
        Specifies graph features to enable.
        Parameters:
        features - list of graph features to enable.
        Since:
        1.3.0
        See Also:
        GraphDataFeatures
      • enableAllFeatures

        public void enableAllFeatures()
        Enables all graph features.
        Since:
        1.3.0
      • disableAllFeatures

        public void disableAllFeatures()
        Disables all graph features.
        Since:
        1.3.0