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 ActorExecutionActorHandlerInfo. m_ActorExecutionhow the sub-actors are executed/oriented.Methods in adams.flow.core that return ActorExecution Modifier and Type Method Description ActorExecutionActorHandlerInfo. getActorExecution()Returns the how the actors are executed.static ActorExecutionActorExecution. 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 ActorHandlerInfoActorHandlerInfo. 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 ActorExecutionRenderer.ActorIcon. m_Executionhow to paint visual cues.Methods in adams.gui.flow.tree that return ActorExecution Modifier and Type Method Description ActorExecutionRenderer.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 voidRenderer.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.
-