Package org.incenp.obofoundry.kgcl.model
Class Annotation
java.lang.Object
org.incenp.obofoundry.kgcl.model.OntologyElement
org.incenp.obofoundry.kgcl.model.PropertyValue
org.incenp.obofoundry.kgcl.model.Annotation
owl annotations. Not to be confused with annotations sensu GO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setAnnotationSet
(Annotation annotationSet) void
setFillerType
(String fillerType) void
setPropertyType
(String propertyType) toString()
Methods inherited from class org.incenp.obofoundry.kgcl.model.PropertyValue
getFiller, getProperty, setFiller, setProperty
-
Constructor Details
-
Annotation
public Annotation()
-
-
Method Details
-
getAnnotationSet
-
getPropertyType
-
getFillerType
-
setAnnotationSet
-
setPropertyType
-
setFillerType
-
toString
- Overrides:
toString
in classPropertyValue
-
equals
- Overrides:
equals
in classPropertyValue
-
canEqual
- Overrides:
canEqual
in classPropertyValue
-
hashCode
public int hashCode()- Overrides:
hashCode
in classPropertyValue
-