|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.ukn.hci.squidy.manager.heuristics.HeuristicsHandler
public class HeuristicsHandler
HeuristicsHandler.
Date: Mar 28, 2009 Time: 2:12:14 PM
Roman Rädle Roman.Raedle@uni-konstanz.de Human-Computer Interaction Group University of Konstanz
| Constructor Summary | |
|---|---|
protected |
HeuristicsHandler()
Use singleton pattern. |
| Method Summary | |
|---|---|
protected javax.xml.bind.JAXBContext |
getContext()
Initializes the JAXB context with all required classes. |
static HeuristicsHandler |
getHeuristicsHandler()
Singleton pattern. |
Heuristics |
load(InputStream inputStream)
|
void |
save(OutputStream outputStream,
Heuristics data)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected HeuristicsHandler()
| Method Detail |
|---|
public static HeuristicsHandler getHeuristicsHandler()
protected javax.xml.bind.JAXBContext getContext()
throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException - The exception will be thrown if initialization of the JAXB
context has been failed.
public Heuristics load(InputStream inputStream)
throws SquidyException
inputStream -
SquidyException
public void save(OutputStream outputStream,
Heuristics data)
outputStream - xmi -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||