Class AbstractConceptReferentializationStrategy<N,​E,​TB,​S,​I,​QI,​EV,​PP>

java.lang.Object
de.monochromata.AbstractStrategy
de.monochromata.anaphors.ast.reference.strategy.AbstractReferentializationStrategy<N,​E,​TB,​S,​I,​QI,​EV,​PP>
de.monochromata.anaphors.ast.reference.strategy.concept.AbstractConceptReferentializationStrategy<N,​E,​TB,​S,​I,​QI,​EV,​PP>
Type Parameters:
N - The node type in the AST
E - The expression type
TB - The type binding type
S - The scope type (optional)
I - The type used to represent identifiers
QI - The type used to represent qualified identifiers
EV - The type of the event contained in the condition that is evaluated to check when the perspectivations shall be applied.
PP - The type used for positions that carry perspectivations
All Implemented Interfaces:
ConceptReferentializationStrategy<E,​TB,​S,​I,​QI>, ReferentializationStrategy<E,​TB,​S,​I,​QI>, Strategy
Direct Known Subclasses:
FauxHyponymy, Hyponymy, NameRecurrence, TypeRecurrence

public abstract class AbstractConceptReferentializationStrategy<N,​E,​TB,​S,​I,​QI,​EV,​PP>
extends AbstractReferentializationStrategy<N,​E,​TB,​S,​I,​QI,​EV,​PP>
implements ConceptReferentializationStrategy<E,​TB,​S,​I,​QI>
An abstract base class for strategies used to obtain referents based on information referring to the conceptual type (TODO:?) of the referent.