|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectparsedtree.UnitTypeDefinition
| Field Summary | |
int |
chirality
Some units can be formed in both left handed and right handed versions. |
HandHoldInsideAUnit[] |
handHolds
|
java.lang.String |
name
|
int |
numberOfHandHolds
|
int |
numberOfPeople
|
UnitTypePersonDefinition[] |
people
|
| Constructor Summary | |
UnitTypeDefinition()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String name
public int numberOfPeople
public UnitTypePersonDefinition[] people
public int numberOfHandHolds
public HandHoldInsideAUnit[] handHolds
public int chirality
0 = This unit cannot be formed in a mirror image. Either it is a symetrical unit or it is a unit that is just never formed in the mirror image. -1 = The unit type definition is for a left handed unit. If a right handed version of the unit is formed then this unit definition can be used but it will be reflected. 1 = The unit type definition is for a right handed unit. If a left handed version of the unit is formed then this unit definition can be used but it will be reflected.
| Constructor Detail |
public UnitTypeDefinition()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||