kaos.kpat.models
Class ModelAgentContainerList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet
kaos.kpat.models.ModelAgentContainerList
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.Set
public class ModelAgentContainerList
- extends java.util.HashSet
- implements java.io.Serializable
A group of related ModelAgentContainer objects
$Revision: 1.1.1.1 $
- See Also:
- Serialized Form
Method Summary |
boolean |
add(java.lang.Object o)
Override the superclass's add(),
to allow only the proper objects to be added. |
java.lang.Object |
clone()
'Deep' clone(). |
java.lang.String |
toString()
toString
for pretty printing |
Methods inherited from class java.util.HashSet |
clear, 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 |
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 |
ModelAgentContainerList
public ModelAgentContainerList()
add
public boolean add(java.lang.Object o)
- Override the superclass's add(),
to allow only the proper objects to be added.
- Specified by:
add
in interface java.util.Collection
- Specified by:
add
in interface java.util.Set
- Overrides:
add
in class java.util.HashSet
clone
public java.lang.Object clone()
- 'Deep' clone().
- Overrides:
clone
in class java.util.HashSet
toString
public java.lang.String toString()
- toString
for pretty printing
- Overrides:
toString
in class java.util.AbstractCollection