edu.buffalo.nsf.xmlcqa.tree
Class FreezingCM
java.lang.Object
edu.buffalo.nsf.xmlcqa.tree.CollectionManager
edu.buffalo.nsf.xmlcqa.tree.CMWrapper
edu.buffalo.nsf.xmlcqa.tree.FreezingCM
- public class FreezingCM
- extends CMWrapper
- Author:
- staworko
Fields inherited from class edu.buffalo.nsf.xmlcqa.tree.CMWrapper |
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 |
FreezingCM
public FreezingCM(CollectionManager cm)
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