Class ReactionGraph.LabeledNode

java.lang.Object
org.bigraphs.framework.core.reactivesystem.ReactionGraph.LabeledNode
Direct Known Subclasses:
ReactionGraph.CanonicalLabeledNode, ReactionGraph.DefaultLabeledNode
Enclosing class:
ReactionGraph<B extends Bigraph<? extends Signature<?>>>

public abstract static class ReactionGraph.LabeledNode extends Object
  • Field Details

    • label

      protected String label
    • canonicalForm

      protected String canonicalForm
  • Constructor Details

    • LabeledNode

      public LabeledNode(String label, String canonicalForm)
  • Method Details

    • getLabel

      public String getLabel()
    • getCanonicalForm

      public String getCanonicalForm()
    • changeLabel

      public void changeLabel(String newLabel)