The Twins class is used to store the twin parts of a base part.
More...
The Twins class is used to store the twin parts of a base part.
- Author
- Xia Yu
- Version
- 1.0
Part com.sanmixy.model.Twins.getBasePart |
( |
) | |
|
The getter of the base part.
- Returns
- basepart (Part)
int com.sanmixy.model.Twins.getId |
( |
) | |
|
The getter of id.
- Returns
- id(int)
Part com.sanmixy.model.Twins.getTwinPart |
( |
) | |
|
The getter of the twin part.
- Returns
- twinpart (Part)
void com.sanmixy.model.Twins.setBasePart |
( |
Part |
basePart) | |
|
The setter of the base part.
- Parameters
-
void com.sanmixy.model.Twins.setId |
( |
int |
id) | |
|
The setter of id.
- Parameters
-
void com.sanmixy.model.Twins.setTwinPart |
( |
Part |
twinPart) | |
|
The setter of the twin part.
- Parameters
-
The documentation for this class was generated from the following file:
- BioFunctionalDesigner/src/com/sanmixy/model/Twins.java