Class JLibBigBigraphDecoder
java.lang.Object
org.bigraphs.framework.converter.jlibbig.JLibBigBigraphDecoder
- All Implemented Interfaces:
BigraphObjectDecoder<PureBigraph,
it.uniud.mads.jlibbig.core.std.Bigraph>
public class JLibBigBigraphDecoder
extends Object
implements BigraphObjectDecoder<PureBigraph,it.uniud.mads.jlibbig.core.std.Bigraph>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode
(it.uniud.mads.jlibbig.core.std.Bigraph bigraph) decode
(it.uniud.mads.jlibbig.core.std.Bigraph bigraph, DefaultDynamicSignature signature)
-
Constructor Details
-
JLibBigBigraphDecoder
public JLibBigBigraphDecoder()
-
-
Method Details
-
decode
public PureBigraph decode(it.uniud.mads.jlibbig.core.std.Bigraph bigraph, DefaultDynamicSignature signature) -
decode
- Specified by:
decode
in interfaceBigraphObjectDecoder<PureBigraph,
it.uniud.mads.jlibbig.core.std.Bigraph>
-