All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.rdf.Triple

java.lang.Object
   |
   +----org.w3c.rdf.Triple

public class Triple
extends Object

Constructor Index

 o Triple(Resource, Resource, RDFnode)
The parameters to constructor are instances of classes and not just strings

Method Index

 o equals(Object)
 o hashCode()
 o object()
 o predicate()
 o subject()
 o toString()

Constructors

 o Triple
 public Triple(Resource predicate,
               Resource subject,
               RDFnode object)
The parameters to constructor are instances of classes and not just strings

Methods

 o predicate
 public Resource predicate()
 o subject
 public Resource subject()
 o object
 public RDFnode object()
 o hashCode
 public int hashCode()
Overrides:
hashCode in class Object
 o toString
 public String toString()
Overrides:
toString in class Object
 o equals
 public boolean equals(Object that)
Overrides:
equals in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index