Uses of Class
parsedtree.BaseParticipantDefinition

Packages that use BaseParticipantDefinition
parsedtree Implements a SAXEventProcessor interface that produces a tree that represents the dance animation data. 
 

Uses of BaseParticipantDefinition in parsedtree
 

Subclasses of BaseParticipantDefinition in parsedtree
 class ParticipantDefinition
           
 class PersonDefinition
           
 class 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.
 class UnitTypePersonDefinition
           
 

Fields in parsedtree declared as BaseParticipantDefinition
 BaseParticipantDefinition Wait.participant
           
 BaseParticipantDefinition Transition.participant
           
 BaseParticipantDefinition Shift.participant
           
 BaseParticipantDefinition Rotate.participant
           
 BaseParticipantDefinition Move.participant
           
 BaseParticipantDefinition Hand.participant
           
 BaseParticipantDefinition Finishing.participant
           
 

Methods in parsedtree that return BaseParticipantDefinition
 BaseParticipantDefinition ParticipantsInScope.getParticipant(java.lang.String name)
          DOCUMENT ME!
 BaseParticipantDefinition ParticipantsInScope.removeUnit(java.lang.String name)
          Finds, removes, and returns a participant from the list of participants in scope.
 

Methods in parsedtree with parameters of type BaseParticipantDefinition
 void ParticipantsInScope.addParticipant(BaseParticipantDefinition newParticipant)
          DOCUMENT ME!
 



Copyright © 2003 Nigel Westbury