org.openanzo.common.ontology
Class AskResultImpl

java.lang.Object
  extended by org.openanzo.jastor.GraphThingImpl
      extended by org.openanzo.common.ontology.AskResultImpl
All Implemented Interfaces:
AskResult, Result, CoreThing, GraphThing

public class AskResultImpl
extends GraphThingImpl
implements AskResult

Implementation of AskResult Use the org.openanzo.common.ontology.AnzoFactory to create instances of this class.

(URI: http://openanzo.org/types/AskResult)



Field Summary
 
Fields inherited from interface org.openanzo.common.ontology.AskResult
TYPE
 
Method Summary
 java.lang.Boolean get_boolean()
          Gets the '_boolean' property value
 java.util.Collection<org.openrdf.model.Statement> listStatements()
          Get set of statements that makeup this THINGS's properties and types
 void registerListener(ThingListener listener)
          Register a ThingListener for this THING
 void set_boolean(java.lang.Boolean _boolean)
          Sets the '_boolean' property value
 void unregisterListener(ThingListener listener)
          Unregister a ThingListener for this THING
 
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
 
Methods inherited from interface org.openanzo.jastor.GraphThing
getProperties, getPropertyValue, getPropertyValue, graph, setPropertyValue, setPropertyValue
 
Methods inherited from interface org.openanzo.jastor.CoreThing
clearCache, isRDFType, removeStatements, resource, uri
 

Method Detail

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

get_boolean

public java.lang.Boolean get_boolean()
                              throws JastorException
Description copied from interface: AskResult
Gets the '_boolean' property value

Specified by:
get_boolean in interface AskResult
Returns:
Boolean
Throws:
JastorException
See Also:
AskResult._booleanProperty

set_boolean

public void set_boolean(java.lang.Boolean _boolean)
                 throws JastorException
Description copied from interface: AskResult
Sets the '_boolean' property value

Specified by:
set_boolean in interface AskResult
Parameters:
_boolean - Boolean
Throws:
JastorException
See Also:
AskResult._booleanProperty

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.