Uses of Class
adams.flow.core.ActorHandlerInfo
-
Packages that use ActorHandlerInfo Package Description adams.flow.control adams.flow.core adams.flow.source adams.flow.standalone adams.gui.flow.tree -
-
Uses of ActorHandlerInfo in adams.flow.control
Methods in adams.flow.control that return ActorHandlerInfo Modifier and Type Method Description abstract ActorHandlerInfo
AbstractControlActor. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfo
AbstractTee. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfo
Branch. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfo
FileProcessor. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfo
Flow. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfo
IfStorageValue. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfo
IfThenElse. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfo
LaunchTee. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfo
LaunchTrigger. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfo
LoadBalancer. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfo
LocalScopeSubProcess. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfo
RemoteExecutionTrigger. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfo
Sequence. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfo
Switch. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfo
Tee. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfo
Trigger. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfo
TryCatch. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfo
UpdateProperties. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfo
WhileLoop. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution. -
Uses of ActorHandlerInfo in adams.flow.core
Methods in adams.flow.core that return ActorHandlerInfo Modifier and Type Method Description ActorHandlerInfo
ActorHandlerInfo. actorExecution(ActorExecution value)
Sets how the actors are executed.ActorHandlerInfo
ActorHandlerInfo. allowEncloseActors(boolean value)
Sets whether to allow enclosing of actors.ActorHandlerInfo
ActorHandlerInfo. allowSource(boolean value)
Sets whether to allow source.ActorHandlerInfo
ActorHandlerInfo. allowStandalones(boolean value)
Sets whether to allow standalones.ActorHandlerInfo
ActorHandlerInfo. forwardsInput(boolean value)
Sets whether to actor forwards the input.ActorHandlerInfo
ActorHandler. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfo
ActorHandlerInfo. restrictions(Class[] value)
Sets the restrictions in terms of classes/interfaces.Constructors in adams.flow.core with parameters of type ActorHandlerInfo Constructor Description ActorHandlerInfo(ActorHandlerInfo info)
Initializes the info with the provided info object. -
Uses of ActorHandlerInfo in adams.flow.source
Methods in adams.flow.source that return ActorHandlerInfo Modifier and Type Method Description ActorHandlerInfo
SequenceSource. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfo
SwitchedSource. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution. -
Uses of ActorHandlerInfo in adams.flow.standalone
Methods in adams.flow.standalone that return ActorHandlerInfo Modifier and Type Method Description ActorHandlerInfo
AbstractMultiView. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfo
AbstractMutableActorDaemonEvent. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfo
AbstractMutableStandaloneGroupItem. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfo
AbstractStandaloneGroup. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfo
CallableActors. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfo
Cron. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfo
DelayedEvent. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfo
Events. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfo
JavaExec. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfo
QueueEvent. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfo
Standalones. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution. -
Uses of ActorHandlerInfo in adams.gui.flow.tree
Methods in adams.gui.flow.tree that return ActorHandlerInfo Modifier and Type Method Description ActorHandlerInfo
ClipboardActorContainer. getActorHandlerInfo()
Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
-