org.semanticweb.owl.model.helper
Class OWLBuilder.IndividualValueComponent
java.lang.Object
|
+--org.semanticweb.owl.model.helper.OWLBuilder.IndividualValueComponent
- All Implemented Interfaces:
- OWLBuilder.RestrictionComponent
- Enclosing class:
- OWLBuilder
- public static class OWLBuilder.IndividualValueComponent
- extends Object
- implements OWLBuilder.RestrictionComponent
Encapsulates the properties of an individual value component.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OWLBuilder.IndividualValueComponent
public OWLBuilder.IndividualValueComponent(URI individualId)
- Creates a new
IndividualValueComponent instance
and sets its value property to
individualId
- Parameters:
individualId - a URI.
getValue
public URI getValue()
- Gets the
value property.
- Returns:
- the
value property.
WonderWeb