To main class of FIDDLE is HPWindow.java
FIDDLE provides four types of analysis to support the developer in the incremental design of a (partial) component. Specifically, FIDDLE provides the realizability checker, the well-formedness checker, the model checker and the substitutability checker.
click on the following video to see how to run the realizability checker
The realizability checker is implemented in the RealizabilityChecker class
click on the following video to see how to run the well-formedness checker
The well-formedness checker is implemented in the WellFormednessChecker class
Click on the following video to see how to run the model-checker
The model checker is implemented in the ModelChecker class
click on the following video to see how to run the substitutability-checker
The model checker is implemented in the Substitutability class
The scalability results are contained in the Results folder. Further details are provided by the README of the Results folder.