Uses of Interface
de.monochromata.anaphors.ast.feature.Feature
| Package | Description |
|---|---|
| de.monochromata.anaphors.ast.feature |
Interfaces and generic classes for feature-based semantics.
|
| de.monochromata.anaphors.ast.spi |
Service provider interfaces to be implemented to support anaphora resolution
on a given AST implementation.
|
-
Uses of Feature in de.monochromata.anaphors.ast.feature
Methods in de.monochromata.anaphors.ast.feature that return types with arguments of type Feature Modifier and Type Method Description Set<Feature<QI>>DefaultFeatureContainer. getFeatures()Set<Feature<QI>>FeatureContainer. getFeatures()Provides access to the features of this container. -
Uses of Feature in de.monochromata.anaphors.ast.spi
Methods in de.monochromata.anaphors.ast.spi that return types with arguments of type Feature Modifier and Type Method Description Set<Feature<QI>>RelatedExpressionsSpi. getFeatures(N relatedExpression)