Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LibraryRecorder ¶
type Recorder ¶
type Recorder interface {
// Create library if it doesn't already exist. Otherwise, return
// recorder for existing library
// The first argument, 'name', is the name of the library (in Modelica terms).
// The second argument, 'uri', is a URI indicating precisely what library this
// is. This helps address things like forks, etc.
// The third argument is the owner (as a URI)
GetLibrary(name string, uri string, owner_uri string) LibraryRecorder
}
Click to show internal directories.
Click to hide internal directories.