Package hydra.error.core
Class EmptyTermAnnotationError
- java.lang.Object
-
- hydra.error.core.EmptyTermAnnotationError
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<EmptyTermAnnotationError>
public class EmptyTermAnnotationError extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<EmptyTermAnnotationError>
A term annotation with an empty annotation map (optional)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmptyTermAnnotationError(SubtermPath location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(EmptyTermAnnotationError other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
-
LOCATION
public static final Name LOCATION
-
location
public final SubtermPath location
The path to the empty annotation within the term
-
-
Constructor Detail
-
EmptyTermAnnotationError
public EmptyTermAnnotationError(SubtermPath location)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(EmptyTermAnnotationError other)
- Specified by:
compareToin interfacejava.lang.Comparable<EmptyTermAnnotationError>
-
-