Uses of Class
com.scivicslab.pojoactor.workflow.Interpreter
Packages that use Interpreter
-
Uses of Interpreter in com.scivicslab.pojoactor.workflow
Methods in com.scivicslab.pojoactor.workflow that return InterpreterModifier and TypeMethodDescriptionInterpreter.Builder.build()Builds and returns a new Interpreter instance.Constructors in com.scivicslab.pojoactor.workflow with parameters of type InterpreterModifierConstructorDescriptionInterpreterIIAR(String actorName, Interpreter object) Constructs a new InterpreterIIAR with the specified actor name and interpreter object.InterpreterIIAR(String actorName, Interpreter object, IIActorSystem system) Constructs a new InterpreterIIAR with the specified actor name, interpreter object, and actor system.