Uses of Class
org.kie.workbench.common.dmn.api.definition.model.UnaryTests
-
Packages that use UnaryTests Package Description org.kie.workbench.common.dmn.api.definition.model -
-
Uses of UnaryTests in org.kie.workbench.common.dmn.api.definition.model
Methods in org.kie.workbench.common.dmn.api.definition.model that return UnaryTests Modifier and Type Method Description UnaryTestsUnaryTests. copy()UnaryTestsItemDefinition. getAllowedValues()Methods in org.kie.workbench.common.dmn.api.definition.model that return types with arguments of type UnaryTests Modifier and Type Method Description List<UnaryTests>DecisionRule. getInputEntry()Methods in org.kie.workbench.common.dmn.api.definition.model with parameters of type UnaryTests Modifier and Type Method Description voidItemDefinition. setAllowedValues(UnaryTests value)Constructors in org.kie.workbench.common.dmn.api.definition.model with parameters of type UnaryTests Constructor Description ItemDefinition(Id id, Description description, Name name, QName typeRef, UnaryTests allowedValues, List<ItemDefinition> itemComponent, String typeLanguage, Boolean isCollection, Boolean allowOnlyVisualChange)Constructor parameters in org.kie.workbench.common.dmn.api.definition.model with type arguments of type UnaryTests Constructor Description DecisionRule(Id id, Description description, List<UnaryTests> inputEntry, List<LiteralExpression> outputEntry)
-