Uses of Interface
org.openanzo.common.ontology.AskResult

Packages that use AskResult
org.openanzo.common.ontology   
 

Uses of AskResult in org.openanzo.common.ontology
 

Classes in org.openanzo.common.ontology that implement AskResult
 class AskResultImpl
          Implementation of AskResult Use the org.openanzo.common.ontology.AnzoFactory to create instances of this class.
 

Methods in org.openanzo.common.ontology that return AskResult
static AskResult AnzoFactory.createAskResult(org.openrdf.model.Resource resource, INamedGraph graph)
          Create a new instance of AskResult.
static AskResult AnzoFactory.createAskResult(java.lang.String uri, INamedGraph graph)
          Create a new instance of AskResult.
static AskResult AnzoFactory.getAskResult(org.openrdf.model.Resource resource, INamedGraph graph)
          Create a new instance of AskResult.
static AskResult AnzoFactory.getAskResult(java.lang.String uri, INamedGraph graph)
          Create a new instance of AskResult.
 

Methods in org.openanzo.common.ontology that return types with arguments of type AskResult
static java.util.List<AskResult> AnzoFactory.getAllAskResult(INamedGraph graph)
          Return an instance of AskResult for every resource in the model with rdf:Type http://openanzo.org/types/AskResult
 

Methods in org.openanzo.common.ontology with parameters of type AskResult
 void AskResultListener._booleanChanged(AskResult source)
          Called when _boolean has changed
 



Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.