Uses of Class
io.dialob.executor.model.ValueSetState
-
Packages that use ValueSetState Package Description io.dialob.compiler io.dialob.executor.command io.dialob.executor.model io.dialob.program -
-
Uses of ValueSetState in io.dialob.compiler
Methods in io.dialob.compiler with parameters of type ValueSetState Modifier and Type Method Description static io.dialob.api.proto.ValueSetUtils. toValueSet(ValueSetState valueSetState) -
Uses of ValueSetState in io.dialob.executor.command
Methods in io.dialob.executor.command that return ValueSetState Modifier and Type Method Description default ValueSetStateUpdateValueSetCommand. update(EvalContext context, ValueSetState state)Methods in io.dialob.executor.command that return types with arguments of type ValueSetState Modifier and Type Method Description com.google.common.collect.ImmutableList<Trigger<ValueSetState>>ImmutableUpdateValueSetCommand. getTriggers()Methods in io.dialob.executor.command with parameters of type ValueSetState Modifier and Type Method Description default ValueSetStateUpdateValueSetCommand. update(EvalContext context, ValueSetState state)Method parameters in io.dialob.executor.command with type arguments of type ValueSetState Modifier and Type Method Description ImmutableUpdateValueSetCommand.BuilderImmutableUpdateValueSetCommand.Builder. addAllTriggers(Iterable<? extends Trigger<ValueSetState>> elements)Adds elements totriggerslist.ImmutableUpdateValueSetCommand.BuilderImmutableUpdateValueSetCommand.Builder. addTriggers(Trigger<ValueSetState> element)Adds one element totriggerslist.ImmutableUpdateValueSetCommand.BuilderImmutableUpdateValueSetCommand.Builder. triggers(Iterable<? extends Trigger<ValueSetState>> elements)Sets or replaces all elements fortriggerslist.ImmutableUpdateValueSetCommandImmutableUpdateValueSetCommand. withTriggers(Iterable<? extends Trigger<ValueSetState>> elements)Copy the current immutable object with elements that replace the content oftriggers. -
Uses of ValueSetState in io.dialob.executor.model
Methods in io.dialob.executor.model that return ValueSetState Modifier and Type Method Description ValueSetStateValueSetState.UpdateBuilder. get()static ValueSetStateValueSetState. readFrom(com.google.protobuf.CodedInputStream input)Methods in io.dialob.executor.model that return types with arguments of type ValueSetState Modifier and Type Method Description Optional<ValueSetState>DialobSession. getValueSetState(ValueSetId id)Map<ValueSetId,ValueSetState>DialobSession. getValueSetStates()com.google.common.collect.ImmutableMap<ValueSetId,ValueSetState>ImmutableItemStates. getValueSetStates()Map<ValueSetId,ValueSetState>ItemStates. getValueSetStates()Methods in io.dialob.executor.model with parameters of type ValueSetState Modifier and Type Method Description ImmutableItemStates.BuilderImmutableItemStates.Builder. putValueSetStates(ValueSetId key, ValueSetState value)Put one entry to thevalueSetStatesmap.voidDialobSessionVisitor.ValueSetVisitor. visitValueSetState(ValueSetState valueSetState)Method parameters in io.dialob.executor.model with type arguments of type ValueSetState Modifier and Type Method Description ImmutableItemStates.BuilderImmutableItemStates.Builder. putAllValueSetStates(Map<? extends ValueSetId,? extends ValueSetState> entries)Put all mappings from the specified map as entries tovalueSetStatesmap.ImmutableItemStates.BuilderImmutableItemStates.Builder. putValueSetStates(Map.Entry<? extends ValueSetId,? extends ValueSetState> entry)Put one entry to thevalueSetStatesmap.ImmutableItemStates.BuilderImmutableItemStates.Builder. valueSetStates(Map<? extends ValueSetId,? extends ValueSetState> entries)Sets or replaces all mappings from the specified map as entries for thevalueSetStatesmap.ImmutableItemStatesImmutableItemStates. withValueSetStates(Map<? extends ValueSetId,? extends ValueSetState> entries)Copy the current immutable object by replacing thevalueSetStatesmap with the specified map.Constructors in io.dialob.executor.model with parameters of type ValueSetState Constructor Description ValueSetState(ValueSetState valueSetState) -
Uses of ValueSetState in io.dialob.program
Methods in io.dialob.program that return types with arguments of type ValueSetState Modifier and Type Method Description Optional<ValueSetState>DialobSessionEvalContext. getValueSetState(ValueSetId valueSetId)Optional<ValueSetState>EvalContext. getValueSetState(ValueSetId valueSetId)Methods in io.dialob.program with parameters of type ValueSetState Modifier and Type Method Description voidDialobSessionEvalContext. registerUpdate(ValueSetState newState, ValueSetState oldState)voidEvalContext. registerUpdate(ValueSetState newState, ValueSetState oldState)voidEvalContext.UpdatedItemsVisitor.UpdatedValueSetVisitor. visitUpdatedValueSet(ValueSetState original, ValueSetState updated)
-