org.pasoa.query.provenance
Class FullRelationship

java.lang.Object
  extended by org.pasoa.query.provenance.FullRelationship

public class FullRelationship
extends Object


Constructor Summary
FullRelationship(ObjectID subject, String relation, String localPAssertionID, ObjectID object)
           
FullRelationship(PAssertionDataKey subject, String thisStoreURL, Relationship relationship, RelationshipTarget object)
           
 
Method Summary
 String getLocalPAssertionID()
           
 ObjectID getObject()
           
 String getRelation()
           
 ObjectID getSubject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FullRelationship

public FullRelationship(ObjectID subject,
                        String relation,
                        String localPAssertionID,
                        ObjectID object)

FullRelationship

public FullRelationship(PAssertionDataKey subject,
                        String thisStoreURL,
                        Relationship relationship,
                        RelationshipTarget object)
Method Detail

getLocalPAssertionID

public String getLocalPAssertionID()

getObject

public ObjectID getObject()

getRelation

public String getRelation()

getSubject

public ObjectID getSubject()