com.hp.hpl.jena.rdf.model
Interface ResourceF


Deprecated.

@Deprecated
public interface ResourceF

Create an application specific resource instance.

Applications may need to have classes which add behaviour to Resources, e.g. to support the behaviour of container classes. Factory objects supporting this interface may be used to construct instances of these so called enhanced resources.

Version:
Release='$Name: $' Revision='$Revision: 1.1 $' Date='$Date: 2009/06/29 08:55:38 $'
Author:
bwm

Method Summary
 Resource createResource(Resource r)
          Deprecated. Create new resource instance which extends the behaviour of a supplied resource.
 

Method Detail

createResource

Resource createResource(Resource r)
Deprecated. 
Create new resource instance which extends the behaviour of a supplied resource.

Parameters:
r - The core resource whose behaviour is to be extended.
Returns:
the newly created resource.


Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP