Uses of Class
myRDF.model.Resource

Packages that use Resource
myRDF   
myRDF.model   
 

Uses of Resource in myRDF
 

Methods in myRDF with parameters of type Resource
static java.util.ArrayList Tools.getSpecificObjects(Resource resource, java.lang.String predicate)
           
static java.util.ArrayList Tools.getSpecificAttributes(Resource resource, java.lang.String predicate)
           
 

Uses of Resource in myRDF.model
 

Methods in myRDF.model that return Resource
 Resource StatementPool.getResource(java.lang.String subject)
           
 

Methods in myRDF.model with parameters of type Resource
static boolean StatementPool.isClass(Resource resource)
           
 boolean StatementPool.isProperty(Resource resource)
           
 java.lang.String StatementPool.getResourceTitle(Resource resource)
           
 boolean StatementPool.isInstanceOf(Resource resource, java.lang.String classResource)
           
 

Constructors in myRDF.model with parameters of type Resource
Resource(Resource resource)
           
 



Copyright © 2001-2004 University of Hannover. All Rights Reserved.