Uses of Interface
org.incenp.linkml.schema.ISchemaSource
Packages that use ISchemaSource
-
Uses of ISchemaSource in org.incenp.linkml.schema
Classes in org.incenp.linkml.schema that implement ISchemaSourceModifier and TypeClassDescriptionclassRepresents a schema location pointing to an embedded Java resource.classRepresents a schema location pointing to a local file.classRepresents a schema location pointing to a remote resource.Methods in org.incenp.linkml.schema that return ISchemaSourceModifier and TypeMethodDescriptionResolves the given schema name into a schema source object.Constructors in org.incenp.linkml.schema with parameters of type ISchemaSourceModifierConstructorDescriptionSchemaDocument(ISchemaSource source, ISchemaResolver importResolver) Creates a new instance from the specified source, using a custom import resolver.