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 ASTE- The expression typeTB- The type binding typeS- The scope type (optional)I- The type used to represent identifiersQI- The type used to represent qualified identifiersEV- 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.
-
Field Summary
Fields inherited from class de.monochromata.anaphors.ast.reference.strategy.AbstractReferentializationStrategy
anaphorsSpi -
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractConceptReferentializationStrategy()Used in contract testing.AbstractConceptReferentializationStrategy(AnaphorsSpi<N,E,TB,S,I,QI,EV,PP> anaphorsSpi) -
Method Summary
Methods inherited from class de.monochromata.AbstractStrategy
equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface de.monochromata.anaphors.ast.reference.strategy.concept.ConceptReferentializationStrategy
canReferToUsingConceptualType, getFeaturesRemainingInIdentifierIfItCanReferUsingConceptualTypeMethods inherited from interface de.monochromata.anaphors.ast.reference.strategy.ReferentializationStrategy
canReferTo
-
Constructor Details
-
AbstractConceptReferentializationStrategy
protected AbstractConceptReferentializationStrategy()Used in contract testing. -
AbstractConceptReferentializationStrategy
public AbstractConceptReferentializationStrategy(AnaphorsSpi<N,E,TB,S,I,QI,EV,PP> anaphorsSpi)
-