public interface OperatorSet
Modifier and Type | Interface and Description |
---|---|
static interface |
OperatorSet.Builder |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getCategories()
Returns a list of all categories listed by operators.
|
Operator |
getOperator(java.lang.String name)
Returns the operator from this operator set
that has the specified name
or
null if there is no such operator. |
java.util.List<Operator> |
getOperators()
Returns the operators in this operator set.
|
java.util.List<Operator> |
getOperators(java.lang.String category)
Returns the operators in this operator set with the specified category.
|
java.util.List<Operator> getOperators()
java.util.List<Operator> getOperators(java.lang.String category)
category
- the categoryOperator getOperator(java.lang.String name)
null
if there is no such operator.name
- the operator namejava.util.List<java.lang.String> getCategories()
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.