Uses of Class
parsedtree.ParticipantsInScope

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

Uses of ParticipantsInScope in parsedtree
 

Fields in parsedtree declared as ParticipantsInScope
protected  ParticipantsInScope XMLParser.DefineFigureProcessor.participantsInScope
          List of all paricipants in this figure and all units that are formed within this figure.
private  ParticipantsInScope XMLParser.CollisionAvoidanceProcessor.participants
           
private  ParticipantsInScope XMLParser.FigureProcessor.participants
           
private  ParticipantsInScope XMLParser.DefineUnitTypeProcessor.participants
           
private  ParticipantsInScope XMLParser.HandHoldProcessor.participants
           
 

Methods in parsedtree with parameters of type ParticipantsInScope
 void ParticipatingParticipants.Set(java.lang.String participantsAttribute, ParticipantsInScope participantsInScope)
          DOCUMENT ME!
 

Constructors in parsedtree with parameters of type ParticipantsInScope
XMLParser.CollisionAvoidanceProcessor(XMLParser.SAXEventProcessor parent, CollisionAvoider collisionAvoider, BaseParticipantDefinition yieldingParticipant, BaseParticipantDefinition rightOfWayParticipant, ParticipantsInScope participants)
          Creates a new CollisionAvoidanceProcessor object.
XMLParser.FigureProcessor(XMLParser.SAXEventProcessor parent, Figure figure, ParticipantsInScope participants)
          Creates a new FigureProcessor object.
XMLParser.HandHoldProcessor(XMLParser.SAXEventProcessor parent, HandHold handHold, ParticipantsInScope participants)
          Creates a new HandHoldProcessor object.
ParticipatingParticipants(java.lang.String participantsAttribute, ParticipantsInScope participantsInScope)
          Creates a new ParticipatingParticipants object.
 



Copyright © 2003 Nigel Westbury