org.openanzo.common.ontology
Class ResultImpl
java.lang.Object
org.openanzo.jastor.GraphThingImpl
org.openanzo.common.ontology.ResultImpl
- All Implemented Interfaces:
- Result, CoreThing, GraphThing
public class ResultImpl
- extends GraphThingImpl
- implements Result
Implementation of Result
Use the org.openanzo.common.ontology.AnzoFactory to create instances of this class.
(URI: http://openanzo.org/types/Result)
| Fields inherited from interface org.openanzo.common.ontology.Result |
TYPE |
| Methods inherited from class org.openanzo.jastor.GraphThingImpl |
clearCache, equals, getLiteral, getLiteralValue, getProperties, getPropertyValue, getPropertyValue, graph, isRDFType, removeStatements, resource, setPropertyValue, setPropertyValue, toString, uri |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
listStatements
public java.util.Collection<org.openrdf.model.Statement> listStatements()
- Description copied from interface:
CoreThing
- Get set of statements that makeup this THINGS's properties and types
- Specified by:
listStatements in interface CoreThing- Overrides:
listStatements in class GraphThingImpl
- Returns:
- set of statements that makeup this THINGS's properties and types
registerListener
public void registerListener(ThingListener listener)
- Description copied from interface:
CoreThing
- Register a ThingListener for this THING
- Specified by:
registerListener in interface CoreThing- Overrides:
registerListener in class GraphThingImpl
- Parameters:
listener - ThingListener
unregisterListener
public void unregisterListener(ThingListener listener)
- Description copied from interface:
CoreThing
- Unregister a ThingListener for this THING
- Specified by:
unregisterListener in interface CoreThing- Overrides:
unregisterListener in class GraphThingImpl
- Parameters:
listener - ThingListener
Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.