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 RatRatStateEvent. m_Ratthe Rat that has changed.Methods in adams.event that return Rat Modifier and Type Method Description RatRatStateEvent. 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 classRatPlagueReplaces 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 RatRatRunnable. m_Ownerthe owning Rat.Methods in adams.flow.standalone.rats that return Rat Modifier and Type Method Description RatRatRunnable. 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 RatAbstractRatInput. m_Ownerthe owner.Methods in adams.flow.standalone.rats.input that return Rat Modifier and Type Method Description RatAbstractRatInput. getOwner()Returns the actor the receiver belongs to.RatRatInput. 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 voidAbstractMetaRatInput. setOwner(Rat value)Sets the actor the receiver belongs to.voidAbstractRatInput. setOwner(Rat value)Sets the actor the receiver belongs to.voidRatInput. 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 TAbstractLogObjectGenerator. generate(Rat rat, adams.flow.core.Actor source, String type, String msg)Handles the given error message.adams.db.LogEntryLogEntryGenerator. generate(Rat rat, adams.flow.core.Actor source, String type, String msg)Handles the given error message.StringSimpleStringGenerator. 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 RatAbstractRatOutput. m_Ownerthe owner.Methods in adams.flow.standalone.rats.output that return Rat Modifier and Type Method Description RatAbstractRatOutput. getOwner()Returns the actor the transmitter belongs to.RatRatOutput. 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 voidAbstractMetaRatOutput. setOwner(Rat value)Sets the actor the transmitter belongs to.voidAbstractRatOutput. setOwner(Rat value)Sets the actor the transmitter belongs to.voidBranch. setOwner(Rat value)Sets the actor the transmitter belongs to.voidRatOutput. setOwner(Rat value)Sets the actor the transmitter belongs to.voidSwitch. setOwner(Rat value)Sets the actor the transmitter belongs to.
-