Uses of Class
chemCast.similarity.data.Endpoints

Packages that use Endpoints
chemCast.application   
chemCast.test   
chemCast.ui.wizard   
 

Uses of Endpoints in chemCast.application
 

Methods in chemCast.application that return Endpoints
static Endpoints ChemCASTModule.readEndpoints()
           
 

Uses of Endpoints in chemCast.test
 

Methods in chemCast.test with parameters of type Endpoints
 void ConfigTest.createWizard(Endpoints endpoints)
           
 

Uses of Endpoints in chemCast.ui.wizard
 

Constructors in chemCast.ui.wizard with parameters of type Endpoints
EndpointsWizard(java.awt.Container owner, Endpoints endpoints, java.util.List<Subsets> subsets, int selected)