See: Description
Interface | Description |
---|---|
ConnectorContext |
Describes the context in which a connector runs.
|
ConnectorDescriptor |
Describes the properties of a model connector.
|
FileExtensionDescriptor |
Describes a file extension handled by a connector.
|
ModelReader |
Base interface to be implemented by a connector that read models.
|
ModelWriter |
Base interface to be implemented by a connector that write models.
|
ResourceSetReader |
Base interface to be implemented by a connector that read resource sets.
|
Class | Description |
---|---|
ConnectorKind |
Enumeration of known connector kinds, which describe the kind of uri (resource locator) a connector expects.
|
The package defines base interfaces for model i/o :
ModelReader
to read a modelModelWriter
to write a model