de.fau.cs.www8.jadeowlcodec.examples.OWLEngageexample.ontology.owl
Interface Thing

All Superinterfaces:
WrappedIndividual
All Known Subinterfaces:
Address, AID, Company, Engage, Person

public interface Thing
extends WrappedIndividual

\ * generated on Sunday, March 11, 2007 from: src/de/uni_erlangen/rrze/studhome/siulschr/de.fau.cs.www8.jadeowlcodec/examples/OWLEngageexample/ontology/employment-ontology.owl * \


Nested Class Summary
static class Thing.Factory
           
 
Method Summary
 void addOwlDifferentFrom(Thing value)
           
 void addOwlSameAs(Thing value)
           
 java.util.Collection<Thing> getAllOwlDifferentFrom()
           
 java.util.Collection<Thing> getAllOwlSameAs()
           
 boolean removeOwlDifferentFrom(Thing value)
           
 boolean removeOwlSameAs(Thing value)
           
 
Methods inherited from interface de.fau.cs.www8.jadeowlcodec.WrappedIndividual
generic, uri
 

Method Detail

getAllOwlSameAs

java.util.Collection<Thing> getAllOwlSameAs()

addOwlSameAs

void addOwlSameAs(Thing value)

removeOwlSameAs

boolean removeOwlSameAs(Thing value)

getAllOwlDifferentFrom

java.util.Collection<Thing> getAllOwlDifferentFrom()

addOwlDifferentFrom

void addOwlDifferentFrom(Thing value)

removeOwlDifferentFrom

boolean removeOwlDifferentFrom(Thing value)


Copyright 2007 Moritz Goeb, Bernhard Schiemann, Ulf Schreiber of Chair of Artificial Intelligence, University of Erlangen-Nuremberg