org.encog.ml.bayesian.bif
Class BIFHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.encog.ml.bayesian.bif.BIFHandler
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
public class BIFHandler
- extends DefaultHandler
Handler, used to parse the XML BIF files.
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BIFHandler
public BIFHandler()
- Constructor.
startElement
public void startElement(String uri,
String localName,
String qName,
Attributes attributes)
throws SAXException
-
- Specified by:
startElement
in interface ContentHandler
- Overrides:
startElement
in class DefaultHandler
- Throws:
SAXException
getNetwork
public BayesianNetwork getNetwork()
- Returns:
- The network being parsed.
endElement
public void endElement(String uri,
String localName,
String qName)
throws SAXException
-
- Specified by:
endElement
in interface ContentHandler
- Overrides:
endElement
in class DefaultHandler
- Throws:
SAXException
endDocument
public void endDocument()
throws SAXException
-
- Specified by:
endDocument
in interface ContentHandler
- Overrides:
endDocument
in class DefaultHandler
- Throws:
SAXException
characters
public void characters(char[] ch,
int start,
int length)
throws SAXException
-
- Specified by:
characters
in interface ContentHandler
- Overrides:
characters
in class DefaultHandler
- Throws:
SAXException
Copyright © 2014. All Rights Reserved.