|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Constraint | |
|---|---|
| gate.jape | |
| gate.jape.constraint | |
| gate.jape.parser | |
| Uses of Constraint in gate.jape |
|---|
| Fields in gate.jape declared as Constraint | |
|---|---|
private Constraint[] |
BasicPatternElement.constraints2
A set of Constraint. |
| Fields in gate.jape with type parameters of type Constraint | |
|---|---|
private ArrayList<Constraint> |
BasicPatternElement.constraints1
A set of Constraint. |
private HashMap<Object,Constraint> |
BasicPatternElement.constraintsMap
A map of constraint annot type to constraint. |
| Methods in gate.jape that return Constraint | |
|---|---|
Constraint[] |
BasicPatternElement.getConstraints()
Get the finished Constraint objects. |
| Methods in gate.jape that return types with arguments of type Constraint | |
|---|---|
ArrayList<Constraint> |
BasicPatternElement.getUnfinishedConstraints()
Get the current list of unfinished Constraint objects. |
| Methods in gate.jape with parameters of type Constraint | |
|---|---|
void |
BasicPatternElement.addConstraint(Constraint newConstraint)
Add a constraint. |
| Uses of Constraint in gate.jape.constraint |
|---|
| Fields in gate.jape.constraint declared as Constraint | |
|---|---|
protected Constraint |
EmbeddedConstraintPredicate.valueConstraint
|
| Methods in gate.jape.constraint that return Constraint | |
|---|---|
Constraint |
ConstraintFactory.createConstraint(String annotType)
Create a new constraint for the given annotation type |
| Uses of Constraint in gate.jape.parser |
|---|
| Methods in gate.jape.parser that return Constraint | |
|---|---|
Constraint |
ParseCpsl.Constraint()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||