java.lang.Object
org.bzdev.drama.common.GroupInfo
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
GroupInfo
public GroupInfo()
-
-
Method Details
-
copy
Create a copy.- Returns:
- a copy obtained by cloning this object
- Throws:
IllegalStateException
- info object not cloneable in spite of having implemented the Cloneable interface
-