Module Simantics/CommandRecording
This module is undocumented. This is a list of its definitions.
recordLinkSharedOntology :: Resource -> Resource -> <ReadGraph> ()
recordLinkSharedOntology target ontology writes a linking of the given
shared ontology to the given target into the command log. Does nothing when
command recording is not switched on.
recordUnlinkSharedOntology :: Resource -> Resource -> <ReadGraph> ()
recordUnlinkSharedOntology target ontology writes an unlinking of the
given shared ontology from the given target into the command log. Does
nothing when command recording is not switched on.
|