Uses of Package
org.incenp.linkml.core
-
Packages that use org.incenp.linkml.core Package Description org.incenp.linkml.core org.incenp.linkml.core.annotations 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, and the other way round.DefaultTypeDesignatorResolver The “default” type designator resolver.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.IConverterProvider An interface to obtain a converter for an arbitrary type.InliningMode Represents the various modes of “inlining” instances of a class, in serialisations that do support inlining (e.g.ISlotProcessor An interface representing an arbitrary operation to perform on the slots of a LinkML object.ITypeDesignatorResolver An interface that provides the logic for resolving the value of a type designator slot into a class, or conversely to obtain an appropriate type designator value for a class.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.TypeDesignatorResolverBase Helper class for implementing theITypeDesignatorResolverinterface. -
Classes in org.incenp.linkml.core used by org.incenp.linkml.core.annotations Class Description 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. -
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, and the other way round.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, and the other way round.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/from instances of LinkML classes