Class DemoBigraphProvider
java.lang.Object
org.bigraphs.grgen.converter.demo.DemoBigraphProvider
-
Method Summary
Modifier and TypeMethodDescriptionstatic DemoBigraphProvider
org.bigraphs.framework.core.impl.pure.PureBigraph
petriNet
(org.bigraphs.framework.core.impl.signature.DefaultDynamicSignature signature) org.bigraphs.framework.core.impl.pure.PureBigraph
petriNet_withOuterNames
(org.bigraphs.framework.core.impl.signature.DefaultDynamicSignature signature) org.bigraphs.framework.core.impl.pure.PureBigraph
smartHome
(org.bigraphs.framework.core.impl.signature.DefaultDynamicSignature signature)
-
Method Details
-
getInstance
-
petriNet
public org.bigraphs.framework.core.impl.pure.PureBigraph petriNet(org.bigraphs.framework.core.impl.signature.DefaultDynamicSignature signature) throws org.bigraphs.framework.core.exceptions.InvalidConnectionException, org.bigraphs.framework.core.exceptions.builder.TypeNotExistsException - Throws:
org.bigraphs.framework.core.exceptions.InvalidConnectionException
org.bigraphs.framework.core.exceptions.builder.TypeNotExistsException
-
petriNet_withOuterNames
public org.bigraphs.framework.core.impl.pure.PureBigraph petriNet_withOuterNames(org.bigraphs.framework.core.impl.signature.DefaultDynamicSignature signature) throws org.bigraphs.framework.core.exceptions.InvalidConnectionException, org.bigraphs.framework.core.exceptions.builder.TypeNotExistsException - Throws:
org.bigraphs.framework.core.exceptions.InvalidConnectionException
org.bigraphs.framework.core.exceptions.builder.TypeNotExistsException
-
smartHome
public org.bigraphs.framework.core.impl.pure.PureBigraph smartHome(org.bigraphs.framework.core.impl.signature.DefaultDynamicSignature signature) throws org.bigraphs.framework.core.exceptions.InvalidConnectionException, org.bigraphs.framework.core.exceptions.builder.TypeNotExistsException - Throws:
org.bigraphs.framework.core.exceptions.InvalidConnectionException
org.bigraphs.framework.core.exceptions.builder.TypeNotExistsException
-