|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.semanticweb.owl.model.helper.OWLBuilder.AnnotationComponent
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 |
public OWLBuilder.AnnotationComponent(OWLAnnotationProperty property,
Object content)
AnnotationComponent instance and sets
its property and content properties.
| Method Detail |
public OWLAnnotationProperty getProperty()
property property.
property property.public Object getContent()
content property.
content property.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||