Uses of Class
org.incenp.linkml.core.ClassInfo
Packages that use ClassInfo
-
Uses of ClassInfo in org.incenp.linkml.core
Fields in org.incenp.linkml.core declared as ClassInfoMethods in org.incenp.linkml.core that return ClassInfoModifier and TypeMethodDescriptionstatic ClassInfoGets theClassInfoobject for the LinkML class represented by the given Java type.static ClassInfoGets theClassInfoobject for the LinkML class identifier by the given URI.Resolves a single type designator into a LinkML class.Resolves a multi-valued designator into a LinkML class.Methods in org.incenp.linkml.core that return types with arguments of type ClassInfoModifier and TypeMethodDescriptionClassInfo.getParents()Gets all the superclasses of this class.Methods in org.incenp.linkml.core with parameters of type ClassInfoModifier and TypeMethodDescriptionTypeDesignatorResolver.getDesignator(ClassInfo klass) Gets a single value that designates the provided class.TypeDesignatorResolver.getDesignators(ClassInfo klass) Gets values that designate the provided class along with its ancestors.static PrefixDeclarationExtractorPrefixDeclarationExtractor.getExtractor(ClassInfo klass) Gets a prefix declaration extractor (if possible) for the specified LinkML class.Resolves a single type designator into a LinkML class.Resolves a multi-valued designator into a LinkML class.