| Package | Description | 
|---|---|
| org.apache.uima.cas | Common Analysis System (CAS) Interfaces. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | FSBooleanConstraintInterface for a boolean constraint. | 
| interface  | FSFloatConstraintInterface for a float constraint. | 
| interface  | FSIntConstraintInterface for an integer constraint. | 
| interface  | FSMatchConstraintInterface for feature structure matching constraints. | 
| interface  | FSStringConstraintInterface for a String constraint. | 
| interface  | FSTypeConstraintInterface for type constraint. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract FSMatchConstraint | ConstraintFactory. embedConstraint(ArrayList<String> path,
               FSConstraint constraint)Embed a constraint under a path. | 
| abstract FSMatchConstraint | ConstraintFactory. embedConstraint(FeaturePath path,
               FSConstraint constraint)Combine a constraint test with a path from a feature structure instance to the value to be
 tested. | 
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.