Class FormulaBuilder<T extends Formula,B extends FormulaBuilder<T,B>>
- java.lang.Object
-
- io.adminshell.aas.v3.model.builder.AbstractBuilder<T>
-
- io.adminshell.aas.v3.model.builder.ExtendableBuilder<T,B>
-
- io.adminshell.aas.v3.model.builder.FormulaBuilder<T,B>
-
- All Implemented Interfaces:
Builder<T>
- Direct Known Subclasses:
DefaultFormula.Builder
public abstract class FormulaBuilder<T extends Formula,B extends FormulaBuilder<T,B>> extends ExtendableBuilder<T,B>
-
-
Constructor Summary
Constructors Constructor Description FormulaBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BdependsOn(Reference dependsOn)This function allows adding a value to the List dependsOnsBdependsOns(java.util.List<Reference> dependsOns)This function allows setting a value for dependsOns-
Methods inherited from class io.adminshell.aas.v3.model.builder.ExtendableBuilder
getSelf
-
Methods inherited from class io.adminshell.aas.v3.model.builder.AbstractBuilder
build, getBuildingInstance, newBuildingInstance
-
-