Interface HasLabel
- All Known Subinterfaces:
ReactionRule<B>
- 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
-
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 notnullor blank, containing only of whitespaces.
-