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_ControlPanelsPerRatsthe 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 RatsAbstractControlPanel. m_Groupthe rats group this belongs to.protected RatsAbstractControlState. m_Groupthe rats group this belongs to.Methods in adams.flow.standalone.ratcontrol that return Rats Modifier and Type Method Description RatsAbstractControlPanel. getGroup()Returns the Rats group this control belongs to.RatsAbstractControlState. 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 voidAbstractControlPanel. setGroup(Rats value)Sets the Rats groups this control belongs to.voidAbstractControlState. setGroup(Rats value)Sets the Rats groups this control belongs to.
-