All Classes
-
All Classes Interface Summary Class Summary Class Description ApplyCommand A ROBOT command to apply KGCL-described changes to an ontology.AutoIDAllocator Helper object to assign automatically generated IDs to KGCL change objects.ChangeVisitorBase<T> Dummy implementation ofIChangeVisitor.DirectOWLTranslator A visitor to convert a list of KGCLChangeobjects into a list of OWL APIOWLOntologyChangeobjects that, when applied to an ontology, would implement the requested changes.ILabelResolver An object that can resolve labels into proper entity identifiers.IParseTreeErrorListener An object that listens to errors that may occur when processing the parse tree of a KGCL changeset.IPatcher An object to apply KGCL-described changes to a knowledge graph.KGCLBaseListener This class provides an empty implementation ofKGCLListener, which can be extended to create a listener which only needs to handle a subset of the available methods.KGCLBaseVisitor<T> This class provides an empty implementation ofKGCLVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.KGCLHelper A class providing static helper methods to work with KGCL.KGCLLexer KGCLListener This interface defines a complete listener for a parse tree produced byKGCLParser.KGCLParser KGCLParser.AddSubsetContext KGCLParser.ChangeAnnotationContext KGCLParser.ChangeContext KGCLParser.ChangeDefinitionContext KGCLParser.ChangePredicateContext KGCLParser.ChangesetContext KGCLParser.ChangeSynonymContext KGCLParser.DeleteContext KGCLParser.DeleteEdgeContext KGCLParser.IdAsCURIEContext KGCLParser.IdAsIRIContext KGCLParser.IdAsLabelContext KGCLParser.IdContext KGCLParser.IdlistContext KGCLParser.MoveContext KGCLParser.NewDefinitionContext KGCLParser.NewEdgeContext KGCLParser.NewNodeContext KGCLParser.NewSynonymContext KGCLParser.NodeTypeContext KGCLParser.ObsoleteContext KGCLParser.ObsoleteNoReplacementContext KGCLParser.ObsoleteWithAlternativeContext KGCLParser.ObsoleteWithReplacementContext KGCLParser.QualifierContext KGCLParser.RemoveDefinitionContext KGCLParser.RemoveSubsetContext KGCLParser.RemoveSynonymContext KGCLParser.RenameContext KGCLParser.StringContext KGCLParser.TextContext KGCLParser.TypetagContext KGCLParser.UnobsoleteContext 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 KGCLChangeobjects into their textual representation in the KGCL language.KGCLVisitor<T> This interface defines a complete generic visitor for a parse tree produced byKGCLParser.KGCLWriter A writer to serialise KGCL change objects into a KGCL program that is written to a file or file-like sink.MintCommand OntologyBasedLabelResolver An object to resolve labels into identifiers using therdfs:labelannotations of an ontology’s entities.OntologyPatcher A class to apply KGCL-described changes to a OWL API ontology.OWLTranslator Base class to translate KGCL change objects into OWL axioms.ParseTree2ChangeVisitor A visitor to converts the ANTLR parse tree of a KGCL changeset into a list ofChangeobjects.ProvisionalOWLTranslator RecursiveClassExpressionVisitorBase A helper class to apply arbitrary transformations to class expressions.RejectedChange A change that could not be applied to the intended target graph.RejectedChangeListener Listener for “rejected change” events – whenOWLTranslatorcannot translate a change for any reason.SimpleChangeConverter A custom LinkML converter for SimpleChange objects.SimpleLabelResolver A basic implementation of theILabelResolverinterface.StandaloneRobot This class provides a version of the ROBOT tool that includes the KGCL 'apply' command.