Uses of Class
org.bridgedb.rdf.UriPattern
-
Packages that use UriPattern Package Description org.bridgedb.rdf -
-
Uses of UriPattern in org.bridgedb.rdf
Methods in org.bridgedb.rdf that return UriPattern Modifier and Type Method Description static UriPatternUriPattern. byPattern(String pattern)static UriPatternUriPattern. existingByPattern(String pattern)static UriPatternUriPattern. existingByPrefixAndPostfix(String prefix, String postfix)static UriPatternUriPattern. readUriPattern(org.eclipse.rdf4j.repository.RepositoryConnection repositoryConnection, org.eclipse.rdf4j.model.Resource uriPatternId, String code, UriPatternType patternType)static UriPatternUriPattern. register(String pattern, String sysCode, UriPatternType patternType)Methods in org.bridgedb.rdf that return types with arguments of type UriPattern Modifier and Type Method Description static Set<UriPattern>UriPattern. byCode(String code)static SortedSet<UriPattern>UriPattern. byCodeAndType(String code, UriPatternType patternType)static SortedSet<UriPattern>UriPattern. getUriPatterns()Methods in org.bridgedb.rdf with parameters of type UriPattern Modifier and Type Method Description intUriPattern. compareTo(UriPattern other)
-