InferenceWeb Model API Documentation

iw.model
Class IWKIF

java.lang.Object
  |
  +--iw.model.IWKIF

public class IWKIF
extends Object


Field Summary
protected  String _statement
           
 
Constructor Summary
IWKIF()
           
IWKIF(String _aStatement)
           
 
Method Summary
static iw.model.IWKIF fromDAML(com.hp.hpl.jena.daml.DAMLInstance _di)
           
 String getStatement()
           
 void setStatement(String newStatement)
           
 com.hp.hpl.jena.daml.DAMLCommon toDAML(com.hp.hpl.jena.daml.DAMLModel dm)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_statement

protected String _statement
Constructor Detail

IWKIF

public IWKIF()

IWKIF

public IWKIF(String _aStatement)
Method Detail

getStatement

public String getStatement()

setStatement

public void setStatement(String newStatement)

toString

public String toString()
Overrides:
toString in class Object

toDAML

public com.hp.hpl.jena.daml.DAMLCommon toDAML(com.hp.hpl.jena.daml.DAMLModel dm)
                                       throws com.hp.hpl.mesa.rdf.jena.model.RDFException
com.hp.hpl.mesa.rdf.jena.model.RDFException

fromDAML

public static iw.model.IWKIF fromDAML(com.hp.hpl.jena.daml.DAMLInstance _di)
                               throws com.hp.hpl.mesa.rdf.jena.model.RDFException
com.hp.hpl.mesa.rdf.jena.model.RDFException

InferenceWeb Model API Documentation