| |
|
| java.lang.Object org.mandarax.zkb.framework.GenericDriver org.mandarax.zkb.framework.ZKBDriver_1_1
ZKBDriver_1_1 | final public class ZKBDriver_1_1 extends GenericDriver (Code) | | ZKB driver. It uses a simpler DTD than the 1_0 driver and therefore facilitates writing
kbs directly in xml. On the other hand, it is less similar to RuleML.
We keep a version name in the class name since we will maintain
drivers in order to migrate data between drivers.
author: Jens Dietrich version: 3.4 <7 March 05> since: 2.3 |
ZKBDriver_1_1 | public ZKBDriver_1_1()(Code) | | Constructor.
|
getName | public String getName()(Code) | | Get the name of the driver.
a text |
getRootElementType | public String getRootElementType()(Code) | | Get the root element type.
the name of the root element |
getURL4DTD | public String getURL4DTD()(Code) | | Get the location (URL) of the associated DTD.
an url |
supportsQueries | public boolean supportsQueries()(Code) | | Indicates whether the driver (and the underlying xml format (=dtd))
supports queries.
a boolean |
|
|
|