Class AGRepositorySchema

java.lang.Object
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 Details

    • NAMESPACE

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

      public static final IRI SERVERURL
      http://franz.com/agraph/repository/config#serverUrl
    • USERNAME

      public static final IRI USERNAME
      http://franz.com/agraph/repository/config#username
    • PASSWORD

      public static final IRI PASSWORD
      http://franz.com/agraph/repository/config#password
    • CATALOGID

      public static final IRI CATALOGID
      http://franz.com/agraph/repository/config#catalogId
    • REPOSITORYID

      public static final IRI REPOSITORYID
      http://franz.com/agraph/repository/config#repositoryId
  • Constructor Details

    • AGRepositorySchema

      public AGRepositorySchema()