Uses of Class
de.monochromata.anaphors.perspectivation.Perspectivation
| Package | Description |
|---|---|
| de.monochromata.anaphors.ast.relatedexp.strategy |
Strategies for identifying and handling related expressions
|
| de.monochromata.anaphors.ast.spi |
Service provider interfaces to be implemented to support anaphora resolution
on a given AST implementation.
|
| de.monochromata.anaphors.ast.strategy |
Anaphora resolution strategies.
|
| de.monochromata.anaphors.perspectivation |
-
Uses of Perspectivation in de.monochromata.anaphors.ast.spi
Method parameters in de.monochromata.anaphors.ast.spi with type arguments of type Perspectivation Modifier and Type Method Description PPAnaphorsSpi. createPositionForExpression(E expression, Predicate<EV> condition, List<Perspectivation> perspectivations)PPRelatedExpressionsSpi. createPositionForNode(N node, Predicate<EV> condition, List<Perspectivation> perspectivations) -
Uses of Perspectivation in de.monochromata.anaphors.ast.strategy
Methods in de.monochromata.anaphors.ast.strategy that return types with arguments of type Perspectivation Modifier and Type Method Description List<Perspectivation>AnaphorResolutionStrategy. underspecifyAnaphor(R relatedExpression, String anaphor, E anaphorExpression, Referent<TB,S,I,QI> referent, S scope)List<Perspectivation>DA1ReStrategy. underspecifyAnaphor(R relatedExpression, String anaphor, E anaphorExpression, Referent<TB,S,I,QI> referent, S scope)List<Perspectivation>IA1MrStrategy. underspecifyAnaphor(R relatedExpression, String anaphor, E anaphorExpression, Referent<TB,S,I,QI> referent, S scope)List<Perspectivation>IA2FStrategy. underspecifyAnaphor(R relatedExpression, String anaphor, E anaphorExpression, Referent<TB,S,I,QI> referent, S scope)List<Perspectivation>IA2MgStrategy. underspecifyAnaphor(R relatedExpression, String anaphor, E anaphorExpression, Referent<TB,S,I,QI> referent, S scope)List<Perspectivation>IA2FStrategy. underspecifyAnaphorForIA2F(int qualifierLength, boolean fieldNameStartsUpperCase)Only public to ease testing.protected List<Perspectivation>IA2FStrategy. underspecifyAnaphorForIA2F(R relatedExpression, String anaphor, E anaphorExpression, IA2FStrategy.IA2FReferent<N,E,T,B,VB,FB,MB,TB,S,I,QI,EV,PP,R,A> referent, S scope)protected List<Perspectivation>IA2MgStrategy. underspecifyAnaphorForIA2Mg(R relatedExpression, String anaphor, E anaphorExpression, Referent<TB,S,I,QI> referent, S scope) -
Uses of Perspectivation in de.monochromata.anaphors.perspectivation
Subclasses of Perspectivation in de.monochromata.anaphors.perspectivation Modifier and Type Class Description static classPerspectivation.Hidestatic classPerspectivation.ToLowerCase