Package org.getalp.model.lexinfo
Class Definiteness
- java.lang.Object
-
- org.getalp.dbnary.morphology.MorphoSyntacticFeature
-
- org.getalp.model.lexinfo.Definiteness
-
- All Implemented Interfaces:
Comparable<MorphoSyntacticFeature>
public abstract class Definiteness extends MorphoSyntacticFeature
-
-
Field Summary
Fields Modifier and Type Field Description static Consumer<Set<MorphoSyntacticFeature>>
definite
static Definiteness
DEFINITE
static Definiteness
FULL_ARTICLE
static Consumer<Set<MorphoSyntacticFeature>>
fullArticle
static Consumer<Set<MorphoSyntacticFeature>>
indefinite
static Definiteness
INDEFINITE
static Definiteness
SHORT_ARTICLE
static Consumer<Set<MorphoSyntacticFeature>>
shortArticle
-
Constructor Summary
Constructors Constructor Description Definiteness()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.jena.rdf.model.Property
property()
-
Methods inherited from class org.getalp.dbnary.morphology.MorphoSyntacticFeature
compareTo, hashCode, toString, value
-
-
-
-
Field Detail
-
DEFINITE
public static final Definiteness DEFINITE
-
definite
public static final Consumer<Set<MorphoSyntacticFeature>> definite
-
INDEFINITE
public static final Definiteness INDEFINITE
-
indefinite
public static final Consumer<Set<MorphoSyntacticFeature>> indefinite
-
FULL_ARTICLE
public static final Definiteness FULL_ARTICLE
-
fullArticle
public static final Consumer<Set<MorphoSyntacticFeature>> fullArticle
-
SHORT_ARTICLE
public static final Definiteness SHORT_ARTICLE
-
shortArticle
public static final Consumer<Set<MorphoSyntacticFeature>> shortArticle
-
-
Method Detail
-
property
public org.apache.jena.rdf.model.Property property()
- Specified by:
property
in classMorphoSyntacticFeature
-
-