Interface ParameterSetKeyData

  • All Known Implementing Classes:
    CurrentState, DemandState

    public interface ParameterSetKeyData
    A trait to be mixed in that provides a parameter set and prefix info
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Prefix prefix()
      Returns an object providing the subsystem and prefix for the parameter set
      java.lang.String prefixStr()
      The prefix for the parameter set
      Subsystem subsystem()
      The subsystem for the parameter set
      java.lang.String toString()
      A String representation for concrete implementation of this trait
    • Method Detail

      • prefix

        Prefix prefix()
        Returns an object providing the subsystem and prefix for the parameter set
        Returns:
        (undocumented)
      • prefixStr

        java.lang.String prefixStr()
        The prefix for the parameter set
        Returns:
        (undocumented)
      • subsystem

        Subsystem subsystem()
        The subsystem for the parameter set
        Returns:
        (undocumented)
      • toString

        java.lang.String toString()
        A String representation for concrete implementation of this trait
        Overrides:
        toString in class java.lang.Object
        Returns:
        (undocumented)