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

All Superinterfaces:
java.util.Collection<Synset<E>>, java.lang.Iterable<Synset<E>>, java.util.Set<Synset<E>>

public interface SubSynsets<E>
extends java.util.Set<Synset<E>>

Created by IntelliJ IDEA. Author: Olaf Noppens Date: 20.11.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 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.