|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectparsedtree.BaseParticipantDefinition
parsedtree.UnitDefinition
Represents a unit, containing the details of the unit such as the list of people who form the unit and the type of the unit.
UnitDefinition objects do not contain any information
about when and where the objects are formed or disbanded.
This information is contained in the FormUnit and
DisbandUnit objects. The FormUnit and
DisbandUnit objects reference the UnitDefinition
object.
FormUnit,
DisbandUnit| Field Summary | |
int |
chirality
Indicates whether the unit is a 'left handed' or a 'right handed' unit. |
ParticipatingParticipants |
participatingParticipants
The participants in the unit. |
UnitTypeDefinition |
unitType
The object containing the details for the type of unit. |
(package private) java.lang.String |
unitTypeName
Temporary holder for the name of the unit type. |
| Fields inherited from class parsedtree.BaseParticipantDefinition |
name |
| Constructor Summary | |
UnitDefinition()
|
|
| Methods inherited from class parsedtree.BaseParticipantDefinition |
getName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
java.lang.String unitTypeName
XMLParser class stores the name of the unit
type here when the form_unit element is processed.
It then uses this name in a later pass to resolve this name to
a pointer to the a UnitTypeDefinition object.
public UnitTypeDefinition unitType
public ParticipatingParticipants participatingParticipants
public int chirality
| Constructor Detail |
public UnitDefinition()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||