Uses of Class
org.incenp.linkml.core.ClassInfo
-
Packages that use ClassInfo Package Description org.incenp.linkml.core -
-
Uses of ClassInfo in org.incenp.linkml.core
Fields in org.incenp.linkml.core declared as ClassInfo Modifier and Type Field Description protected ClassInfoObjectConverter. klassMethods in org.incenp.linkml.core that return ClassInfo Modifier and Type Method Description static ClassInfoClassInfo. get(Class<?> type)Gets theClassInfoobject for the LinkML class represented by the given Java type.static ClassInfoClassInfo. get(String uri)Gets theClassInfoobject for the LinkML class identifier by the given URI.ClassInfoTypeDesignatorResolver. resolve(String designator, ClassInfo base)Resolves a single type designator into a LinkML class.ClassInfoTypeDesignatorResolver. resolve(List<String> designators, ClassInfo base)Resolves a multi-valued designator into a LinkML class.Methods in org.incenp.linkml.core that return types with arguments of type ClassInfo Modifier and Type Method Description List<ClassInfo>ClassInfo. getParents()Gets all the superclasses of this class.Methods in org.incenp.linkml.core with parameters of type ClassInfo Modifier and Type Method Description ObjectTypeDesignatorResolver. getDesignator(ClassInfo klass)Gets a single value that designates the provided class.List<Object>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.ClassInfoTypeDesignatorResolver. resolve(String designator, ClassInfo base)Resolves a single type designator into a LinkML class.ClassInfoTypeDesignatorResolver. resolve(List<String> designators, ClassInfo base)Resolves a multi-valued designator into a LinkML class.
-