Static Public Member Functions | |
| static boolean | mostLikelyIsCircle (Gesture gesture) |
| static boolean | mostLikelyIsArrow (Gesture gesture) |
| static boolean | OnCircle (double point_x, double point_y, double cmid_x, double cmid_y, double cradius, double tolerance) |
| static boolean | startsWith (String original, String prefix) |
| static String | tail (String original, String prefix) |
| static double | labelYOffset (double val1, double val2) |
| static String | uniqueStateName () |
| static double | doubleValue (double val) |
| static double | add (double val1, double val2) |
| static double | average (double val1, double val2) |
| static String | cropExcessBrackets (String exp) |
| static int | getRegExpOp (String exp) |
| static String | getStarTerm (String exp) |
| static String | getFirstDisjunctionTerm (String exp) |
| static String | getSecondDisjunctionTerm (String exp) |
| static String | getFirstConcatenationTerm (String exp) |
| static String | getSecondConcatenationTerm (String exp) |
| static String | mergeStateNames (String str1, String str2) |
| static boolean | isMatchingStatePair (State sp1, State sp2, State m1, State m2) |
Static Public Attributes | |
| static int | uniqueNum = 0 |
| static boolean fsa_editor::Functions::mostLikelyIsCircle | ( | Gesture | gesture | ) | [inline, static] |
| static boolean fsa_editor::Functions::mostLikelyIsArrow | ( | Gesture | gesture | ) | [inline, static] |
| static boolean fsa_editor::Functions::OnCircle | ( | double | point_x, | |
| double | point_y, | |||
| double | cmid_x, | |||
| double | cmid_y, | |||
| double | cradius, | |||
| double | tolerance | |||
| ) | [inline, static] |
| static boolean fsa_editor::Functions::startsWith | ( | String | original, | |
| String | prefix | |||
| ) | [inline, static] |
| static String fsa_editor::Functions::tail | ( | String | original, | |
| String | prefix | |||
| ) | [inline, static] |
| static double fsa_editor::Functions::labelYOffset | ( | double | val1, | |
| double | val2 | |||
| ) | [inline, static] |
| static String fsa_editor::Functions::uniqueStateName | ( | ) | [inline, static] |
| static double fsa_editor::Functions::doubleValue | ( | double | val | ) | [inline, static] |
| static double fsa_editor::Functions::add | ( | double | val1, | |
| double | val2 | |||
| ) | [inline, static] |
| static double fsa_editor::Functions::average | ( | double | val1, | |
| double | val2 | |||
| ) | [inline, static] |
| static String fsa_editor::Functions::cropExcessBrackets | ( | String | exp | ) | [inline, static] |
| static int fsa_editor::Functions::getRegExpOp | ( | String | exp | ) | [inline, static] |
| static String fsa_editor::Functions::getStarTerm | ( | String | exp | ) | [inline, static] |
| static String fsa_editor::Functions::getFirstDisjunctionTerm | ( | String | exp | ) | [inline, static] |
| static String fsa_editor::Functions::getSecondDisjunctionTerm | ( | String | exp | ) | [inline, static] |
| static String fsa_editor::Functions::getFirstConcatenationTerm | ( | String | exp | ) | [inline, static] |
| static String fsa_editor::Functions::getSecondConcatenationTerm | ( | String | exp | ) | [inline, static] |
| static String fsa_editor::Functions::mergeStateNames | ( | String | str1, | |
| String | str2 | |||
| ) | [inline, static] |
| static boolean fsa_editor::Functions::isMatchingStatePair | ( | State | sp1, | |
| State | sp2, | |||
| State | m1, | |||
| State | m2 | |||
| ) | [inline, static] |
int fsa_editor::Functions::uniqueNum = 0 [static] |
1.5.2