The relation of a head node in a part sequence.
More...
The relation of a head node in a part sequence.
- Author
- Xia Yu
- Version
- 1.0
double com.sanmixy.model.HeadPart.getCon |
( |
) | |
|
The getter of con.
- Returns
- con(double)
Part com.sanmixy.model.HeadPart.getFirst |
( |
) | |
|
The getter of the head node.
- Returns
- part(Part)
int com.sanmixy.model.HeadPart.getId |
( |
) | |
|
The getter of id.
- Returns
- id(int)
void com.sanmixy.model.HeadPart.setCon |
( |
double |
con) | |
|
The setter of con.
- Parameters
-
void com.sanmixy.model.HeadPart.setFirst |
( |
Part |
first) | |
|
The setter of the head node.
- Parameters
-
void com.sanmixy.model.HeadPart.setId |
( |
int |
id) | |
|
The setter of id.
- Parameters
-
The documentation for this class was generated from the following file:
- BioFunctionalDesigner/src/com/sanmixy/model/HeadPart.java