| Package | Description |
|---|---|
| org.bridgedb.rdf |
| Modifier and Type | Method and Description |
|---|---|
UriPatternType |
UriPattern.getType() |
static UriPatternType |
UriPatternType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UriPatternType[] |
UriPatternType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static SortedSet<UriPattern> |
UriPattern.byCodeAndType(String code,
UriPatternType patternType) |
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) |
Copyright © 2006–2019 BridgeDb project. All rights reserved.