Class Filter.Operand
- java.lang.Object
-
- org.apache.uima.collection.impl.cpm.utils.Filter.Operand
-
- Enclosing class:
- Filter
public class Filter.Operand extends java.lang.Object
Operand.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
operand
The operand.
-
Constructor Summary
Constructors Constructor Description Operand(java.lang.String aOp)
Instantiates a new operand.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getOperand()
Gets the operand.
-