Uses of Interface
io.dialob.program.model.StructuralNode
-
Packages that use StructuralNode Package Description io.dialob.program.model -
-
Uses of StructuralNode in io.dialob.program.model
Subinterfaces of StructuralNode in io.dialob.program.model Modifier and Type Interface Description interfaceDisplayIteminterfaceErrorinterfaceFormIteminterfaceGroupinterfaceIteminterfaceVariableItemClasses in io.dialob.program.model that implement StructuralNode Modifier and Type Class Description classImmutableErrorImmutable implementation ofError.classImmutableFormItemImmutable implementation ofFormItem.classImmutableGroupImmutable implementation ofGroup.classImmutableVariableItemImmutable implementation ofVariableItem.Methods in io.dialob.program.model with parameters of type StructuralNode Modifier and Type Method Description ImmutableError.BuilderImmutableError.Builder. from(StructuralNode instance)Fill a builder with attribute values from the providedio.dialob.program.model.StructuralNodeinstance.ImmutableFormItem.BuilderImmutableFormItem.Builder. from(StructuralNode instance)Fill a builder with attribute values from the providedio.dialob.program.model.StructuralNodeinstance.ImmutableGroup.BuilderImmutableGroup.Builder. from(StructuralNode instance)Fill a builder with attribute values from the providedio.dialob.program.model.StructuralNodeinstance.ImmutableVariableItem.BuilderImmutableVariableItem.Builder. from(StructuralNode instance)Fill a builder with attribute values from the providedio.dialob.program.model.StructuralNodeinstance.
-