public class PathPattern extends Object
| Constructor and Description |
|---|
PathPattern(String sourcePrefix,
Path path,
org.openrdf.model.URI targetClass) |
PathPattern(String sourcePrefix,
org.openrdf.model.URI targetClass,
org.openrdf.model.URI predicate) |
| Modifier and Type | Method and Description |
|---|---|
Path |
getPath() |
String |
getSourcePrefix() |
org.openrdf.model.URI |
getTargetClass() |
boolean |
matches(String sourcePath) |
String |
transform(String sourcePath,
NamespaceManager nsManager) |
public PathPattern(String sourcePrefix, org.openrdf.model.URI targetClass, org.openrdf.model.URI predicate)
Copyright © 2019. All rights reserved.