| Package | Description |
|---|---|
| org.bridgedb.rdf |
| Modifier and Type | Method and Description |
|---|---|
static UriPattern |
UriPattern.byPattern(String pattern) |
static UriPattern |
UriPattern.existingByPattern(String pattern) |
static UriPattern |
UriPattern.existingByPrefixAndPostfix(String prefix,
String postfix) |
static UriPattern |
UriPattern.readUriPattern(org.openrdf.repository.RepositoryConnection repositoryConnection,
org.openrdf.model.Resource uriPatternId,
String code,
UriPatternType patternType) |
static UriPattern |
UriPattern.register(String pattern,
String sysCode,
UriPatternType patternType) |
| Modifier and Type | Method and Description |
|---|---|
static Set<UriPattern> |
UriPattern.byCode(String code) |
static SortedSet<UriPattern> |
UriPattern.byCodeAndType(String code,
UriPatternType patternType) |
static SortedSet<UriPattern> |
UriPattern.getUriPatterns() |
| Modifier and Type | Method and Description |
|---|---|
int |
UriPattern.compareTo(UriPattern other) |
Copyright © 2006–2020 BridgeDb project. All rights reserved.