Uses of Package
org.incenp.linkml.core

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