org.semanticweb.owlapi.owllink.builtin.requests
Class Tell

java.lang.Object
  extended by org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequest<OK>
      extended by org.semanticweb.owlapi.owllink.builtin.requests.Tell
All Implemented Interfaces:
java.lang.Iterable<OWLAxiom>, KBRequest<OK>, Request<OK>

public class Tell
extends AbstractKBRequest<OK>
implements java.lang.Iterable<OWLAxiom>

Created by IntelliJ IDEA. Author: Olaf Noppens Date: 23.10.2009


Constructor Summary
Tell(IRI kb, java.util.Set<OWLAxiom> axioms)
           
 
Method Summary
 void accept(RequestVisitor visitor)
           
 java.util.Set<OWLAxiom> getAxioms()
           
 java.util.Iterator<OWLAxiom> iterator()
           
 
Methods inherited from class org.semanticweb.owlapi.owllink.builtin.requests.AbstractKBRequest
getKB
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tell

public Tell(IRI kb,
            java.util.Set<OWLAxiom> axioms)
Method Detail

getAxioms

public java.util.Set<OWLAxiom> getAxioms()

iterator

public java.util.Iterator<OWLAxiom> iterator()
Specified by:
iterator in interface java.lang.Iterable<OWLAxiom>

accept

public void accept(RequestVisitor visitor)
Specified by:
accept in interface Request<OK>