Uses of Class
adams.flow.standalone.Rat
-
-
Uses of Rat in adams.event
Fields in adams.event declared as Rat Modifier and Type Field Description protected Rat
RatStateEvent. m_Rat
the Rat that has changed.Methods in adams.event that return Rat Modifier and Type Method Description Rat
RatStateEvent. getRat()
Returns the rat that changed.Constructors in adams.event with parameters of type Rat Constructor Description RatStateEvent(Object source, Rat rat)
Initializes event. -
Uses of Rat in adams.flow.standalone
Subclasses of Rat in adams.flow.standalone Modifier and Type Class Description class
RatPlague
Replaces itself at runtime with a copy of itself, as many times as there are input queues.Methods in adams.flow.standalone that return types with arguments of type Rat Modifier and Type Method Description protected List<Rat>
Rats. getDefaultActors()
Returns the list of default actors. -
Uses of Rat in adams.flow.standalone.rats
Fields in adams.flow.standalone.rats declared as Rat Modifier and Type Field Description protected Rat
RatRunnable. m_Owner
the owning Rat.Methods in adams.flow.standalone.rats that return Rat Modifier and Type Method Description Rat
RatRunnable. getOwner()
Returns the owning actor.Constructors in adams.flow.standalone.rats with parameters of type Rat Constructor Description RatRunnable(Rat owner, boolean paused)
Initializes the runnable. -
Uses of Rat in adams.flow.standalone.rats.generator
Methods in adams.flow.standalone.rats.generator that return Rat Modifier and Type Method Description protected abstract Rat[]
AbstractRatGenerator. doGenerate()
Generates the actual setups.protected Rat[]
Dummy. doGenerate()
Generates the actual setups.protected Rat[]
Scripted. doGenerate()
Generates the actual setups.Rat[]
AbstractRatGenerator. generate()
Generates Rat setups. -
Uses of Rat in adams.flow.standalone.rats.input
Fields in adams.flow.standalone.rats.input declared as Rat Modifier and Type Field Description protected Rat
AbstractRatInput. m_Owner
the owner.Methods in adams.flow.standalone.rats.input that return Rat Modifier and Type Method Description Rat
AbstractRatInput. getOwner()
Returns the actor the receiver belongs to.Rat
RatInput. getOwner()
Returns the actor the receiver belongs to.Methods in adams.flow.standalone.rats.input with parameters of type Rat Modifier and Type Method Description void
AbstractMetaRatInput. setOwner(Rat value)
Sets the actor the receiver belongs to.void
AbstractRatInput. setOwner(Rat value)
Sets the actor the receiver belongs to.void
RatInput. setOwner(Rat value)
Sets the actor the receiver belongs to. -
Uses of Rat in adams.flow.standalone.rats.log
Methods in adams.flow.standalone.rats.log with parameters of type Rat Modifier and Type Method Description abstract T
AbstractLogObjectGenerator. generate(Rat rat, adams.flow.core.Actor source, String type, String msg)
Handles the given error message.adams.db.LogEntry
LogEntryGenerator. generate(Rat rat, adams.flow.core.Actor source, String type, String msg)
Handles the given error message.String
SimpleStringGenerator. generate(Rat rat, adams.flow.core.Actor source, String type, String msg)
Handles the given error message. -
Uses of Rat in adams.flow.standalone.rats.output
Fields in adams.flow.standalone.rats.output declared as Rat Modifier and Type Field Description protected Rat
AbstractRatOutput. m_Owner
the owner.Methods in adams.flow.standalone.rats.output that return Rat Modifier and Type Method Description Rat
AbstractRatOutput. getOwner()
Returns the actor the transmitter belongs to.Rat
RatOutput. getOwner()
Returns the actor the transmitter belongs to.Methods in adams.flow.standalone.rats.output with parameters of type Rat Modifier and Type Method Description void
AbstractMetaRatOutput. setOwner(Rat value)
Sets the actor the transmitter belongs to.void
AbstractRatOutput. setOwner(Rat value)
Sets the actor the transmitter belongs to.void
Branch. setOwner(Rat value)
Sets the actor the transmitter belongs to.void
RatOutput. setOwner(Rat value)
Sets the actor the transmitter belongs to.void
Switch. setOwner(Rat value)
Sets the actor the transmitter belongs to.
-