Uses of Class
adams.flow.core.ActorExecution
-
Packages that use ActorExecution Package Description adams.flow.core adams.gui.flow.tree -
-
Uses of ActorExecution in adams.flow.core
Fields in adams.flow.core declared as ActorExecution Modifier and Type Field Description protected ActorExecution
ActorHandlerInfo. m_ActorExecution
how the sub-actors are executed/oriented.Methods in adams.flow.core that return ActorExecution Modifier and Type Method Description ActorExecution
ActorHandlerInfo. getActorExecution()
Returns the how the actors are executed.static ActorExecution
ActorExecution. valueOf(String name)
Returns the enum constant of this type with the specified name.static ActorExecution[]
ActorExecution. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.core with parameters of type ActorExecution Modifier and Type Method Description ActorHandlerInfo
ActorHandlerInfo. actorExecution(ActorExecution value)
Sets how the actors are executed. -
Uses of ActorExecution in adams.gui.flow.tree
Fields in adams.gui.flow.tree declared as ActorExecution Modifier and Type Field Description protected ActorExecution
Renderer.ActorIcon. m_Execution
how to paint visual cues.Methods in adams.gui.flow.tree that return ActorExecution Modifier and Type Method Description ActorExecution
Renderer.ActorIcon. getExecution()
Returns how to paint the visual cues.Methods in adams.gui.flow.tree with parameters of type ActorExecution Modifier and Type Method Description void
Renderer.ActorIcon. setExecution(ActorExecution value)
Sets how the visual cues are painted.Constructors in adams.gui.flow.tree with parameters of type ActorExecution Constructor Description ActorIcon(ImageIcon icon, double scaleFactor, ActorExecution execution, boolean debugOn, boolean hasInput, boolean hasOutput, boolean hasSubActors, boolean forwardsInput, boolean deprecated)
Initializes the icon.DisabledIcon(ImageIcon icon, double scaleFactor, ActorExecution execution, boolean debugOn, boolean hasInput, boolean hasOutput, boolean hasSubActors, boolean forwardsInput, boolean deprecated)
Initializes the icon.
-