Uses of Class
org.drools.compiler.lang.descr.ConnectiveType
-
Packages that use ConnectiveType Package Description org.drools.compiler.lang.descr -
-
Uses of ConnectiveType in org.drools.compiler.lang.descr
Methods in org.drools.compiler.lang.descr that return ConnectiveType Modifier and Type Method Description ConnectiveTypeConstraintConnectiveDescr. getConnective()static ConnectiveTypeConnectiveType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectiveType[]ConnectiveType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.drools.compiler.lang.descr with parameters of type ConnectiveType Modifier and Type Method Description voidConstraintConnectiveDescr. setConnective(ConnectiveType connective)Constructors in org.drools.compiler.lang.descr with parameters of type ConnectiveType Constructor Description ConstraintConnectiveDescr(ConnectiveType connective)
-