All Packages  Class Hierarchy  This Package  Previous  Next  Index	Java Books

Class com.openly.SLinkS.Calculator

java.lang.Object   |   +----com.openly.SLinkS.Calculator

public class Calculator
extends java.lang.Object

Constructor Index

 o Calculator()

Method Index

 o getParseResult()
this tells the Calculator to start parsing the file
 o main(String[])
 o setBibData(BibData)
registers a Bibdata object with the S-Link-S event handler to supply it with data.
 o setTemplateFile(String)

Constructors

 o Calculator
 public Calculator()

Methods

 o setBibData
 public void setBibData(com.openly.SLinkS.BibData sbd)
registers a Bibdata object with the S-Link-S event handler to supply it with data.

 o setTemplateFile
 public void setTemplateFile(java.lang.String tFile)
 o getParseResult
 public com.openly.SLinkS.ParseResult getParseResult()
this tells the Calculator to start parsing the file

Returns:
a ParseResult object
See Also:
ParseResult
 o main
 public static void main(java.lang.String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index	Java Books