|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectubiware.util.saplbuilder.Statement
public class Statement
Representation of a statement consisting of a Subject, Predicate and Object. (also known as Triple)
| Field Summary | |
|---|---|
(package private) Object |
object
|
(package private) Predicate |
predicate
|
(package private) Subject |
subject
|
| Constructor Summary | |
|---|---|
Statement(Subject subject,
Predicate predicate,
Object object)
Create a Statement with the given Subject, Predicate and Object. |
|
| Method Summary | |
|---|---|
(package private) void |
generateSapl(java.lang.StringBuilder builder)
Generate the S-APL representation of this statement. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
final Subject subject
final Predicate predicate
final Object object
| Constructor Detail |
|---|
public Statement(Subject subject,
Predicate predicate,
Object object)
subject - predicate - object -
java.lang.NullPointerException - If any of the components is null| Method Detail |
|---|
void generateSapl(java.lang.StringBuilder builder)
builder -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||