Uses of Interface
org.expasy.jpl.commons.base.builder.InstanceBuilder

Packages that use InstanceBuilder
org.expasy.jpl.commons.app Provides classes and interfaces to build JPL terminal applications. 
org.expasy.jpl.commons.base.cond Provides generic condition and expression classes that may be tested on any object. 
org.expasy.jpl.commons.base.io Provides interfaces for I/O. 
org.expasy.jpl.commons.base.record Provides data records. 
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). 
org.expasy.jpl.commons.collection.stat Provides interfaces and objects for statistical data. 
org.expasy.jpl.commons.collection.symbol.seq Provides generic symbol sequence and associated tools. 
 

Uses of InstanceBuilder in org.expasy.jpl.commons.app
 

Classes in org.expasy.jpl.commons.app that implement InstanceBuilder
static class InteractiveInputScannerImpl.Builder
           
 

Uses of InstanceBuilder in org.expasy.jpl.commons.base.cond
 

Classes in org.expasy.jpl.commons.base.cond that implement InstanceBuilder
static class ConditionImpl.Builder<T,V>
          A builder to ease the construction of conditions
 

Uses of InstanceBuilder in org.expasy.jpl.commons.base.io
 

Classes in org.expasy.jpl.commons.base.io with type parameters of type InstanceBuilder
 interface BuilderBasedParser<CT,BT extends InstanceBuilder<?>>
          Implementers of this interface are CT-typed parsers transmitting parsed data into a BT-typed builder.
 

Uses of InstanceBuilder in org.expasy.jpl.commons.base.record
 

Classes in org.expasy.jpl.commons.base.record that implement InstanceBuilder
static class DataTableFactory.Builder
          The builder class that builds DataTableFactory.
 

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

Classes in org.expasy.jpl.commons.collection that implement InstanceBuilder
static class IntegerSequence.Builder
           
static class Interval.Builder
           
 

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

Classes in org.expasy.jpl.commons.collection.graph that implement InstanceBuilder
static class GraphExporter.Builder<V,E>
           
 

Uses of InstanceBuilder in org.expasy.jpl.commons.collection.stat
 

Classes in org.expasy.jpl.commons.collection.stat that implement InstanceBuilder
static class HistogramDataSet.Builder
          Build a binned peak list with binNumber bins, the bins precision is deduced.
 

Uses of InstanceBuilder in org.expasy.jpl.commons.collection.symbol.seq
 

Classes in org.expasy.jpl.commons.collection.symbol.seq that implement InstanceBuilder
static class SymbolSequenceImpl.Builder<E>
          This builder builds an instance of JPLAASequence given a numerous number of possible parameters.
 



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