Uses of Interface
de.monochromata.anaphors.ast.spi.AnaphorsSpi
| 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.strategy |
Anaphora resolution strategies.
|
| de.monochromata.anaphors.perspectivation |
-
Uses of AnaphorsSpi in de.monochromata.anaphors.ast.reference.strategy
Fields in de.monochromata.anaphors.ast.reference.strategy declared as AnaphorsSpi Modifier and Type Field Description protected AnaphorsSpi<N,E,TB,S,I,QI,EV,PP>AbstractReferentializationStrategy. anaphorsSpiConstructors in de.monochromata.anaphors.ast.reference.strategy with parameters of type AnaphorsSpi Constructor Description AbstractReferentializationStrategy(AnaphorsSpi<N,E,TB,S,I,QI,EV,PP> anaphorsSpi) -
Uses of AnaphorsSpi in de.monochromata.anaphors.ast.reference.strategy.concept
Constructors in de.monochromata.anaphors.ast.reference.strategy.concept with parameters of type AnaphorsSpi Constructor Description AbstractConceptReferentializationStrategy(AnaphorsSpi<N,E,TB,S,I,QI,EV,PP> anaphorsSpi)CaseSensitiveNameRecurrence(AnaphorsSpi<N,E,TB,S,I,QI,EV,PP> anaphorsSpi)CaseSensitiveTypeRecurrence(AnaphorsSpi<N,E,TB,S,I,QI,EV,PP> anaphorsSpi)FauxHyponymy(AnaphorsSpi<N,E,TB,S,I,QI,EV,PP> anaphorsSpi)Hyponymy(AnaphorsSpi<N,E,TB,S,I,QI,EV,PP> anaphorsSpi, Function<TB,Optional<TB>> getSuperClass, Function<TB,List<TB>> getImplementedInterfaces)NameRecurrence(AnaphorsSpi<N,E,TB,S,I,QI,EV,PP> anaphorsSpi)TypeRecurrence(AnaphorsSpi<N,E,TB,S,I,QI,EV,PP> anaphorsSpi) -
Uses of AnaphorsSpi in de.monochromata.anaphors.ast.reference.strategy.feature
Constructors in de.monochromata.anaphors.ast.reference.strategy.feature with parameters of type AnaphorsSpi Constructor Description FeatureRecurrence(ConceptReferentializationStrategy<E,TB,S,I,QI> delegate, AnaphorsSpi<N,E,TB,S,I,QI,EV,PP> anaphorsSpi) -
Uses of AnaphorsSpi in de.monochromata.anaphors.ast.strategy
Fields in de.monochromata.anaphors.ast.strategy declared as AnaphorsSpi Modifier and Type Field Description protected AnaphorsSpi<N,E,TB,S,I,QI,EV,PP>AbstractAnaphorResolutionStrategy. anaphorsSpiConstructors in de.monochromata.anaphors.ast.strategy with parameters of type AnaphorsSpi Constructor Description AbstractAnaphorResolutionStrategy(List<Class<? extends RelatedExpressionStrategy>> supportedRelatedExpressionStrategies, AnaphorsSpi<N,E,TB,S,I,QI,EV,PP> anaphorsSpi, RelatedExpressionsSpi<N,E,T,B,MB,TB,S,I,QI,EV,PP,R> relatedExpressionsSpi, AnaphoraResolutionSpi<N,E,T,B,VB,FB,MB,TB,S,I,QI,R,A> anaphoraResolutionSpi)AbstractAnchoringStrategy(List<Class<? extends RelatedExpressionStrategy>> supportedRelatedExpressionStrategies, AnaphorsSpi<N,E,TB,S,I,QI,EV,PP> anaphorsSpi, RelatedExpressionsSpi<N,E,T,B,MB,TB,S,I,QI,EV,PP,R> relatedExpressionsSpi, AnaphoraResolutionSpi<N,E,T,B,VB,FB,MB,TB,S,I,QI,R,A> anaphoraResolutionSpi)DA1ReStrategy(AnaphorsSpi<N,E,TB,S,I,QI,EV,PP> anaphorsSpi, RelatedExpressionsSpi<N,E,T,B,MB,TB,S,I,QI,EV,PP,R> relatedExpressionsSpi, AnaphoraResolutionSpi<N,E,T,B,VB,FB,MB,TB,S,I,QI,R,A> anaphoraResolutionSpi)IA1MrStrategy(AnaphorsSpi<N,E,TB,S,I,QI,EV,PP> anaphorsSpi, RelatedExpressionsSpi<N,E,T,B,MB,TB,S,I,QI,EV,PP,R> relatedExpressionsSpi, AnaphoraResolutionSpi<N,E,T,B,VB,FB,MB,TB,S,I,QI,R,A> anaphoraResolutionSpi)IA2FStrategy(AnaphorsSpi<N,E,TB,S,I,QI,EV,PP> anaphorsSpi, RelatedExpressionsSpi<N,E,T,B,MB,TB,S,I,QI,EV,PP,R> relatedExpressionsSpi, AnaphoraResolutionSpi<N,E,T,B,VB,FB,MB,TB,S,I,QI,R,A> anaphoraResolutionSpi)IA2MgStrategy(AnaphorsSpi<N,E,TB,S,I,QI,EV,PP> anaphorsSpi, RelatedExpressionsSpi<N,E,T,B,MB,TB,S,I,QI,EV,PP,R> relatedExpressionsSpi, AnaphoraResolutionSpi<N,E,T,B,VB,FB,MB,TB,S,I,QI,R,A> anaphoraResolutionSpi) -
Uses of AnaphorsSpi in de.monochromata.anaphors.perspectivation
Methods in de.monochromata.anaphors.perspectivation with parameters of type AnaphorsSpi Modifier and Type Method Description static <N, E, T, 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>>
PPUnderspecification. underspecifyAnaphor(RelatedExpressionPart<N,E,T,B,TB,S,I,QI,R> relatedExpressionPart, AnaphorPart<N,E,T,B,TB,S,I,QI,R,A> anaphorPart, S scope, Predicate<EV> condition, AnaphorsSpi<N,E,TB,S,I,QI,EV,PP> anaphorsSpi)