Package ca.phon.app.opgraph.editor
Interface EditorModelInstantiator
- All Known Implementing Classes:
AnalysisEditorModelInstantiator
,MacroEditorModelInstantiator
,ReportEditorModelInstantiator
,SyllabifierEditorModelInstantiator
public interface EditorModelInstantiator
Instantiator for
OpgraphEditor
editor models.-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic @interface
-
Method Summary
Modifier and TypeMethodDescriptioncreateModel
(ca.phon.opgraph.OpGraph graph) Create model with the given graph.ca.phon.opgraph.OpGraph
Create 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:
-