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

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

public class Regression.ResTestObjF
extends java.lang.Object
implements ResourceF


Constructor Summary
Regression.ResTestObjF()
           
 
Method Summary
 Resource createResource(Resource r)
          Create new resource instance which extends the behaviour of a supplied resource.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Regression.ResTestObjF

public Regression.ResTestObjF()
Method Detail

createResource

public Resource createResource(Resource r)
                        throws java.lang.Exception
Description copied from interface: ResourceF
Create new resource instance which extends the behaviour of a supplied resource.
Specified by:
createResource in interface ResourceF
Following copied from interface: com.hp.hpl.mesa.rdf.jena.model.ResourceF
Parameters:
r - The core resource whose behaviour is to be extended.
Returns:
the newly created resource.
Throws:
java.lang.Exception - May throw any exception.


Copyright © 2001 Hewlett-Packard. All Rights Reserved.