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

    Modifier and Type
    Method
    Description
    Returns an object providing the subsystem and prefix for the parameter set
    The prefix for the parameter set
    The subsystem for the parameter set
    A String representation for concrete implementation of this trait
  • Method Details

    • prefix

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

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

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

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