Uses of Interface
io.dialob.program.model.ProgramNode
-
Packages that use ProgramNode Package Description io.dialob.program.model -
-
Uses of ProgramNode in io.dialob.program.model
Subinterfaces of ProgramNode in io.dialob.program.model Modifier and Type Interface Description interfaceConditionalValue<T>interfaceConstantValue<T>interfaceDisplayIteminterfaceErrorinterfaceFormIteminterfaceGroupinterfaceIteminterfaceLabelinterfacePrograminterfaceStructuralNodeinterfaceValueSetstatic interfaceValueSet.EntryinterfaceVariableItemClasses in io.dialob.program.model that implement ProgramNode Modifier and Type Class Description classImmutableConditionalValue<T>Immutable implementation ofConditionalValue.classImmutableConstantValue<T>Immutable implementation ofConstantValue.classImmutableErrorImmutable implementation ofError.classImmutableFormItemImmutable implementation ofFormItem.classImmutableGroupImmutable implementation ofGroup.classImmutableLabelImmutable implementation ofLabel.classImmutableProgramImmutable implementation ofProgram.classImmutableValueSetImmutable implementation ofValueSet.static classImmutableValueSet.EntryImmutable implementation ofValueSet.Entry.classImmutableVariableItemImmutable implementation ofVariableItem.
-