All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class collage.generic.DerivationResult

java.lang.Object
   |
   +----openstar.generic.Model
           |
           +----collage.generic.DerivationResult

public class DerivationResult
extends Model
A derivation result consists primarily of the list of generated collages obtained by applying a derivation to a collage grammar.

Version:
16 Jun 1997
Author:
Nils Schwabe

Variable Index

 o collageList
The list of collages that constitute this model.
 o envi
The environment in which the collages are generated.

Constructor Index

 o DerivationResult(Envi)

Method Index

 o getCollageList()
 o getEnvi()
 o setCollageList(CollageList)

Variables

 o collageList
  protected CollageList collageList
The list of collages that constitute this model.

 o envi
  protected Envi envi
The environment in which the collages are generated.

Constructors

 o DerivationResult
  public DerivationResult(Envi envi)

Methods

 o getEnvi
  public Envi getEnvi()
 o setCollageList
  public void setCollageList(CollageList collageList)
 o getCollageList
  public CollageList getCollageList()

All Packages  Class Hierarchy  This Package  Previous  Next  Index