BioFunctionalDesigner  1.0
 All Classes Functions
Public Member Functions | List of all members
com.sanmixy.model.TriplePartCir Class Reference

It is used to describe the relations among three parts. More...

Public Member Functions

int getId ()
 The getter of id. More...
 
void setId (int id)
 The setter of id. More...
 
double getCon ()
 The getter of con. More...
 
void setCon (double con)
 The setter of con. More...
 
Part getFirst ()
 The getter of the first part. More...
 
void setFirst (Part first)
 The setter of the first part. More...
 
Part getSecond ()
 The getter of the second part. More...
 
void setSecond (Part second)
 The setter of the second part. More...
 
Part getThird ()
 The getter of the third part. More...
 
void setThird (Part third)
 The setter of the third part. More...
 

Detailed Description

It is used to describe the relations among three parts.

Author
Xia Yu
Version
1.0

Member Function Documentation

double com.sanmixy.model.TriplePartCir.getCon ( )

The getter of con.

Returns
con (double)
Part com.sanmixy.model.TriplePartCir.getFirst ( )

The getter of the first part.

Returns
first part (Part)
int com.sanmixy.model.TriplePartCir.getId ( )

The getter of id.

Returns
id (int)
Part com.sanmixy.model.TriplePartCir.getSecond ( )

The getter of the second part.

Returns
second part (Part)
Part com.sanmixy.model.TriplePartCir.getThird ( )

The getter of the third part.

Returns
third part(Part)
void com.sanmixy.model.TriplePartCir.setCon ( double  con)

The setter of con.

Parameters
con
void com.sanmixy.model.TriplePartCir.setFirst ( Part  first)

The setter of the first part.

Parameters
first
void com.sanmixy.model.TriplePartCir.setId ( int  id)

The setter of id.

Parameters
id
void com.sanmixy.model.TriplePartCir.setSecond ( Part  second)

The setter of the second part.

Parameters
second
void com.sanmixy.model.TriplePartCir.setThird ( Part  third)

The setter of the third part.

Parameters
third

The documentation for this class was generated from the following file: