org.mulgara.jena.rdf.arp.states
Interface HasSubjectFrameI

All Superinterfaces:
FrameI
All Known Implementing Classes:
DAMLCollection, RDFCollection, StartStateRDForDescription, WantDescription, WantLiteralValueOrDescription, WantPropertyElement, WantTopLevelDescription, WantTypedLiteral

public interface HasSubjectFrameI
extends FrameI


Method Summary
 void aPredAndObj(ANode p, ANode o)
           
 void makeSubjectReificationWith(ANode r)
          Create a triple r rdf:subj * .
 
Methods inherited from interface org.mulgara.jena.rdf.arp.states.FrameI
abort, afterChild, characters, comment, endElement, getParent, getXMLContext, getXMLHandler, processingInstruction, startElement
 

Method Detail

aPredAndObj

void aPredAndObj(ANode p,
                 ANode o)

makeSubjectReificationWith

void makeSubjectReificationWith(ANode r)
Create a triple r rdf:subj * . The structure of the parser means that three triples in the quad are produced by the property element code, but the final triple is produced by its parent.

Parameters:
r - The node that is the reification.


Copyright © 2011. All Rights Reserved.