|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.topbraid.spin.constraints.SimplePropertyPath
public abstract class SimplePropertyPath
A property path that describes a mechanism to get values starting from a given RDF node (root) by following a given predicate. There are two subclasses for SP->O and OP->S paths.
| Constructor Summary | |
|---|---|
SimplePropertyPath(Resource root,
Property predicate)
|
|
| Method Summary | |
|---|---|
Property |
getPredicate()
|
Resource |
getRoot()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimplePropertyPath(Resource root,
Property predicate)
| Method Detail |
|---|
public Property getPredicate()
public Resource getRoot()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||