Package net.maswag.falcaun
Class DotMealyWrapper
java.lang.Object
net.maswag.falcaun.DotMealyWrapper
This class provides construction of Mealy machine from DOT file
- Author:
- Tsubasa Matsumoto <tsubari96061@gmail.com>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateMealy(Map<String, String> mapper) getEdges()voidvoidvoid
-
Field Details
-
fileName
String fileName -
edges
Set<LabeledEdge> edges -
sigma
net.automatalib.alphabet.Alphabet<String> sigma -
gamma
net.automatalib.alphabet.Alphabet<String> gamma
-
-
Constructor Details
-
DotMealyWrapper
- Throws:
IOException
-
-
Method Details
-
readInputSymbols
- Throws:
IOException
-
readOutputSymbols
- Throws:
IOException
-
readFromDot
- Throws:
IOException
-
createMealy
-
createMealy
-
getEdges
-