Uses of Class
adams.flow.standalone.Rats
-
Packages that use Rats Package Description adams.flow.standalone adams.flow.standalone.ratcontrol -
-
Uses of Rats in adams.flow.standalone
Fields in adams.flow.standalone with type parameters of type Rats Modifier and Type Field Description protected Map<Rats,List<AbstractControlPanel>>
RatControl. m_ControlPanelsPerRats
the control panels per Rats actor.Methods in adams.flow.standalone that return types with arguments of type Rats Modifier and Type Method Description Map<Rats,List<AbstractControlPanel>>
RatControl. getControlPanelsPerRats()
Returns the current control panels, grouped by RatControl actor. -
Uses of Rats in adams.flow.standalone.ratcontrol
Fields in adams.flow.standalone.ratcontrol declared as Rats Modifier and Type Field Description protected Rats
AbstractControlPanel. m_Group
the rats group this belongs to.protected Rats
AbstractControlState. m_Group
the rats group this belongs to.Methods in adams.flow.standalone.ratcontrol that return Rats Modifier and Type Method Description Rats
AbstractControlPanel. getGroup()
Returns the Rats group this control belongs to.Rats
AbstractControlState. getGroup()
Returns the Rats group this control belongs to.Methods in adams.flow.standalone.ratcontrol with parameters of type Rats Modifier and Type Method Description void
AbstractControlPanel. setGroup(Rats value)
Sets the Rats groups this control belongs to.void
AbstractControlState. setGroup(Rats value)
Sets the Rats groups this control belongs to.
-