Class ReactionGraph.LabeledNode

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

public abstract static class ReactionGraph.LabeledNode extends Object implements Serializable
See Also:
  • 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)
    • toString

      public String toString()
      Overrides:
      toString in class Object