com.ldodds.foafamatic.docs
Class DocumentTripleBuilder

java.lang.Object
  |
  +--com.ldodds.foafamatic.docs.DocumentTripleBuilder

public class DocumentTripleBuilder
extends java.lang.Object

TODO extends this to cover publications that the user created...

 $Log$
 

Author:
ccslrd

Constructor Summary
DocumentTripleBuilder(Resource maker, Model model, boolean asBlogRoll)
           
 
Method Summary
 void addDocument(com.ldodds.foafamatic.docs.RatedDocument doc)
           
 void addDocuments(java.util.List docs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentTripleBuilder

public DocumentTripleBuilder(Resource maker,
                             Model model,
                             boolean asBlogRoll)
Method Detail

addDocuments

public void addDocuments(java.util.List docs)

addDocument

public void addDocument(com.ldodds.foafamatic.docs.RatedDocument doc)