Uses of Interface
net.sf.tomp.xml.type.TypeDatabase

Packages that use TypeDatabase
net.sf.tomp.xml.include   
net.sf.tomp.xml.type   
 

Uses of TypeDatabase in net.sf.tomp.xml.include
 

Methods in net.sf.tomp.xml.include that return TypeDatabase
 TypeDatabase AdaptiveFilterImpl.getTypeDatabase()
          DOCUMENT ME!
 

Methods in net.sf.tomp.xml.include with parameters of type TypeDatabase
 void AdaptiveFilterImpl.setTypeDatabase(TypeDatabase td)
          DOCUMENT ME!
 

Uses of TypeDatabase in net.sf.tomp.xml.type
 

Classes in net.sf.tomp.xml.type that implement TypeDatabase
 class TypeDatabaseImpl
          DOCUMENT ME!
 

Fields in net.sf.tomp.xml.type declared as TypeDatabase
protected  TypeDatabase TypeDatabaseImpl.parentDatabase
          parent type database.
protected  TypeDatabase TypeDetectorFilter.typeDatabase
          DOCUMENT ME!
 

Methods in net.sf.tomp.xml.type that return TypeDatabase
 TypeDatabase TypeDatabaseImpl.getParent()
          DOCUMENT ME!
 TypeDatabase TypeDetectorFilter.getTypeDatabase()
          DOCUMENT ME!
 

Methods in net.sf.tomp.xml.type with parameters of type TypeDatabase
 void TypeDatabaseImpl.setParent(TypeDatabase td)
          DOCUMENT ME!
 void TypeDetectorFilter.setTypeDatabase(TypeDatabase td)
          DOCUMENT ME!
 



Copyright © 2004 Masaryk University in Brno, Faculty of Informatics, Czech Republic. All Rights Reserved.