com.hp.hpl.jena.graph
Class Triple.Field
java.lang.Object
com.hp.hpl.jena.graph.Triple.Field
- Enclosing class:
- Triple
public abstract static class Triple.Field
- extends java.lang.Object
A Field is a selector from Triples; it allows selectors to be passed
around as if they were functions, hooray.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getSubject
public static final Triple.Field getSubject
getObject
public static final Triple.Field getObject
getPredicate
public static final Triple.Field getPredicate
Triple.Field
public Triple.Field()
getField
public abstract Node getField(Triple t)
filterOn
public abstract Filter filterOn(Node n)
filterOn
public final Filter filterOn(Triple t)
Copyright © 2000, 2001, 2002, 2003, 2004, 2005 Hewlett-Packard Development Company, LP