org.semanticweb.owlapi.owllink.builtin.response
Interface Synsets<E extends OWLObject>

All Superinterfaces:
Confirmation, KBResponse, Response
All Known Subinterfaces:
ClassSynsets, DataPropertySynsets, ObjectPropertySynsets

public interface Synsets<E extends OWLObject>
extends KBResponse

An SynsetSet is a not-empty NodeSet. It only differs from NodeSet in that it should be non-empty, i.e. isEmpty must always return false. Creating a new SynsetSet with an empty set of Node objects must also throw an IllegalArgumentException.

Author: Olaf Noppens Date: 17.02.2010


Method Summary
 
Methods inherited from interface org.semanticweb.owlapi.owllink.builtin.response.Confirmation
getWarning, hasWarning
 
Methods inherited from interface org.semanticweb.owlapi.owllink.Response
accept