Class Statement

All Implemented Interfaces:
Comparable<Characteristic>, Describable, Identifiable

public class Statement extends Characteristic
A special kind of characteristic that act as a statement.

It can relate to up to two other objects, essentially forming two statements. This is a limited form of RDF-style triplet with the main limitation that a given subject can have up to two predicates and objects.

You can make abstraction of that implementation detail by using getSubject(int), getPredicate(int), getObject(int) and getNumberOfStatements().

Author:
poirigui