Interface EditorModelInstantiator
- All Known Implementing Classes:
AnalysisEditorModelInstantiator,MacroEditorModelInstantiator,ReportEditorModelInstantiator,SyllabifierEditorModelInstantiator
public interface EditorModelInstantiator
Instantiator for
OpgraphEditor editor models.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic @interface -
Method Summary
Modifier and TypeMethodDescriptioncreateModel(ca.phon.opgraph.OpGraph graph) Create model with the given graph.ca.phon.opgraph.OpGraphCreate a new graph from the default template.
-
Method Details
-
defaultTemplate
Create a new graph from the default template.- Returns:
- new graph from template
- Throws:
IOException
-
createModel
Create model with the given graph.- Returns:
-