Uses of Interface
de.monochromata.anaphors.ast.strategy.AnchoringStrategy
| Package | Description |
|---|---|
| de.monochromata.anaphors.ast.strategy |
Anaphora resolution strategies.
|
-
Uses of AnchoringStrategy in de.monochromata.anaphors.ast.strategy
Subinterfaces of AnchoringStrategy in de.monochromata.anaphors.ast.strategy Modifier and Type Interface Description interfaceStoresAnchorInLocalTempVariable<N,E,T,B,TB extends B,S,I,QI,R extends RelatedExpression<N,T,B,TB,S,QI,R>,A extends ASTBasedAnaphora<N,E,T,B,TB,S,I,QI,R,A>>This is anAnchoringStrategythat has an anchor that differs from the referent.Classes in de.monochromata.anaphors.ast.strategy that implement AnchoringStrategy Modifier and Type Class Description classAbstractAnchoringStrategy<N,E,T,B,VB extends B,FB extends B,MB extends B,TB extends B,S,I,QI,EV,PP,R extends RelatedExpression<N,T,B,TB,S,QI,R>,A extends ASTBasedAnaphora<N,E,T,B,TB,S,I,QI,R,A>>An abstract base class for strategies used to for resolve or construct the referents of indirect anaphors.classIA1MrStrategy<N,E,T,B,VB extends B,FB extends B,MB extends B,TB extends B,S,I,QI,EV,PP,R extends RelatedExpression<N,T,B,TB,S,QI,R>,A extends ASTBasedAnaphora<N,E,T,B,TB,S,I,QI,R,A>>An indirect-anaphora resolution strategy that anchors anaphors in the return value of a method invocation that acts as the anchor.classIA2FStrategy<N,E,T,B,VB extends B,FB extends B,MB extends B,TB extends B,S,I,QI,EV,PP,R extends RelatedExpression<N,T,B,TB,S,QI,R>,A extends ASTBasedAnaphora<N,E,T,B,TB,S,I,QI,R,A>>An indirect-anaphora resolution strategy that anchors anaphors in a field declared by the anchor.classIA2MgStrategy<N,E,T,B,VB extends B,FB extends B,MB extends B,TB extends B,S,I,QI,EV,PP,R extends RelatedExpression<N,T,B,TB,S,QI,R>,A extends ASTBasedAnaphora<N,E,T,B,TB,S,I,QI,R,A>>An indirect-anaphora resolution strategy that anchors anaphors in a getter method declared by the anchor.