|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ch.uzh.ifi.attempto.acewiki.Backend
public class Backend
This class is used as the backend of an AceWiki. It contains the ontology for the AceWiki and the parameters.
Constructor Summary | |
---|---|
Backend(java.util.Map<java.lang.String,java.lang.String> parameters)
Creates a new Backend instance for the given parameters. |
Method Summary | |
---|---|
Ontology |
getOntology()
Get the Ontology instance for this Backend. |
java.lang.String |
getParameter(java.lang.String param)
Get a specific parameter for this Backend. |
java.util.Map<java.lang.String,java.lang.String> |
getParameters()
Get the parameters of this Backend. |
AceWikiStorage |
getStorage()
Get the storage associated with this backend. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Backend(java.util.Map<java.lang.String,java.lang.String> parameters)
parameters
- The parameters for the AceWiki Backend.Method Detail |
---|
public AceWikiStorage getStorage()
public Ontology getOntology()
public java.util.Map<java.lang.String,java.lang.String> getParameters()
public java.lang.String getParameter(java.lang.String param)
param
- The parameter name.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |