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.


Constructor Summary
OWLBuilder.IndividualValueComponent(URI individualId)
          Creates a new IndividualValueComponent instance and sets its value property to individualId
 
Method Summary
 URI getValue()
          Gets the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLBuilder.IndividualValueComponent

public OWLBuilder.IndividualValueComponent(URI individualId)
Creates a new IndividualValueComponent instance and sets its value property to individualId

Parameters:
individualId - a URI.
Method Detail

getValue

public URI getValue()
Gets the value property.

Returns:
the value property.


WonderWeb