com.simonstl.moe
Interface ComponentSetI

All Superinterfaces:
java.lang.Cloneable, java.util.Collection, ComponentCollectionI, java.util.Set
All Known Implementing Classes:
ComponentSet

public interface ComponentSetI
extends ComponentCollectionI, java.util.Set, java.lang.Cloneable

The ComponentSetI interface defines the bare minimum of functionality needed for the unordered content contained in MOE objects.

version 0.01 is the initial release.

Version:
0.01 21 August 2001
Author:
Simon St.Laurent

Method Summary
 java.lang.Object clone()
           
 
Methods inherited from interface com.simonstl.moe.ComponentCollectionI
setParent, toAttributes, toAttributes, toElements, toElements, toString, toString
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object