org.semanticweb.owlapi.owllink.builtin.response
Interface SetOfSynsets<E>

All Superinterfaces:
java.util.Collection<Synset<E>>, Confirmation, java.lang.Iterable<Synset<E>>, KBResponse, Response, java.util.Set<Synset<E>>
All Known Subinterfaces:
SetOfClassSynsets, SetOfDataPropertySynsets, SetOfIndividualSynsets, SetOfObjectPropertySynsets

public interface SetOfSynsets<E>
extends KBResponse, java.util.Set<Synset<E>>

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


Method Summary
 java.util.Set<E> getFlattened()
          A convenience method that gets all of the synonyms contained in the synonym sets in this set.
 
Methods inherited from interface org.semanticweb.owlapi.owllink.builtin.response.Confirmation
getWarning, hasWarning
 
Methods inherited from interface org.semanticweb.owlapi.owllink.builtin.Response
accept
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

getFlattened

java.util.Set<E> getFlattened()
A convenience method that gets all of the synonyms contained in the synonym sets in this set.

Returns:
The union of the synonyms contained in the synonyms sets in this set.