com.hp.hpl.jena.rdf.model
Interface RDFList.ApplyFn

Enclosing interface:
RDFList

public static interface RDFList.ApplyFn

Interface that encapsulates a function to apply to every element in a list.


Method Summary
 void apply(RDFNode node)
           Apply a function to the given RDF node.
 

Method Detail

apply

void apply(RDFNode node)

Apply a function to the given RDF node.

Parameters:
node - A node from the list.


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