net.sourceforge.fluxion.runcible.impl
Class InPlace

java.lang.Object
  extended by net.sourceforge.fluxion.runcible.impl.InPlace
All Implemented Interfaces:
IndividualSelection

public class InPlace
extends java.lang.Object
implements IndividualSelection

Javadocs go here.

Version:
1.0
Author:
Tony Burdett

Constructor Summary
InPlace()
           
 
Method Summary
 IndividualSelection getNext()
           
 java.net.URI getOWLClassURI()
           
 java.net.URI getRestrictionProperty()
           
 java.lang.String getRestrictionValue()
           
 boolean hasNext()
           
 void setNext(IndividualSelection individualSelection)
           
 void setOWLClassURI(java.net.URI owlClass)
           
 void setValueRestriction(java.net.URI propertyURI, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InPlace

public InPlace()
Method Detail

getNext

public IndividualSelection getNext()
Specified by:
getNext in interface IndividualSelection

setNext

public void setNext(IndividualSelection individualSelection)
Specified by:
setNext in interface IndividualSelection

setValueRestriction

public void setValueRestriction(java.net.URI propertyURI,
                                java.lang.String value)

getRestrictionProperty

public java.net.URI getRestrictionProperty()

getRestrictionValue

public java.lang.String getRestrictionValue()

hasNext

public boolean hasNext()
Specified by:
hasNext in interface IndividualSelection

getOWLClassURI

public java.net.URI getOWLClassURI()

setOWLClassURI

public void setOWLClassURI(java.net.URI owlClass)


Copyright © 2010. All Rights Reserved.