edu.buffalo.nsf.xmlcqa.tree
Class FreezingCM

java.lang.Object
  extended byedu.buffalo.nsf.xmlcqa.tree.CollectionManager
      extended byedu.buffalo.nsf.xmlcqa.tree.CMWrapper
          extended byedu.buffalo.nsf.xmlcqa.tree.FreezingCM

public class FreezingCM
extends CMWrapper

Author:
staworko

Field Summary
 
Fields inherited from class edu.buffalo.nsf.xmlcqa.tree.CMWrapper
cm
 
Fields inherited from class edu.buffalo.nsf.xmlcqa.tree.CollectionManager
ARRAY_LIST_CM
 
Constructor Summary
FreezingCM(CollectionManager cm)
           
 
Method Summary
 java.util.Collection add(java.util.Collection col1, java.util.Collection col2)
           
 java.util.Collection add(java.util.Collection col, TreeNode node)
           
 java.util.Collection clone(java.util.Collection col)
           
 java.util.Collection cut(java.util.Collection col1, java.util.Collection col2)
           
 java.util.Collection empty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FreezingCM

public FreezingCM(CollectionManager cm)
Method Detail

add

public java.util.Collection add(java.util.Collection col1,
                                java.util.Collection col2)
Overrides:
add in class CMWrapper

add

public java.util.Collection add(java.util.Collection col,
                                TreeNode node)
Overrides:
add in class CMWrapper

clone

public java.util.Collection clone(java.util.Collection col)
Overrides:
clone in class CMWrapper

cut

public java.util.Collection cut(java.util.Collection col1,
                                java.util.Collection col2)
Overrides:
cut in class CMWrapper

empty

public java.util.Collection empty()
Overrides:
empty in class CMWrapper