Package org.mcp.variables.dynamics
Class AutomatonOperableLabel
java.lang.Object
org.mcp.variables.dynamics.OperableLabel
org.mcp.variables.dynamics.AutomatonOperableLabel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetValue()inthashCode()inter(OperableLabel other) booleanisEmpty()minus(OperableLabel other) toString()union(OperableLabel other) Methods inherited from class org.mcp.variables.dynamics.OperableLabel
clone
-
Constructor Details
-
AutomatonOperableLabel
public AutomatonOperableLabel(dk.brics.automaton.Automaton value)
-
-
Method Details
-
union
- Specified by:
unionin classOperableLabel
-
inter
- Specified by:
interin classOperableLabel
-
minus
- Specified by:
minusin classOperableLabel
-
getValue
- Specified by:
getValuein classOperableLabel
-
equals
- Specified by:
equalsin classOperableLabel
-
hashCode
public int hashCode()- Specified by:
hashCodein classOperableLabel
-
toString
- Specified by:
toStringin classOperableLabel
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin classOperableLabel
-