Uses of Class
adams.flow.standalone.RatControl
-
Packages that use RatControl Package Description adams.flow.standalone.ratcontrol -
-
Uses of RatControl in adams.flow.standalone.ratcontrol
Fields in adams.flow.standalone.ratcontrol declared as RatControl Modifier and Type Field Description protected RatControl
AbstractControlPanel. m_Owner
the owner.protected RatControl
AbstractControlState. m_Owner
the owner.Methods in adams.flow.standalone.ratcontrol that return RatControl Modifier and Type Method Description RatControl
AbstractControlPanel. getOwner()
Returns the RatControl actor this control belongs to.RatControl
AbstractControlState. getOwner()
Returns the RatControl actor this control belongs to.Methods in adams.flow.standalone.ratcontrol with parameters of type RatControl Modifier and Type Method Description void
AbstractControlPanel. setOwner(RatControl value)
Sets the RatControl actor this control belongs to.void
AbstractControlState. setOwner(RatControl value)
Sets the RatControl actor this control belongs to.
-