Package org.getalp.model.lexinfo
Class Degree
- java.lang.Object
-
- org.getalp.dbnary.morphology.MorphoSyntacticFeature
-
- org.getalp.model.lexinfo.Degree
-
- All Implemented Interfaces:
Comparable<MorphoSyntacticFeature>
public abstract class Degree extends MorphoSyntacticFeature
-
-
Field Summary
Fields Modifier and Type Field Description static Consumer<Set<MorphoSyntacticFeature>>
comparative
static Degree
COMPARATIVE
static Consumer<Set<MorphoSyntacticFeature>>
positive
static Degree
POSITIVE
static Consumer<Set<MorphoSyntacticFeature>>
superlative
static Degree
SUPERLATIVE
-
Constructor Summary
Constructors Constructor Description Degree()
-
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
-
COMPARATIVE
public static final Degree COMPARATIVE
-
comparative
public static final Consumer<Set<MorphoSyntacticFeature>> comparative
-
POSITIVE
public static final Degree POSITIVE
-
positive
public static final Consumer<Set<MorphoSyntacticFeature>> positive
-
SUPERLATIVE
public static final Degree SUPERLATIVE
-
superlative
public static final Consumer<Set<MorphoSyntacticFeature>> superlative
-
-
Method Detail
-
property
public org.apache.jena.rdf.model.Property property()
- Specified by:
property
in classMorphoSyntacticFeature
-
-