All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class collage.kernel.CollageList

java.lang.Object
   |
   +----openstar.util.TypedList
           |
           +----openstar.util.TCTList
                   |
                   +----collage.kernel.CollageList

public class CollageList
extends TCTList
A class representing a list of collages.

Objects of this class are typically used to store the result of a derivation, where each derivation steps yields one member of the collage list.

Version:
28 Apr 1997
Author:
Nils Schwabe

Constructor Index

 o CollageList()

Method Index

 o clone()
Makes a deep copy of the CollageList.

Constructors

 o CollageList
  public CollageList()

Methods

 o clone
  public Object clone()
Makes a deep copy of the CollageList. All collages of the list are also cloned.

Overrides:
clone in class TCTList

All Packages  Class Hierarchy  This Package  Previous  Next  Index