Uses of Interface
org.expasy.jpl.commons.base.Registrable

Packages that use Registrable
org.expasy.jpl.commons.base Provides JPL base objects and interfaces. 
org.expasy.jpl.commons.collection Provides JPL collection objects. 
org.expasy.jpl.commons.collection.graph Provides higher structured graphs object and interface (based on jung2 library). 
 

Uses of Registrable in org.expasy.jpl.commons.base
 

Subinterfaces of Registrable in org.expasy.jpl.commons.base
 interface SerialIdentifiable
          The SerialIdentifiable interface has to be implemented by all class that can be serialized and identified.
 

Uses of Registrable in org.expasy.jpl.commons.collection
 

Classes in org.expasy.jpl.commons.collection with type parameters of type Registrable
 interface Register<T extends Registrable>
          A recording of T-objects.
 

Subinterfaces of Registrable in org.expasy.jpl.commons.collection
 interface Cachable
           
 

Uses of Registrable in org.expasy.jpl.commons.collection.graph
 

Subinterfaces of Registrable in org.expasy.jpl.commons.collection.graph
 interface Edge
           
 interface Node
           
 

Classes in org.expasy.jpl.commons.collection.graph that implement Registrable
 class KPartiteGraphImpl<V,E>
          A simple implementation of KPartiteGraph.
 



Copyright (c) 2012 Swiss Institute of Bioinformatics. All rights reserved.