Uses of Interface
cz.vutbr.fit.layout.api.Parameter
-
Packages that use Parameter Package Description cz.vutbr.fit.layout.api cz.vutbr.fit.layout.impl cz.vutbr.fit.layout.provider -
-
Uses of Parameter in cz.vutbr.fit.layout.api
Methods in cz.vutbr.fit.layout.api that return types with arguments of type Parameter Modifier and Type Method Description List<Parameter>ParametrizedOperation. getParams()Obtains a list of available parameters. -
Uses of Parameter in cz.vutbr.fit.layout.impl
Classes in cz.vutbr.fit.layout.impl that implement Parameter Modifier and Type Class Description classBaseParameterA common base of parameter specifications.classParameterBooleanclassParameterFloatclassParameterIntclassParameterStringMethods in cz.vutbr.fit.layout.impl that return types with arguments of type Parameter Modifier and Type Method Description List<Parameter>BaseParametrizedOperation. defineParams()Creates the parameter definition for this operation.List<Parameter>BaseParametrizedOperation. getParams() -
Uses of Parameter in cz.vutbr.fit.layout.provider
Methods in cz.vutbr.fit.layout.provider that return types with arguments of type Parameter Modifier and Type Method Description List<Parameter>OperatorWrapperProvider. defineParams()
-