Uses of Class
io.dialob.session.engine.program.model.ImmutableProgram
Packages that use ImmutableProgram
-
Uses of ImmutableProgram in io.dialob.session.engine.program.model
Methods in io.dialob.session.engine.program.model that return ImmutableProgramModifier and TypeMethodDescriptionImmutableProgram.Builder.build()Builds a newImmutableProgram.static ImmutableProgramCreates an immutable copy of aProgramvalue.final ImmutableProgramCopy the current immutable object by setting a value for theidattribute.final ImmutableProgramCopy the current immutable object with elements that replace the content ofitems.final ImmutableProgramCopy the current immutable object with elements that replace the content ofitems.final ImmutableProgramImmutableProgram.withRootItem(Item value) Copy the current immutable object by setting a value for therootItemattribute.final ImmutableProgramImmutableProgram.withValueSets(ValueSet... elements) Copy the current immutable object with elements that replace the content ofvalueSets.final ImmutableProgramImmutableProgram.withValueSets(Iterable<? extends ValueSet> elements) Copy the current immutable object with elements that replace the content ofvalueSets.