com.hp.hpl.mesa.rdf.jena.common.regression
Class Regression.LitTestObjF

java.lang.Object
  |
  +--com.hp.hpl.mesa.rdf.jena.common.regression.Regression.LitTestObjF
All Implemented Interfaces:
ObjectF
Enclosing class:
Regression

public class Regression.LitTestObjF
extends java.lang.Object
implements ObjectF


Constructor Summary
Regression.LitTestObjF()
           
 
Method Summary
 java.lang.Object createObject(java.lang.String s)
          Create an instance of an object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Regression.LitTestObjF

public Regression.LitTestObjF()
Method Detail

createObject

public java.lang.Object createObject(java.lang.String s)
Description copied from interface: ObjectF
Create an instance of an object.
Specified by:
createObject in interface ObjectF
Following copied from interface: com.hp.hpl.mesa.rdf.jena.model.ObjectF
Parameters:
s - The String used to initialise the state of the object.
Returns:
the newly created object.
Throws:
java.lang.Exception - may throw any exception.


Copyright © 2001 Hewlett-Packard. All Rights Reserved.