public class TryApplicationXML
extends java.lang.Object
Constructor and Description |
---|
TryApplicationXML() |
Modifier and Type | Method and Description |
---|---|
private static Graph |
buildExpectedGraph()
This function builds the SDF graph that is being represented in the XML file.
|
static void |
main(java.lang.String[] args)
Procedure to parse XML file and build a graph.
|
private static void |
validateTestOutput(Graph generatedGraph)
This procedure validates the graph that is built by the XML parser
against the model.
|
private static Graph buildExpectedGraph()
private static void validateTestOutput(Graph generatedGraph)
generatedGraph
- built by the XML parserpublic static void main(java.lang.String[] args)
args
- None Required