| AutoIDAllocator |
Helper object to assign automatically generated IDs to KGCL change objects.
|
| ChangeVisitorBase<T> |
Dummy implementation of IChangeVisitor.
|
| KGCLHelper |
A class providing static helper methods to work with KGCL.
|
| KGCLReader |
A parser to read a KGCL program from a file or a file-like source.
|
| KGCLSyntaxError |
A syntax error encountered when parsing a KGCL program.
|
| KGCLTextTranslator |
A visitor to convert a list of KGCL Change objects into their textual
representation in the KGCL language.
|
| KGCLWriter |
A writer to serialise KGCL change objects into a KGCL program that is written
to a file or file-like sink.
|
| RejectedChange |
A change that could not be applied to the intended target graph.
|
| SimpleChangeConverter |
A custom LinkML converter for SimpleChange objects.
|
| SimpleLabelResolver |
|