objectgen.usecase
Class ParticipantSet

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractSet
          extended byjava.util.HashSet
              extended byobjectgen.usecase.ParticipantSet
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.io.Serializable, java.util.Set

public class ParticipantSet
extends java.util.HashSet

This class is an allias for a HashSet. This class stores all the participants found in a use case, including the system and all actors.

See Also:
Serialized Form

Constructor Summary
ParticipantSet()
          Creates a new instance of ParticipantSet
 
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
 

Constructor Detail

ParticipantSet

public ParticipantSet()
Creates a new instance of ParticipantSet