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... | |
It is used to describe the relations among three parts.
double com.sanmixy.model.TriplePartCir.getCon | ( | ) |
The getter of con.
Part com.sanmixy.model.TriplePartCir.getFirst | ( | ) |
The getter of the first part.
int com.sanmixy.model.TriplePartCir.getId | ( | ) |
The getter of id.
Part com.sanmixy.model.TriplePartCir.getSecond | ( | ) |
The getter of the second part.
Part com.sanmixy.model.TriplePartCir.getThird | ( | ) |
The getter of the third part.
void com.sanmixy.model.TriplePartCir.setCon | ( | double | con) |
The setter of con.
con |
void com.sanmixy.model.TriplePartCir.setFirst | ( | Part | first) |
The setter of the first part.
first |
void com.sanmixy.model.TriplePartCir.setId | ( | int | id) |
The setter of id.
id |
void com.sanmixy.model.TriplePartCir.setSecond | ( | Part | second) |
The setter of the second part.
second |
void com.sanmixy.model.TriplePartCir.setThird | ( | Part | third) |
The setter of the third part.
third |