de.uni_paderborn.fujaba.views
Class ItemSet

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractSet
          extended byjava.util.HashSet
              extended byde.uni_paderborn.fujaba.views.ItemSet
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.io.Serializable, java.util.Set

public class ItemSet
extends java.util.HashSet

Container for UMLDiagramItem-instances to allow Filter-specification with Storydiagrams

Version:
$Revision: 1.11 $
Author:
$Author: schneider $
See Also:
Serialized Form

Constructor Summary
ItemSet()
           
 
Method Summary
 boolean addToItems(UMLDiagramItem value)
           0..1 N ItemSet ----------------------------- UMLDiagramItem items
 boolean hasInItems(UMLDiagramItem value)
          No comment provided by developer, please add a comment to improve documentation.
 java.util.Iterator iteratorOfItems()
          No comment provided by developer, please add a comment to improve documentation.
 void removeAllFromItems()
          No comment provided by developer, please add a comment to improve documentation.
 boolean removeFromItems(UMLDiagramItem value)
          No comment provided by developer, please add a comment to improve documentation.
 int sizeOfItems()
          No comment provided by developer, please add a comment to improve documentation.
 
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

ItemSet

public ItemSet()
Method Detail

addToItems

public boolean addToItems(UMLDiagramItem value)
          0..1                      N
 ItemSet ----------------------------- UMLDiagramItem
                                items
 

Parameters:
value - The object added.
Returns:
No description provided

hasInItems

public boolean hasInItems(UMLDiagramItem value)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
value - No description provided
Returns:
No description provided

iteratorOfItems

public java.util.Iterator iteratorOfItems()
No comment provided by developer, please add a comment to improve documentation.

Returns:
No description provided

sizeOfItems

public int sizeOfItems()
No comment provided by developer, please add a comment to improve documentation.

Returns:
No description provided

removeFromItems

public boolean removeFromItems(UMLDiagramItem value)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
value - No description provided
Returns:
No description provided

removeAllFromItems

public void removeAllFromItems()
No comment provided by developer, please add a comment to improve documentation.