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.Methods in org.incenp.linkml.core with parameters of type ClassInfo Modifier and Type Method Description static PrefixDeclarationExtractorPrefixDeclarationExtractor. getExtractor(ClassInfo klass)Gets a prefix declaration extractor (if possible) for the specified LinkML class.
-