Class GroupInfo

java.lang.Object
org.bzdev.drama.common.GroupInfo
All Implemented Interfaces:
Cloneable

public class GroupInfo extends Object implements Cloneable
Subsidiary information for groups. When an element, an actor or another group, joins a group, an object containing additional information about the group. A specific type of group may define a "join" method that stores some its arguments in a GroupInfo subclass specific to that group. This object must be subclassed with the clone() method implemented.
See Also:
  • Constructor Details

    • GroupInfo

      public GroupInfo()
  • Method Details