Uses of Class
org.bridgedb.rdf.UriPatternType
-
Packages that use UriPatternType Package Description org.bridgedb.rdf -
-
Uses of UriPatternType in org.bridgedb.rdf
Methods in org.bridgedb.rdf that return UriPatternType Modifier and Type Method Description UriPatternTypeUriPattern. getType()static UriPatternTypeUriPatternType. 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.Methods in org.bridgedb.rdf with parameters of type UriPatternType Modifier and Type Method Description static SortedSet<UriPattern>UriPattern. byCodeAndType(String code, UriPatternType patternType)static UriPatternUriPattern. readUriPattern(org.openrdf.repository.RepositoryConnection repositoryConnection, org.openrdf.model.Resource uriPatternId, String code, UriPatternType patternType)static UriPatternUriPattern. register(String pattern, String sysCode, UriPatternType patternType)
-