org.semanticweb.owl.model.helper
Class OWLBuilder.AnnotationComponent

java.lang.Object
  |
  +--org.semanticweb.owl.model.helper.OWLBuilder.AnnotationComponent
Enclosing class:
OWLBuilder

public static class OWLBuilder.AnnotationComponent
extends Object

Encapsulates the property and the content of an annotation.


Constructor Summary
OWLBuilder.AnnotationComponent(OWLAnnotationProperty property, Object content)
          Creates a new AnnotationComponent instance and sets its property and content properties.
 
Method Summary
 Object getContent()
          Gets the content property.
 OWLAnnotationProperty getProperty()
          Gets the property property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLBuilder.AnnotationComponent

public OWLBuilder.AnnotationComponent(OWLAnnotationProperty property,
                                      Object content)
Creates a new AnnotationComponent instance and sets its property and content properties.

Method Detail

getProperty

public OWLAnnotationProperty getProperty()
Gets the property property.

Returns:
the property property.

getContent

public Object getContent()
Gets the content property.

Returns:
the content property.


WonderWeb