Uses of Interface
omix.plugin.model.writable.Model
Package | Description |
---|---|
omix.plugin |
The main package of the Omix Plugin Interface.
This package contains interfaces allowing to implement an ApplicationExtension and DocumentExtension plugin. |
omix.plugin.diagram.writable | |
omix.plugin.io |
This package contains interfaces allowing to realize file input output operations.
|
omix.plugin.model.writable | |
omix.util.io |
This package contains classes for file input and output which can be used in plugin development.
|
-
Uses of Model in omix.plugin
Methods in omix.plugin that return Model Modifier and Type Method Description Model
ModelDocument. getWritableModel()
Complete writable access to the network model, all its components and OVL defined members.Methods in omix.plugin with parameters of type Model Modifier and Type Method Description void
ModelReader. readModel(Model model, InputUtilities utilities)
This method is called when the plugin has requested a model reading procedure
by calling:ApplicationAccessManager.requestOpenDocumentProcedure(ModelReader)
orApplicationAccessManager#requestImportDocumentProcedure(ModelReader)
DocumentAccessManager#requestImportDocumentProcedure(ModelReader)
The method will run in an extra thread! -
Uses of Model in omix.plugin.diagram.writable
Methods in omix.plugin.diagram.writable that return Model Modifier and Type Method Description Model
Diagram. model()
-
Uses of Model in omix.plugin.io
Methods in omix.plugin.io with parameters of type Model Modifier and Type Method Description void
ModelIOHandlerInterface. read(String suffix, URLConnection connection, Model model, InputUtilities utilities)
Reading network content from file. -
Uses of Model in omix.plugin.model.writable
Methods in omix.plugin.model.writable that return Model Modifier and Type Method Description Model
AbstractModelComponent. model()
default Model
Model. toWritable(Model model)
-
Uses of Model in omix.util.io
Methods in omix.util.io with parameters of type Model Modifier and Type Method Description void
AbstractModelIODomHandler. read(String suffix, URLConnection connection, Model model, InputUtilities utilities)
This method catch various types of exceptions and generate adequate error messages.abstract void
AbstractModelIOHandler. read(String suffix, URLConnection connection, Model model, InputUtilities utilities)
protected abstract void
AbstractModelIODomHandler. readFromDom(String suffix, URLConnection connection, Model model, InputUtilities utilities)
Reads an XML file by using DOM.protected void
StandardModelIODomHandler. readFromDom(String suffix, URLConnection connection, Model model, InputUtilities utilities)
Manages the parsing of a XML file into aDocument
.protected abstract void
AbstractDomReader. readOmixModel(Model model, Element domElement)
This method assembles the model according the content inside the given DOM element.