Uses of Interface
io.dialob.program.model.Program
-
Packages that use Program Package Description io.dialob.executor io.dialob.program io.dialob.program.model -
-
Uses of Program in io.dialob.executor
Methods in io.dialob.executor with parameters of type Program Modifier and Type Method Description voidCreateDialobSessionProgramVisitor. startProgram(Program program) -
Uses of Program in io.dialob.program
Methods in io.dialob.program that return Program Modifier and Type Method Description ProgramProgramBuilder. build()ProgramDialobProgram. getProgram()Methods in io.dialob.program with parameters of type Program Modifier and Type Method Description static DialobProgramDialobProgram. createDialobProgram(Program program) -
Uses of Program in io.dialob.program.model
Classes in io.dialob.program.model that implement Program Modifier and Type Class Description classImmutableProgramImmutable implementation ofProgram.Methods in io.dialob.program.model with parameters of type Program Modifier and Type Method Description static ImmutableProgramImmutableProgram. copyOf(Program instance)Creates an immutable copy of aProgramvalue.ImmutableProgram.BuilderImmutableProgram.Builder. from(Program instance)Fill a builder with attribute values from the providedPrograminstance.default voidProgramVisitor. startProgram(Program program)
-