Package | Description |
---|---|
com.franz.agraph.repository |
Implementation of the
OpenRDF Sesame API 2.7.11
with extensions for
AllegroGraph features.
|
Modifier and Type | Method and Description |
---|---|
AGRepositoryConnection.AttributeDefinition |
AGRepositoryConnection.AttributeDefinition.add()
Pass the current attribute definition to AllegroGraph for defining.
|
AGRepositoryConnection.AttributeDefinition |
AGRepositoryConnection.AttributeDefinition.allowedValue(String value)
Add an allowed value to the current list of allowed values for this attribute definition
|
AGRepositoryConnection.AttributeDefinition |
AGRepositoryConnection.AttributeDefinition.allowedValues(List<String> values)
Overwrite current setting of allowedValues with the argument List.
|
AGRepositoryConnection.AttributeDefinition |
AGRepositoryConnection.AttributeDefinition.maximum(long value)
The maximum number of times this attribute can be provided with a triple.
|
AGRepositoryConnection.AttributeDefinition |
AGRepositoryConnection.AttributeDefinition.minimum(long value)
The minimum number of times this attribute must be provided for a triple.
|
AGRepositoryConnection.AttributeDefinition |
AGRepositoryConnection.AttributeDefinition.ordered(boolean value)
Specifies whether the values allowed by this attribute definition are ordered.
|
Copyright © 2022 Franz Inc.. All rights reserved.