Package | Description |
---|---|
casa.util |
Contains classes implementing various utility class for CASA.
|
Modifier and Type | Field and Description |
---|---|
(package private) EventPattern.Operator |
EventPattern.Descriptor.operator |
Modifier and Type | Method and Description |
---|---|
private EventPattern.Operator |
EventPattern.getOperatorFromName(String name) |
static EventPattern.Operator |
EventPattern.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventPattern.Operator[] |
EventPattern.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
EventPattern.related(PolicyAgentInterface agent,
Object domain,
EventPattern.Operator op,
Object range) |