Uses of Class
adams.flow.core.RatReference
-
Packages that use RatReference Package Description adams.flow.control adams.flow.core adams.gui.goe -
-
Uses of RatReference in adams.flow.control
Fields in adams.flow.control declared as RatReference Modifier and Type Field Description protected RatReference[]
ChangeRatState. m_Rats
the rats to change.protected RatReference[]
ExecuteRats. m_Rats
the rats to execute.Methods in adams.flow.control that return RatReference Modifier and Type Method Description RatReference[]
ChangeRatState. getRats()
Returns the rats to change.RatReference[]
ExecuteRats. getRats()
Returns the rats to change.Methods in adams.flow.control with parameters of type RatReference Modifier and Type Method Description void
ChangeRatState. setRats(RatReference[] value)
Sets the rats to change.void
ExecuteRats. setRats(RatReference[] value)
Sets the rats to change. -
Uses of RatReference in adams.flow.core
Methods in adams.flow.core with parameters of type RatReference Modifier and Type Method Description adams.flow.core.Actor
RatHelper. findRat(adams.flow.core.ActorHandler group, RatReference name)
Checks a control actor's children whether they contain the rat that we're looking for.adams.flow.core.Actor
RatHelper. findRat(adams.flow.core.Actor root, RatReference name)
Tries to find the rat referenced by its name.adams.flow.core.Actor
RatHelper. findRatRecursive(adams.flow.core.Actor actor, RatReference name)
Tries to find the referenced rat. -
Uses of RatReference in adams.gui.goe
Methods in adams.gui.goe that return RatReference Modifier and Type Method Description protected RatReference
RatReferenceEditor. parse(String s)
Parses the given string and returns the generated object.
-