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

Packages that use AnzoServer
org.openanzo.common.ontology   
 

Uses of AnzoServer in org.openanzo.common.ontology
 

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

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

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

Methods in org.openanzo.common.ontology with parameters of type AnzoServer
 void AnzoServerListener.serverIdChanged(AnzoServer source)
          Called when serverId has changed
 



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