public class BricsTransitionProperty
extends java.lang.Object
| Constructor and Description |
|---|
BricsTransitionProperty(char min,
char max)
Constructor.
|
BricsTransitionProperty(dk.brics.automaton.Transition trans)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
char |
getMax()
Retrieves the upper bound of the character range.
|
char |
getMin()
Retrieves the lower bound of the character range.
|
int |
hashCode() |
java.lang.String |
toString() |
static java.lang.String |
toString(char min,
char max) |
public BricsTransitionProperty(char min,
char max)
min - lower bound of the character range.max - upper bound of the character range.public BricsTransitionProperty(dk.brics.automaton.Transition trans)
Transition.trans - the Brics transition objectpublic static java.lang.String toString(char min,
char max)
public char getMin()
Transition.getMin()public char getMax()
Transition.getMax()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2014. All Rights Reserved.