Uses of Class
mt.edu.um.nlgapp.docplan.DocPlan

Packages that use DocPlan
mt.edu.um.nlgapp.docplan   
mt.edu.um.nlgapp.microplan   
 

Uses of DocPlan in mt.edu.um.nlgapp.docplan
 

Methods in mt.edu.um.nlgapp.docplan that return DocPlan
 DocPlan DocPlan.getParent()
           
 DocPlan DocPlanner.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
 

Methods in mt.edu.um.nlgapp.docplan that return types with arguments of type DocPlan
 java.util.List<DocPlan> DocPlan.getChildren()
           
 

Methods in mt.edu.um.nlgapp.docplan with parameters of type DocPlan
 void DocPlan.addChild(DocPlan child)
          Add a child to this document plan.
 void DocPlan.addChild(DocPlan child, java.lang.String parentRelation)
          Add a child to this document plan, also specifying what the relation should be between the child and the current node (e.g.
 

Method parameters in mt.edu.um.nlgapp.docplan with type arguments of type DocPlan
 void DocPlan.setChildren(java.util.List<DocPlan> children)
           
 

Uses of DocPlan in mt.edu.um.nlgapp.microplan
 

Methods in mt.edu.um.nlgapp.microplan with parameters of type DocPlan
 void Microplanner.microplanDoc(DocPlan doc)
          The most important method in the microplanner.
abstract  java.lang.String NLGRealiser.realiseDoc(DocPlan doc)
          This is the principal method in the NLGRealiser.