Uses of Class
de.uka.ipd.consensus.impl.OntologyManagerImpl

Packages that use OntologyManagerImpl
de.uka.ipd.consensus.impl   
 

Uses of OntologyManagerImpl in de.uka.ipd.consensus.impl
 

Methods in de.uka.ipd.consensus.impl that return OntologyManagerImpl
protected  OntologyManagerImpl TM4JObjectWrapper.getOntologyManager()
           
 

Methods in de.uka.ipd.consensus.impl with parameters of type OntologyManagerImpl
static Collection TM4JCollectionWrapperSet.getInstance(OntologyManagerImpl omi, Collection src)
           
protected static Object TM4JObjectWrapper.wrap(OntologyManagerImpl omi, org.tm4j.topicmap.Topic t)
           
protected static AssociationImpl TM4JObjectWrapper.wrap(OntologyManagerImpl omi, org.tm4j.topicmap.Association a)
           
protected static AssociationRoleImpl TM4JObjectWrapper.wrap(OntologyManagerImpl omi, org.tm4j.topicmap.Member m)
           
protected static OccurrenceImpl TM4JObjectWrapper.wrap(OntologyManagerImpl omi, org.tm4j.topicmap.Occurrence occ)
           
protected static String TM4JObjectWrapper.wrap(OntologyManagerImpl omi, org.tm4j.topicmap.BaseName bn)
           
protected static String TM4JObjectWrapper.wrap(OntologyManagerImpl omi, org.tm4j.net.Locator loc)
           
protected static Object TM4JObjectWrapper.wrap(OntologyManagerImpl omi, Object obj)
           
static Collection TM4JTologResultWrapperSet.getInstance(OntologyManagerImpl omi, org.tm4j.tologx.TologResultsSet rs)
          Deprecated.  
static UserImpl UserImpl.getInstance(OntologyManagerImpl omi, org.tm4j.topicmap.Topic userTopic)
           
 

Constructors in de.uka.ipd.consensus.impl with parameters of type OntologyManagerImpl
AssociationImpl(OntologyManagerImpl omi, org.tm4j.topicmap.Association tmAssociation)
           
AssociationRoleImpl(OntologyManagerImpl omi, org.tm4j.topicmap.Member tmMember)
           
AttributeImpl(OntologyManagerImpl omi, org.tm4j.topicmap.Topic tmTopic)
           
OccurrenceImpl(OntologyManagerImpl omi, org.tm4j.topicmap.Occurrence tmOccurrence)
           
QueryEngineResultSetImpl(OntologyManagerImpl omi, org.tm4j.tologx.TologResultsSet rs)
           
TM4JObjectWrapper(OntologyManagerImpl omi, org.tm4j.topicmap.TopicMapObject tmObject)
           
TM4JRatingImpl(OntologyManagerImpl omi, org.tm4j.topicmap.TopicMapObject tmObject)
          Deprecated.  
TM4JTopicWrapper(OntologyManagerImpl omi, org.tm4j.topicmap.Topic tmTopic)
           
TopicImpl(OntologyManagerImpl omi, org.tm4j.topicmap.Topic tmTopic)
           
XTMExportInternalFilter(OntologyManagerImpl omi)