Uses of Class
org.incenp.obofoundry.kgcl.model.Annotation
Packages that use Annotation
-
Uses of Annotation in org.incenp.obofoundry.kgcl.model
Methods in org.incenp.obofoundry.kgcl.model that return AnnotationModifier and TypeMethodDescriptionAnnotation.getAnnotationSet()
Edge.getAnnotationSet()
EdgeCreation.getAnnotationSet()
EdgeDeletion.getAnnotationSet()
EdgeObsoletion.getAnnotationSet()
Node.getAnnotationSet()
NodeCreation.getAnnotationSet()
Methods in org.incenp.obofoundry.kgcl.model with parameters of type AnnotationModifier and TypeMethodDescriptionvoid
Annotation.setAnnotationSet
(Annotation annotationSet) void
Edge.setAnnotationSet
(Annotation annotationSet) void
EdgeCreation.setAnnotationSet
(Annotation annotationSet) void
EdgeDeletion.setAnnotationSet
(Annotation annotationSet) void
EdgeObsoletion.setAnnotationSet
(Annotation annotationSet) void
Node.setAnnotationSet
(Annotation annotationSet) void
NodeCreation.setAnnotationSet
(Annotation annotationSet)