mt.edu.um.nlgapp.docplan
Interface DocPlanner


public interface DocPlanner

This interface defines the basic API for a document planner. A document planner needs to

Author:
bertugatt

Method Summary
 DocPlan planDocument(uk.ac.abdn.carados.OntologyHandler ontology)
          A document planner is only defined by one method, which takes an ontology, performs content selection and document structuring, and returns the resulting DocPlan
 

Method Detail

planDocument

DocPlan planDocument(uk.ac.abdn.carados.OntologyHandler ontology)
A document planner is only defined by one method, which takes an ontology, performs content selection and document structuring, and returns the resulting DocPlan

Parameters:
ontology -
Returns:
a document plan