|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompoundPredicate.Operator | |
---|---|
net.floodlightcontroller.storage |
Uses of CompoundPredicate.Operator in net.floodlightcontroller.storage |
---|
Methods in net.floodlightcontroller.storage that return CompoundPredicate.Operator | |
---|---|
CompoundPredicate.Operator |
CompoundPredicate.getOperator()
|
static CompoundPredicate.Operator |
CompoundPredicate.Operator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CompoundPredicate.Operator[] |
CompoundPredicate.Operator.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in net.floodlightcontroller.storage with parameters of type CompoundPredicate.Operator | |
---|---|
CompoundPredicate(CompoundPredicate.Operator operator,
boolean negated,
IPredicate... predicateList)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |