Uses of Package
org.incenp.linkml.core
-
Packages that use org.incenp.linkml.core Package Description org.incenp.linkml.core org.incenp.linkml.ext org.incenp.linkml.schema -
Classes in org.incenp.linkml.core used by org.incenp.linkml.core Class Description ClassInfo Holds informations about a LinkML class and its corresponding Java class.ConverterContext Global context for converting LinkML objects (as parsed from a JSON/YAML document) into their corresponding Java objects.IConverter An object that can convert a “raw object” (as obtained from a JSON/YAML parser) into a LinkML object, and the other way round.InliningMode Represents the various modes of “inlining” instances of a class, in serialisations that do support inlining (e.g.LinkMLRuntimeException Base class for all exceptions caused by an error within the LinkML runtime.ObjectType Represents the type of a LinkML object.PrefixDeclarationExtractor A helper class to extract prefix declarations from a raw object.RequirementLevel The level of requirement that applies to a given field within a class.ScalarConverterBase Base class for most scalar converters.Slot Represents a “slot” (that is, a field) on a specific LinkML object.StringConverter Converts raw objects into string values. -
Classes in org.incenp.linkml.core used by org.incenp.linkml.ext Class Description ConverterContext Global context for converting LinkML objects (as parsed from a JSON/YAML document) into their corresponding Java objects.LinkMLRuntimeException Base class for all exceptions caused by an error within the LinkML runtime. -
Classes in org.incenp.linkml.core used by org.incenp.linkml.schema Class Description ConverterContext Global context for converting LinkML objects (as parsed from a JSON/YAML document) into their corresponding Java objects.IConverter An object that can convert a “raw object” (as obtained from a JSON/YAML parser) into a LinkML object, and the other way round.LinkMLRuntimeException Base class for all exceptions caused by an error within the LinkML runtime.ObjectConverter A generic converter to convert “raw objects” (as obtained from a JSON/YAML parser) into instances of LinkML classes.