Package hydra.ext.org.w3.owl.syntax
Class AnnotationValue
- java.lang.Object
-
- hydra.ext.org.w3.owl.syntax.AnnotationValue
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<AnnotationValue>
- Direct Known Subclasses:
AnnotationValue.AnonymousIndividual,AnnotationValue.Iri,AnnotationValue.Literal
public abstract class AnnotationValue extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<AnnotationValue>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAnnotationValue.AnonymousIndividualstatic classAnnotationValue.Iristatic classAnnotationValue.Literalstatic interfaceAnnotationValue.PartialVisitor<R>static interfaceAnnotationValue.Visitor<R>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(AnnotationValue.Visitor<R> visitor)
-
-
-
Method Detail
-
accept
public abstract <R> R accept(AnnotationValue.Visitor<R> visitor)
-
-