public class Joint extends Object
| 构造器和说明 |
|---|
Joint() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addCondition(Condition condition) |
void |
addJoint(Joint joint) |
List<Condition> |
getConditions() |
List<Joint> |
getJoints() |
Junction |
getJunction() |
JointType |
getType() |
void |
setConditions(List<Condition> conditions) |
void |
setJoints(List<Joint> joints) |
void |
setType(JointType type) |
Copyright © 2018 Bstek. All rights reserved.