Package org.getalp.model.lexinfo
Class Tense
- java.lang.Object
-
- org.getalp.dbnary.morphology.MorphoSyntacticFeature
-
- org.getalp.model.lexinfo.Tense
-
- All Implemented Interfaces:
Comparable<MorphoSyntacticFeature>
public abstract class Tense extends MorphoSyntacticFeature
-
-
Field Summary
Fields Modifier and Type Field Description static Consumer<Set<MorphoSyntacticFeature>>
future
static Tense
FUTURE
static Consumer<Set<MorphoSyntacticFeature>>
imperfect
static Tense
IMPERFECT
static Consumer<Set<MorphoSyntacticFeature>>
past
static Tense
PAST
static Consumer<Set<MorphoSyntacticFeature>>
present
static Tense
PRESENT
static Consumer<Set<MorphoSyntacticFeature>>
preterite
static Tense
PRETERITE
-
Constructor Summary
Constructors Constructor Description Tense()
-
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
-
PRESENT
public static final Tense PRESENT
-
present
public static final Consumer<Set<MorphoSyntacticFeature>> present
-
PAST
public static final Tense PAST
-
past
public static final Consumer<Set<MorphoSyntacticFeature>> past
-
PRETERITE
public static final Tense PRETERITE
-
preterite
public static final Consumer<Set<MorphoSyntacticFeature>> preterite
-
IMPERFECT
public static final Tense IMPERFECT
-
imperfect
public static final Consumer<Set<MorphoSyntacticFeature>> imperfect
-
FUTURE
public static final Tense FUTURE
-
future
public static final Consumer<Set<MorphoSyntacticFeature>> future
-
-
Method Detail
-
property
public org.apache.jena.rdf.model.Property property()
- Specified by:
property
in classMorphoSyntacticFeature
-
-