Uses of Interface
org.filteredpush.rdf.handler.RdfBean

Packages that use RdfBean
org.filteredpush.client.model   
org.filteredpush.rdf.examples   
org.filteredpush.rdf.handler The RdfHandler (packages in org.filteredpush.rdf) is a library designed to create a Jena Model from the members of Java objects. 
 

Uses of RdfBean in org.filteredpush.client.model
 

Classes in org.filteredpush.client.model that implement RdfBean
 class Agent
           
 class Annotation
           
 class Annotator
           
 class Body
           
 class Evidence
           
 class Expectation
           
 class Generator
           
 class Motivation
           
 class Polarity
           
 class Resolution
           
 class Selector
           
 class Source
           
 class Target
           
 

Uses of RdfBean in org.filteredpush.rdf.examples
 

Classes in org.filteredpush.rdf.examples that implement RdfBean
 class Person
           
 

Uses of RdfBean in org.filteredpush.rdf.handler
 

Methods in org.filteredpush.rdf.handler with parameters of type RdfBean
 com.hp.hpl.jena.rdf.model.Model RdfBeanHandler.createJenaModel(RdfBean topLevelObj, java.lang.String baseUri)
          Creates a jena model from the top level object provided as an argument and uses the base uri as the identifier common to all local resources.