org.semanticweb.owlapi.reasoner.impl
Class SetOfSynonymSetsImpl<E,S>

java.lang.Object
  extended by org.semanticweb.owlapi.reasoner.impl.SetOfSynonymSetsImpl<E,S>

public abstract class SetOfSynonymSetsImpl<E,S>
extends java.lang.Object

Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 01-Aug-2009 An implementation of SetOfSynonymSets. The implementation optimises the case where all of the synonym sets are singletons to minimise storage and object creation overhead.


Constructor Summary
SetOfSynonymSetsImpl()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetOfSynonymSetsImpl

public SetOfSynonymSetsImpl()