Franz Inc, AllegroGraph

com.franz.agraph.repository.config
Class AGRepositorySchema

java.lang.Object
  extended by com.franz.agraph.repository.config.AGRepositorySchema

public class AGRepositorySchema
extends Object

Defines constants for the AGRepository schema which is used by AGRepositoryFactorys to initialize AGRepositorys.


Field Summary
static org.openrdf.model.URI CATALOGID
          http://franz.com/agraph/repository/config#catalogId
static String NAMESPACE
          The AGRepository schema namespace (http://franz.com/agraph/repository/config#).
static org.openrdf.model.URI PASSWORD
          http://franz.com/agraph/repository/config#password
static org.openrdf.model.URI REPOSITORYID
          http://franz.com/agraph/repository/config#repositoryId
static org.openrdf.model.URI SERVERURL
          http://franz.com/agraph/repository/config#serverUrl
static org.openrdf.model.URI USERNAME
          http://franz.com/agraph/repository/config#username
 
Constructor Summary
AGRepositorySchema()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final String NAMESPACE
The AGRepository schema namespace (http://franz.com/agraph/repository/config#).

See Also:
Constant Field Values

SERVERURL

public static final org.openrdf.model.URI SERVERURL
http://franz.com/agraph/repository/config#serverUrl


USERNAME

public static final org.openrdf.model.URI USERNAME
http://franz.com/agraph/repository/config#username


PASSWORD

public static final org.openrdf.model.URI PASSWORD
http://franz.com/agraph/repository/config#password


CATALOGID

public static final org.openrdf.model.URI CATALOGID
http://franz.com/agraph/repository/config#catalogId


REPOSITORYID

public static final org.openrdf.model.URI REPOSITORYID
http://franz.com/agraph/repository/config#repositoryId

Constructor Detail

AGRepositorySchema

public AGRepositorySchema()

Copyright © 2008-2012 Franz Inc.