Class BigraphTransformer

java.lang.Object
org.bigraphs.grgen.converter.TransformerSupport
org.bigraphs.grgen.converter.BigraphTransformer
All Implemented Interfaces:
BaseTransformer<org.bigraphs.framework.core.Bigraph<org.bigraphs.framework.core.Signature<?>>>
Direct Known Subclasses:
PureBigraphTransformer

public abstract class BigraphTransformer extends TransformerSupport implements BaseTransformer<org.bigraphs.framework.core.Bigraph<org.bigraphs.framework.core.Signature<?>>>
  • Constructor Details

    • BigraphTransformer

      public BigraphTransformer()
  • Method Details

    • toString

      public abstract String toString(org.bigraphs.framework.core.Bigraph<org.bigraphs.framework.core.Signature<?>> signature)
      Description copied from interface: BaseTransformer
      Redirects the result of an encoding to a string
      Specified by:
      toString in interface BaseTransformer<org.bigraphs.framework.core.Bigraph<org.bigraphs.framework.core.Signature<?>>>
      Parameters:
      signature - the bigraph or signature being encoded