Uses of Class
de.monochromata.AbstractStrategy
| Package | Description |
|---|---|
| de.monochromata.anaphors.ast.reference.strategy |
Reference resolution strategies
|
| de.monochromata.anaphors.ast.reference.strategy.concept |
Concept-based referentialization strategies
|
| de.monochromata.anaphors.ast.reference.strategy.feature |
Feature-based referentialization strategies
|
| de.monochromata.anaphors.ast.relatedexp.strategy |
Strategies for identifying and handling related expressions
|
| de.monochromata.anaphors.ast.strategy |
Anaphora resolution strategies.
|
-
Uses of AbstractStrategy in de.monochromata.anaphors.ast.reference.strategy
Subclasses of AbstractStrategy in de.monochromata.anaphors.ast.reference.strategy Modifier and Type Class Description classAbstractReferentializationStrategy<N,E,TB,S,I,QI,EV,PP>An abstract base class for strategies used to obtain referents. -
Uses of AbstractStrategy in de.monochromata.anaphors.ast.reference.strategy.concept
Subclasses of AbstractStrategy in de.monochromata.anaphors.ast.reference.strategy.concept Modifier and Type Class Description classAbstractConceptReferentializationStrategy<N,E,TB,S,I,QI,EV,PP>An abstract base class for strategies used to obtain referents based on information referring to the conceptual type (TODO:?) of the referent.classCaseSensitiveNameRecurrence<N,E,TB,S,I,QI,EV,PP>Referentialization based on case-sensitive name recurrence, like in variables.classCaseSensitiveTypeRecurrence<N,E,TB,S,I,QI,EV,PP>Referentialization based on case-sensitive exact type recurrence.classFauxHyponymy<N,E,TB,S,I,QI,EV,PP>Referentialization based on case-insensitive faux hyponymy (i.e.classHyponymy<N,E,TB,S,I,QI,EV,PP>Referentialization based on case-insensitive hyponymy (i.e.classNameRecurrence<N,E,TB,S,I,QI,EV,PP>Referentialization based on case-insensitive name recurrence.classTypeRecurrence<N,E,TB,S,I,QI,EV,PP>Referentialization based on case-insensitive exact type recurrence. -
Uses of AbstractStrategy in de.monochromata.anaphors.ast.reference.strategy.feature
Subclasses of AbstractStrategy in de.monochromata.anaphors.ast.reference.strategy.feature Modifier and Type Class Description classFeatureRecurrence<N,E,CI extends N,B,TB extends B,S,I,QI,EV,PP>Referentialization based on feature recurrence (i.e. -
Uses of AbstractStrategy in de.monochromata.anaphors.ast.strategy
Subclasses of AbstractStrategy in de.monochromata.anaphors.ast.strategy Modifier and Type Class Description classAbstractAnaphorResolutionStrategy<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 anaphors.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.classDA1ReStrategy<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>>A simple direct anaphora resolution strategy that is based on the various forms of recurrence that can be implemented using the availableReferentializationStrategyimplementations.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.