Class BigridGenerator

java.lang.Object
org.bigraphs.framework.core.alg.generators.BigridGenerator

public class BigridGenerator extends Object
A class to generate bigrids as described in the dissertation.

The bigrid is constructed via a composition-based approach using only elementary bigraphs instead of using the bigraph builder (e.g., PureBigraphBuilder).

The elementary bigraphs are collected within the inner class BigridGenerator.DiscreteIons and are accessible via its methods, e.g., BigridGenerator.DiscreteIons.bottomLeft() for the bottom-left corner bigrid node.

Author:
Dominik Grzelak