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
-
collageList
- The list of collages that constitute this model.
-
envi
- The environment in which the collages are generated.
-
DerivationResult(Envi)
-
-
getCollageList()
-
-
getEnvi()
-
-
setCollageList(CollageList)
-
collageList
protected CollageList collageList
- The list of collages that constitute this model.
envi
protected Envi envi
- The environment in which the collages are generated.
DerivationResult
public DerivationResult(Envi envi)
getEnvi
public Envi getEnvi()
setCollageList
public void setCollageList(CollageList collageList)
getCollageList
public CollageList getCollageList()
All Packages Class Hierarchy This Package Previous Next Index