Uses of Interface
org.incenp.linkml.schema.ISchemaResolver
Packages that use ISchemaResolver
-
Uses of ISchemaResolver in org.incenp.linkml.schema
Classes in org.incenp.linkml.schema that implement ISchemaResolverModifier and TypeClassDescriptionclassThe schema resolver that implements the default behaviour for resolvingimportsdeclarations within a LinkML schema.Constructors in org.incenp.linkml.schema with parameters of type ISchemaResolverModifierConstructorDescriptionSchemaDocument(File source, ISchemaResolver importResolver) Creates a new instance from the specified file, using a custom import resolver.SchemaDocument(ISchemaSource source, ISchemaResolver importResolver) Creates a new instance from the specified source, using a custom import resolver.