parsedtree
Class ParticipatingParticipants

java.lang.Object
  extended byparsedtree.ParticipatingParticipants

public class ParticipatingParticipants
extends java.lang.Object

Represents a group of participants in either a figure or a unit. As far as this class is concerned, participants may be either people or units though if this is a group of participants in a unit or a figure in which the participants hold hands then the participants will only be people.

This class maintains a collection of classes of type BaseParticipantDefinition. These may be of derived type UnitDefinition, ParticipantDefinition, or PersonDefinition depending on the type of participant. This class is used when the figure or unit is used, not when it is defined.


Field Summary
 java.util.Vector participants
           
 
Constructor Summary
ParticipatingParticipants(java.lang.String participantsAttribute, ParticipantsInScope participantsInScope)
          Creates a new ParticipatingParticipants object.
 
Method Summary
 void Set(java.lang.String participantsAttribute, ParticipantsInScope participantsInScope)
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

participants

public java.util.Vector participants
Constructor Detail

ParticipatingParticipants

public ParticipatingParticipants(java.lang.String participantsAttribute,
                                 ParticipantsInScope participantsInScope)
                          throws org.xml.sax.SAXException
Creates a new ParticipatingParticipants object.

Parameters:
participantsAttribute - DOCUMENT ME!
participantsInScope - DOCUMENT ME!
Throws:
org.xml.sax.SAXException - DOCUMENT ME!
Method Detail

Set

public void Set(java.lang.String participantsAttribute,
                ParticipantsInScope participantsInScope)
         throws org.xml.sax.SAXException
DOCUMENT ME!

Parameters:
participantsAttribute - DOCUMENT ME!
participantsInScope - DOCUMENT ME!
Throws:
org.xml.sax.SAXException - DOCUMENT ME!


Copyright © 2003 Nigel Westbury