public class RegexGraph extends Object
| Constructor and Description |
|---|
RegexGraph(String arg,
String regex)
Build the graph
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn(dk.brics.automaton.State state) |
Set<GraphTransition> |
getIncomingTransitions(int row,
int column)
Get all the incoming transitions to the node located at coordinate "row" and "column"
|
int |
getNumberOfColumns() |
int |
getNumberOfRows() |
public int getNumberOfRows()
public int getNumberOfColumns()
public Set<GraphTransition> getIncomingTransitions(int row, int column)
public int getColumn(dk.brics.automaton.State state)
Copyright © 2016–2024. All rights reserved.