Class DemoRuleProvider
java.lang.Object
org.bigraphs.grgen.converter.demo.DemoRuleProvider
-
Method Summary
Modifier and TypeMethodDescriptionstatic DemoRuleProvider
org.bigraphs.framework.core.reactivesystem.ReactionRule<org.bigraphs.framework.core.impl.pure.PureBigraph>
petriNetAddRule
(org.bigraphs.framework.core.impl.signature.DefaultDynamicSignature signature) org.bigraphs.framework.core.reactivesystem.ReactionRule<org.bigraphs.framework.core.impl.pure.PureBigraph>
petriNetFireRule
(org.bigraphs.framework.core.impl.signature.DefaultDynamicSignature signature) org.bigraphs.framework.core.reactivesystem.ReactionRule<org.bigraphs.framework.core.impl.pure.PureBigraph>
petriNetFireRule_withOuterNames
(org.bigraphs.framework.core.impl.signature.DefaultDynamicSignature signature) org.bigraphs.framework.core.reactivesystem.ReactionRule<org.bigraphs.framework.core.impl.pure.PureBigraph>
smartHomeMoveRule
(org.bigraphs.framework.core.impl.signature.DefaultDynamicSignature signature)
-
Method Details
-
getInstance
-
petriNetFireRule
public org.bigraphs.framework.core.reactivesystem.ReactionRule<org.bigraphs.framework.core.impl.pure.PureBigraph> petriNetFireRule(org.bigraphs.framework.core.impl.signature.DefaultDynamicSignature signature) throws org.bigraphs.framework.core.exceptions.InvalidConnectionException, org.bigraphs.framework.core.exceptions.builder.TypeNotExistsException, org.bigraphs.framework.core.exceptions.InvalidReactionRuleException - Throws:
org.bigraphs.framework.core.exceptions.InvalidConnectionException
org.bigraphs.framework.core.exceptions.builder.TypeNotExistsException
org.bigraphs.framework.core.exceptions.InvalidReactionRuleException
-
petriNetFireRule_withOuterNames
public org.bigraphs.framework.core.reactivesystem.ReactionRule<org.bigraphs.framework.core.impl.pure.PureBigraph> petriNetFireRule_withOuterNames(org.bigraphs.framework.core.impl.signature.DefaultDynamicSignature signature) throws org.bigraphs.framework.core.exceptions.InvalidConnectionException, org.bigraphs.framework.core.exceptions.builder.TypeNotExistsException, org.bigraphs.framework.core.exceptions.InvalidReactionRuleException - Throws:
org.bigraphs.framework.core.exceptions.InvalidConnectionException
org.bigraphs.framework.core.exceptions.builder.TypeNotExistsException
org.bigraphs.framework.core.exceptions.InvalidReactionRuleException
-
petriNetAddRule
public org.bigraphs.framework.core.reactivesystem.ReactionRule<org.bigraphs.framework.core.impl.pure.PureBigraph> petriNetAddRule(org.bigraphs.framework.core.impl.signature.DefaultDynamicSignature signature) throws org.bigraphs.framework.core.exceptions.InvalidConnectionException, org.bigraphs.framework.core.exceptions.InvalidReactionRuleException - Throws:
org.bigraphs.framework.core.exceptions.InvalidConnectionException
org.bigraphs.framework.core.exceptions.InvalidReactionRuleException
-
smartHomeMoveRule
public org.bigraphs.framework.core.reactivesystem.ReactionRule<org.bigraphs.framework.core.impl.pure.PureBigraph> smartHomeMoveRule(org.bigraphs.framework.core.impl.signature.DefaultDynamicSignature signature) throws Exception - Throws:
Exception
-