BioFunctionalDesigner  1.0
 All Classes Functions
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
\Ncom
 \Nsanmixy
  oNcore
  |oCAprioriNewFind the relation among parts
  |oCMoreLikeThis
  |\CUserBasedFilterA filter based on user behaviors
  oNdao
  |oCDeviceDaoDevice DAO interface
  |oCDoublePartCirDaoDoublePartCir DAO interface
  |oCHeadPartDaoHeadpart DAO interface
  |oCPartDaoPart DAO interface
  |oCPentaPartCirDaoThe PentaPartCir DAO interface
  |oCQuadraPartCirDaoQuadraPartCir DAO interface
  |oCRecentlyUsedPartDaoRecentlyUsedPart DAO interface
  |oCTriplePartCirDaoTriplePartCir DAO interface
  |\CTwinsPartDaoTwins DAO interface
  oNdaoImpl
  |oCDeviceDaoImplDevice Dao implements
  |oCDoublePartCirDaoImplDoublePartCir DAO implements
  |oCHeadPartDaoImplHeadPart DAO implements
  |oCPartDaoImplPart DAO implements
  |oCPentaPartCirDaoImplPentaPartCir DAO implements
  |oCQuadraPartCirDaoImplQuadraPartCir DAO implements
  |oCRecentlyUsedPartDaoImplRecentlyUsedPart DAO implements
  |oCTriplePartCirDaoImplTriplePartCir DAO implements
  |\CTwinsPartDaoImplTwinsPart DAO implements
  oNhttp
  |oNxmlHandle
  ||\CIXMLReaderA xml reader which is used to scan data from xml files
  |\CGetSampleGet data from official database
  oNio
  |\CDataStorageInsert all the data into database
  oNmodel
  |oCDeviceModel of Device
  |oCDoublePartCirDescribe the relation between two parts, and it is a model class
  |oCHeadPartThe relation of a head node in a part sequence
  |oCJSONCheckIt is a JSON model class. We create the object with our parameters and return to client or users
  |oCJSONDeviceIt is a JSON model class. We create it with our parameters, and return to users and client with the information of device
  |oCJSONFinalListIt is a JSON model class. It stores the final list that we will return to users or client
  |oCJSONRecentlyUsedPartIt is a JSON model class. We put recently used part in the object
  |oCJSONUserInfo
  |oCPartThe model class which is used to store biobrick part
  |oCPentaPartCirThis class is used to describe the relations among five parts
  |oCQuadraPartCirIt used to describe the relation of four parts
  |oCRecentlyUsedPartIt is used to store the record of the useage of all parts
  |oCTriplePartCirIt is used to describe the relations among three parts
  |\CTwinsThe Twins class is used to store the twin parts of a base part
  oNtest
  |\CTrainCreate a model from source data
  \Nutils
   oCCommonUtilsA Util class with some simple functions
   oCHandleScan all data into buffer and then it will collect all the information from website
   \CHibernateUtilsSome hibernate utils are offered such as Session getter, SessionFactory getter, Bean getter, etc