Uses of Interface
org.incenp.linkml.schema.ISchemaResolver
-
Packages that use ISchemaResolver Package Description org.incenp.linkml.schema -
-
Uses of ISchemaResolver in org.incenp.linkml.schema
Classes in org.incenp.linkml.schema that implement ISchemaResolver Modifier and Type Class Description classDefaultSchemaResolverThe schema resolver that implements the default behaviour for resolvingimportsdeclarations within a LinkML schema.Constructors in org.incenp.linkml.schema with parameters of type ISchemaResolver Constructor Description SchemaDocument(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.
-