org.pasoa.query.provenance
Class PAssertionDataItem

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

public class PAssertionDataItem
extends Object


Constructor Summary
PAssertionDataItem(Node item)
           
 
Method Summary
 Element getDataAccessor()
           
 GlobalPAssertionKey getGlobalPAssertionKey()
           
 InteractionKey getInteractionKey()
           
 String getLocalPAssertionID()
           
 PAssertionDataKey getPAssertionDataKey()
           
 String getViewKind()
           
 SingleNodeXPath getXPathDataAccessor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PAssertionDataItem

public PAssertionDataItem(Node item)
Method Detail

getDataAccessor

public Element getDataAccessor()
                        throws QueryProblem
Throws:
QueryProblem

getXPathDataAccessor

public SingleNodeXPath getXPathDataAccessor()
                                     throws QueryProblem
Throws:
QueryProblem

getInteractionKey

public InteractionKey getInteractionKey()
                                 throws QueryProblem
Throws:
QueryProblem

getGlobalPAssertionKey

public GlobalPAssertionKey getGlobalPAssertionKey()
                                           throws QueryProblem
Throws:
QueryProblem

getLocalPAssertionID

public String getLocalPAssertionID()
                            throws QueryProblem
Throws:
QueryProblem

getPAssertionDataKey

public PAssertionDataKey getPAssertionDataKey()
                                       throws QueryProblem
Throws:
QueryProblem

getViewKind

public String getViewKind()
                   throws QueryProblem
Throws:
QueryProblem