Interface HasLabel

All Known Implementing Classes:
AbstractReactionRule, AbstractReactionRule.ReactiveSystemBoundReactionRule, AndPredicate, BigraphIsoPredicate, ConditionalParametricRuleDecorator, GroundReactionRule, OrPredicate, ParametricReactionRule, ReactiveSystemPredicate, SubBigraphMatchPredicate

public interface HasLabel
Marker interface that indicates the object has a label.
Author:
Dominik Grzelak
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default boolean
    Determines if the label is set or not.
  • Method Details

    • getLabel

      String getLabel()
    • isDefined

      default boolean isDefined()
      Determines if the label is set or not.
      Returns:
      true, if the label was set, i.e., it is not null or blank, containing only of whitespaces.