Hilbert II - Version 0.02.01

Uses of Interface
org.qedeq.kernel.base.module.LatexList

Packages that use LatexList
org.qedeq.kernel.base.module The main funtionalities of qedeq modules are described here. 
org.qedeq.kernel.bo.module Business objects for qedeq modules. 
org.qedeq.kernel.dto.module Value objects for qedeq modules.  
org.qedeq.kernel.xml.handler.module Handler to parse qedeq XML modules.  
 

Uses of LatexList in org.qedeq.kernel.base.module
 

Methods in org.qedeq.kernel.base.module that return LatexList
 LatexList Subsection.getTitle()
          Get title of subsection.
 LatexList Subsection.getLatex()
          Get the LaTeX text.
 LatexList Section.getTitle()
          Get section title.
 LatexList Section.getIntroduction()
          Get section introduction.
 LatexList Rule.getDescription()
          Get rule description.
 LatexList Proposition.getDescription()
          Get description.
 LatexList Proof.getNonFormalProof()
          Get proof content.
 LatexList PredicateDefinition.getDescription()
          Get description.
 LatexList Node.getName()
          Set name of node.
 LatexList Node.getTitle()
          Get title of subsection.
 LatexList Node.getPrecedingText()
          Get text before the formula.
 LatexList Node.getSucceedingText()
          Get text after the formula.
 LatexList LiteratureItem.getItem()
          Get item.
 LatexList Header.getTitle()
          Get module title.
 LatexList Header.getSummary()
          Get module summary.
 LatexList FunctionDefinition.getDescription()
          Get description.
 LatexList Chapter.getTitle()
          Get chapter title.
 LatexList Chapter.getIntroduction()
          Get chapter introduction.
 LatexList Axiom.getDescription()
          Get description.
 

Uses of LatexList in org.qedeq.kernel.bo.module
 

Classes in org.qedeq.kernel.bo.module that implement LatexList
 class LatexListBo
          List of LaTeX text parts.
 

Methods in org.qedeq.kernel.bo.module that return LatexList
 LatexList SubsectionBo.getTitle()
           
 LatexList SubsectionBo.getLatex()
           
 LatexList SectionBo.getTitle()
           
 LatexList SectionBo.getIntroduction()
           
 LatexList RuleBo.getDescription()
           
 LatexList PropositionBo.getDescription()
           
 LatexList ProofBo.getNonFormalProof()
           
 LatexList PredicateDefinitionBo.getDescription()
           
 LatexList NodeBo.getName()
           
 LatexList NodeBo.getTitle()
           
 LatexList NodeBo.getPrecedingText()
           
 LatexList NodeBo.getSucceedingText()
           
 LatexList LiteratureItemBo.getItem()
           
 LatexList HeaderBo.getTitle()
           
 LatexList HeaderBo.getSummary()
           
 LatexList FunctionDefinitionBo.getDescription()
           
 LatexList ChapterBo.getTitle()
           
 LatexList ChapterBo.getIntroduction()
           
 LatexList AxiomBo.getDescription()
           
 

Methods in org.qedeq.kernel.bo.module with parameters of type LatexList
 void SubsectionBo.setTitle(LatexList title)
          Set title of this subsection.
 void SubsectionBo.setLatex(LatexList latexText)
          Set text of this subsection.
 void SectionBo.setTitle(LatexList title)
          Set title of this section.
 void SectionBo.setIntroduction(LatexList introduction)
          Set introduction text for this section.
 void RuleBo.setDescription(LatexList description)
          Set description.
 void PropositionBo.setDescription(LatexList description)
          Set description.
 void ProofBo.setNonFormalProof(LatexList nonFormalProof)
          Set LaTexText of non formal proof.
 void PredicateDefinitionBo.setDescription(LatexList description)
          Set description.
 void NodeBo.setName(LatexList name)
          Set node name.
 void NodeBo.setTitle(LatexList title)
          Set node title.
 void NodeBo.setPrecedingText(LatexList precedingText)
          Set receding LaTeX text.
 void NodeBo.setSucceedingText(LatexList succeedingText)
          Set succeeding LaTeX text.
 void LiteratureItemBo.setItem(LatexList item)
          Set literature reference for this item.
 void HeaderBo.setTitle(LatexList title)
          Set module title.
 void HeaderBo.setSummary(LatexList summary)
          Set module summary.
 void FunctionDefinitionBo.setDescription(LatexList description)
          Set description.
 void ChapterBo.setTitle(LatexList title)
          Set chapter title.
 void ChapterBo.setIntroduction(LatexList introduction)
          Set introduction text for this chapter.
 void AxiomBo.setDescription(LatexList description)
          Set description.
 

Uses of LatexList in org.qedeq.kernel.dto.module
 

Classes in org.qedeq.kernel.dto.module that implement LatexList
 class LatexListVo
          List of LaTeX text parts.
 

Methods in org.qedeq.kernel.dto.module that return LatexList
 LatexList SubsectionVo.getTitle()
           
 LatexList SubsectionVo.getLatex()
           
 LatexList SectionVo.getTitle()
           
 LatexList SectionVo.getIntroduction()
           
 LatexList RuleVo.getDescription()
           
 LatexList PropositionVo.getDescription()
           
 LatexList ProofVo.getNonFormalProof()
           
 LatexList PredicateDefinitionVo.getDescription()
           
 LatexList NodeVo.getName()
           
 LatexList NodeVo.getTitle()
           
 LatexList NodeVo.getPrecedingText()
           
 LatexList NodeVo.getSucceedingText()
           
 LatexList LiteratureItemVo.getItem()
           
 LatexList HeaderVo.getTitle()
           
 LatexList HeaderVo.getSummary()
           
 LatexList FunctionDefinitionVo.getDescription()
           
 LatexList ChapterVo.getTitle()
           
 LatexList ChapterVo.getIntroduction()
           
 LatexList AxiomVo.getDescription()
           
 

Methods in org.qedeq.kernel.dto.module with parameters of type LatexList
 void SubsectionVo.setTitle(LatexList title)
          Set title of this subsection.
 void SubsectionVo.setLatex(LatexList latexText)
          Set LaTeX text for this subsection.
 void SectionVo.setTitle(LatexList title)
          Set section title.
 void SectionVo.setIntroduction(LatexList introduction)
          Set LaTeX introduction text.
 void RuleVo.setDescription(LatexList description)
          Set description.
 void PropositionVo.setDescription(LatexList description)
          Set description.
 void ProofVo.setNonFormalProof(LatexList nonFormalProof)
          Set LaTeX text for non formal proof.
 void PredicateDefinitionVo.setDescription(LatexList description)
          Set description.
 void NodeVo.setName(LatexList name)
          Set node name.
 void NodeVo.setTitle(LatexList title)
          Set node title.
 void NodeVo.setPrecedingText(LatexList precedingText)
          Set preceding LaTeX text.
 void NodeVo.setSucceedingText(LatexList succeedingText)
          Set succeeding LaTeX text.
 void LiteratureItemVo.setItem(LatexList item)
          Set literature reference for this item.
 void HeaderVo.setTitle(LatexList title)
          Set module title.
 void HeaderVo.setSummary(LatexList summary)
          Set module summary text.
 void FunctionDefinitionVo.setDescription(LatexList description)
          Set description.
 void ChapterVo.setTitle(LatexList title)
          Set chapter title.
 void ChapterVo.setIntroduction(LatexList introduction)
          Set chapter introduction text.
 void AxiomVo.setDescription(LatexList description)
          Set description.
 

Uses of LatexList in org.qedeq.kernel.xml.handler.module
 

Methods in org.qedeq.kernel.xml.handler.module that return LatexList
 LatexList LatexListHandler.getLatexList()
          Get parsed result.
 


Hilbert II - Version 0.02.01

©left GNU General Public Licence
All Rights Reserved.