A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

A - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
A - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
abort() - Method in class org.openanzo.atom.client.APPRepository
 
abort() - Method in class org.openanzo.client.DatasetService
Abort the current transaction
abort() - Method in class org.openanzo.common.rdb.container.RDBConnection
Abort database transaction
abort() - Method in class org.openanzo.common.rdb.container.RDBNamedGraphContainer
Abort database transaction
abort() - Method in interface org.openanzo.model.ITransactionManager
Abort the current transaction
abort() - Method in class org.openanzo.model.transaction.impl.LockingTransactionManager
Abort the current transaction
abort() - Method in class org.openanzo.model.transaction.impl.TransactionManager
 
abort() - Method in class org.openanzo.server.repository.rdb.RepositoryConnection
Abort database transaction
abort() - Method in class org.openanzo.server.security.JaasLoginModule
 
abortCurrentTransaction() - Method in class org.openanzo.model.transaction.impl.TransactionQueue
 
abortCurrentTransaction() - Method in interface org.openanzo.model.transaction.ITransactionQueue
Abort the currentTransaction and set currentTransaction to null;
AbortTransactionEvent - Class in org.openanzo.model.event
Transaction was aborted
accountName - Static variable in interface org.openanzo.atom.jastor.rdfs._Property
Individual for URI: http://xmlns.com/foaf/0.1/accountName
accountName - Static variable in class org.openanzo.common.vocabulary.FOAF
http://xmlns.com/foaf/0.1/accountName
accountNameProperty - Static variable in interface org.openanzo.atom.jastor.foaf.OnlineAccount
The Jena Property for accountName
accountServiceHomepage - Static variable in interface org.openanzo.atom.jastor.owl.ObjectProperty
Individual for URI: http://xmlns.com/foaf/0.1/accountServiceHomepage
accountServiceHomepage - Static variable in interface org.openanzo.atom.jastor.rdfs._Property
Individual for URI: http://xmlns.com/foaf/0.1/accountServiceHomepage
accountServiceHomepage - Static variable in class org.openanzo.common.vocabulary.FOAF
http://xmlns.com/foaf/0.1/accountServiceHomepage
accountServiceHomepageProperty - Static variable in interface org.openanzo.atom.jastor.foaf.OnlineAccount
The Jena Property for accountServiceHomepage
AccumulatingEventManager - Class in org.openanzo.model.event
This event manager keeps track of the changes that take place during a transaction or replication, and batches the changes so that clients can choose to process the changes as a whole, instead of individual events.
AccumulatingEventManager(INamedGraph) - Constructor for class org.openanzo.model.event.AccumulatingEventManager
Create a new event manager for a NamedGraph
aci - Static variable in interface org.openanzo.serialization.SerializationConstants
Aci Constant
ACI - Class in org.openanzo.server.repository.structures
Provides read and write access to an Access Control Item stored in the repository.
ACI.Factory - Class in org.openanzo.server.repository.structures
Static factory to create ACI objects
ACI.Factory() - Constructor for class org.openanzo.server.repository.structures.ACI.Factory
 
ACI_PREFIX - Static variable in interface org.openanzo.model.Constants
Prefix for ACI URIs
aciCache - Variable in class org.openanzo.server.repository.rdb.RepositoryConnection
Cache of ACI objects
aciId - Variable in class org.openanzo.server.repository.rdb.sql.ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsResultImpl
Value for the "aciId" result value
aciId - Variable in class org.openanzo.server.repository.rdb.sql.ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsResultImpl
Value for the "aciId" result value
AciRdbWrapper - Class in org.openanzo.server.repository.rdb.sql
AciRdbWrapper provides wrappers around SQL queries and transforms ResultSets into java objects
AciRdbWrapper() - Constructor for class org.openanzo.server.repository.rdb.sql.AciRdbWrapper
 
AciRdbWrapper.BatchDeleteAccessControl - Class in org.openanzo.server.repository.rdb.sql
Batch operation for adding parameters to the DeleteAccessControl prepared statement
AciRdbWrapper.BatchDeleteAccessControl(AciRdbWrapper.DeleteAccessControlParams) - Constructor for class org.openanzo.server.repository.rdb.sql.AciRdbWrapper.BatchDeleteAccessControl
Create a batchable object for the deleteAccessControl prepared statement.
AciRdbWrapper.BatchDeleteAccessControl(Long, long) - Constructor for class org.openanzo.server.repository.rdb.sql.AciRdbWrapper.BatchDeleteAccessControl
Create a batchable object for the deleteAccessControl prepared statement.
AciRdbWrapper.BatchInsertAccessControl - Class in org.openanzo.server.repository.rdb.sql
Batch operation for adding parameters to the InsertAccessControl prepared statement
AciRdbWrapper.BatchInsertAccessControl(AciRdbWrapper.InsertAccessControlParams) - Constructor for class org.openanzo.server.repository.rdb.sql.AciRdbWrapper.BatchInsertAccessControl
Create a batchable object for the insertAccessControl prepared statement.
AciRdbWrapper.BatchInsertAccessControl(long, int, int, int, int, int, int, long, long, Long) - Constructor for class org.openanzo.server.repository.rdb.sql.AciRdbWrapper.BatchInsertAccessControl
Create a batchable object for the insertAccessControl prepared statement.
AciRdbWrapper.BatchUpdateAccessControl - Class in org.openanzo.server.repository.rdb.sql
Batch operation for adding parameters to the UpdateAccessControl prepared statement
AciRdbWrapper.BatchUpdateAccessControl(AciRdbWrapper.UpdateAccessControlParams) - Constructor for class org.openanzo.server.repository.rdb.sql.AciRdbWrapper.BatchUpdateAccessControl
Create a batchable object for the updateAccessControl prepared statement.
AciRdbWrapper.BatchUpdateAccessControl(int, int, int, int, int, int, long, long, long) - Constructor for class org.openanzo.server.repository.rdb.sql.AciRdbWrapper.BatchUpdateAccessControl
Create a batchable object for the updateAccessControl prepared statement.
AciRdbWrapper.DeleteAccessControlParams - Interface in org.openanzo.server.repository.rdb.sql
Interface for managing the parameters to the deleteAccessControl prepared statement.
AciRdbWrapper.DeleteAccessControlParamsImpl - Class in org.openanzo.server.repository.rdb.sql
Default implementation of DeleteAccessControlParams
AciRdbWrapper.DeleteAccessControlParamsImpl() - Constructor for class org.openanzo.server.repository.rdb.sql.AciRdbWrapper.DeleteAccessControlParamsImpl
 
AciRdbWrapper.InsertAccessControlParams - Interface in org.openanzo.server.repository.rdb.sql
Interface for managing the parameters to the insertAccessControl prepared statement.
AciRdbWrapper.InsertAccessControlParamsImpl - Class in org.openanzo.server.repository.rdb.sql
Default implementation of InsertAccessControlParams
AciRdbWrapper.InsertAccessControlParamsImpl() - Constructor for class org.openanzo.server.repository.rdb.sql.AciRdbWrapper.InsertAccessControlParamsImpl
 
AciRdbWrapper.SelectAccessControlResult - Interface in org.openanzo.server.repository.rdb.sql
Interface for holding the results of the selectAccessControl prepared statement.
AciRdbWrapper.SelectAccessControlResultImpl - Class in org.openanzo.server.repository.rdb.sql
Default implementation of SelectAccessControlResult
AciRdbWrapper.SelectAccessControlResultImpl() - Constructor for class org.openanzo.server.repository.rdb.sql.AciRdbWrapper.SelectAccessControlResultImpl
 
AciRdbWrapper.UpdateAccessControlParams - Interface in org.openanzo.server.repository.rdb.sql
Interface for managing the parameters to the updateAccessControl prepared statement.
AciRdbWrapper.UpdateAccessControlParamsImpl - Class in org.openanzo.server.repository.rdb.sql
Default implementation of UpdateAccessControlParams
AciRdbWrapper.UpdateAccessControlParamsImpl() - Constructor for class org.openanzo.server.repository.rdb.sql.AciRdbWrapper.UpdateAccessControlParamsImpl
 
aciRoleIdEqualsUsersRolesIdConstraint - Static variable in class org.openanzo.server.repository.graph.RdfMap.UserRoleHistory
Constraint that ensures the role from the ACL table is the role from the usersroles table
aciRoleIdInUsersRolesIdConstaint - Static variable in class org.openanzo.server.repository.graph.RdfMap.UserRoleHistory
Constraint that ensures that the acl's role id is in the set of roles for a given user for the given timestamp
aciRoleIdInUsersRolesIdConstaintLive - Static variable in class org.openanzo.server.repository.graph.RdfMap.UserRoleHistory
Constraint that ensures that the acl's role id is currently in the set of roles for a given user.
ACL - Interface in org.openanzo.common.ontology
Interface for ACL ontology class
Use the org.openanzo.common.ontology.AnzoFactory to create instances of this interface.
acl - Static variable in interface org.openanzo.serialization.SerializationConstants
Acl Constant
ACL - Class in org.openanzo.server.repository.structures
Provides read and write access to an access control list (ACL) stored in the repository.
ACL(RepositoryConnection, Long) - Constructor for class org.openanzo.server.repository.structures.ACL
New ACL with given ID, and RepositoryConnection
ACL_PREFIX - Static variable in interface org.openanzo.model.Constants
Prefix for ACL URIs
aclGrounding - Static variable in class org.openanzo.server.repository.graph.RdfMap.AclHistory
Subject grounding that ensures the acl is not deleted for the last transaction timestamp that the query is using and returns the rdf:typ statement
aclGroundingLive - Static variable in class org.openanzo.server.repository.graph.RdfMap.AclHistory
Subject grounding that ensures the acl is not currently deleted and returns the rdf:type statement
AclId - Variable in class org.openanzo.server.repository.rdb.sql.AciRdbWrapper.SelectAccessControlResultImpl
Value for the "AclId" result value
aclid - Variable in class org.openanzo.server.repository.rdb.sql.NamedGraphRdbWrapper.GetNamedGraphAtRevisionResultImpl
Value for the "aclid" result value
aclId - Variable in class org.openanzo.server.repository.rdb.sql.NamedGraphRdbWrapper.SelectNamedGraphResultImpl
Value for the "aclId" result value
AclId - Variable in class org.openanzo.server.repository.rdb.sql.ReplicationRdbWrapper.SelectAciMaskDeltasResultImpl
Value for the "AclId" result value
aclId - Variable in class org.openanzo.server.repository.rdb.sql.ReplicationRdbWrapper.SelectCollectionAdditionsResultImpl
Value for the "aclId" result value
aclid - Variable in class org.openanzo.server.repository.rdb.sql.ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResultImpl
Value for the "aclid" result value
aclId - Variable in class org.openanzo.server.repository.rdb.sql.ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsResultImpl
Value for the "aclId" result value
aclId - Variable in class org.openanzo.server.repository.rdb.sql.ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsResultImpl
Value for the "aclId" result value
AclId - Static variable in class org.openanzo.server.repository.Schema.ACI
ACI's acl ID column
AclId - Static variable in class org.openanzo.server.repository.Schema.ACI.ColumnNames
ACI's acl ID column name
AclId - Static variable in class org.openanzo.server.repository.Schema.NamedGraphs
Graph's ACL ID column
AclId - Static variable in class org.openanzo.server.repository.Schema.NamedGraphs.ColumnNames
Graph's ACL ID column name
ACLImpl - Class in org.openanzo.common.ontology
Implementation of ACL Use the org.openanzo.common.ontology.AnzoFactory to create instances of this class.
ACLListener - Interface in org.openanzo.common.ontology
Implementations of this listener may be registered with instances of org.openanzo.common.ontology.ACL to receive notification when properties changed, added or removed.
aclPrivilegesGrounding - Static variable in class org.openanzo.server.repository.graph.RdfMap.AclHistory
Subject grounding that the acl is not deleted for the last transaction timestamp that the query is using and returns the priviliges properties
aclPrivilegesGroundingLive - Static variable in class org.openanzo.server.repository.graph.RdfMap.AclHistory
Subject grounding that the acl is not currently deleted and returns the priviliges properties
AclRdbWrapper - Class in org.openanzo.server.repository.rdb.sql
AclRdbWrapper provides wrappers around SQL queries and transforms ResultSets into java objects
AclRdbWrapper() - Constructor for class org.openanzo.server.repository.rdb.sql.AclRdbWrapper
 
AclRdbWrapper.GetRoleAciParams - Interface in org.openanzo.server.repository.rdb.sql
Interface for managing the parameters to the getRoleAci prepared statement.
AclRdbWrapper.GetRoleAciParamsImpl - Class in org.openanzo.server.repository.rdb.sql
Default implementation of GetRoleAciParams
AclRdbWrapper.GetRoleAciParamsImpl() - Constructor for class org.openanzo.server.repository.rdb.sql.AclRdbWrapper.GetRoleAciParamsImpl
 
AclRdbWrapper.SelectRolesForNamedGraphNoWithParams - Interface in org.openanzo.server.repository.rdb.sql
Interface for managing the parameters to the selectRolesForNamedGraphNoWith prepared statement.
AclRdbWrapper.SelectRolesForNamedGraphNoWithParamsImpl - Class in org.openanzo.server.repository.rdb.sql
Default implementation of SelectRolesForNamedGraphNoWithParams
AclRdbWrapper.SelectRolesForNamedGraphNoWithParamsImpl() - Constructor for class org.openanzo.server.repository.rdb.sql.AclRdbWrapper.SelectRolesForNamedGraphNoWithParamsImpl
 
AclRdbWrapper.SelectUserHasAccessParams - Interface in org.openanzo.server.repository.rdb.sql
Interface for managing the parameters to the selectUserHasAccess prepared statement.
AclRdbWrapper.SelectUserHasAccessParamsImpl - Class in org.openanzo.server.repository.rdb.sql
Default implementation of SelectUserHasAccessParams
AclRdbWrapper.SelectUserHasAccessParamsImpl() - Constructor for class org.openanzo.server.repository.rdb.sql.AclRdbWrapper.SelectUserHasAccessParamsImpl
 
AclRdbWrapper.SelectUserHasAccessResult - Interface in org.openanzo.server.repository.rdb.sql
Interface for holding the results of the selectUserHasAccess prepared statement.
AclRdbWrapper.SelectUserHasAccessResultImpl - Class in org.openanzo.server.repository.rdb.sql
Default implementation of SelectUserHasAccessResult
AclRdbWrapper.SelectUserHasAccessResultImpl() - Constructor for class org.openanzo.server.repository.rdb.sql.AclRdbWrapper.SelectUserHasAccessResultImpl
 
AclRdbWrapper.SelectUsersForNamedGraphsNoWithParams - Interface in org.openanzo.server.repository.rdb.sql
Interface for managing the parameters to the selectUsersForNamedGraphsNoWith prepared statement.
AclRdbWrapper.SelectUsersForNamedGraphsNoWithParamsImpl - Class in org.openanzo.server.repository.rdb.sql
Default implementation of SelectUsersForNamedGraphsNoWithParams
AclRdbWrapper.SelectUsersForNamedGraphsNoWithParamsImpl() - Constructor for class org.openanzo.server.repository.rdb.sql.AclRdbWrapper.SelectUsersForNamedGraphsNoWithParamsImpl
 
aclUri - Static variable in interface org.openanzo.serialization.SerializationConstants
acl Constant
aclUserMaskGrounding - Static variable in class org.openanzo.server.repository.graph.RdfMap.AclHistory
Subject grounding that ensures the acl is not deleted for the last transaction timestamp that the query is using and acl is the default acl template for a user.
aclUserMaskGroundingLive - Static variable in class org.openanzo.server.repository.graph.RdfMap.AclHistory
Subject grounding that ensures the acl is not currently deleted and acl is the default acl template for a user.
ACLUtil - Class in org.openanzo.common.utils
Convenience methods for accessing ACL data within ANZO metadata graphs
ACLUtil() - Constructor for class org.openanzo.common.utils.ACLUtil
 
acquireClient() - Method in class org.openanzo.atom.memcached.MemcachedClientPool
The caller must close the client when it is through
acquireRDBConnection(int) - Method in class org.openanzo.common.rdb.container.ContainerConnectionPool
Get a RDBConnection from the pool
acquireRepositoryConnection(int) - Method in class org.openanzo.server.repository.rdb.RepositoryConnectionPool
Get a repositoryConnection from the pool
activateObject(Object) - Method in class org.openanzo.common.rdb.container.ContainerConnectionFactory
Activate RDBConnection from pool
activateObject(Object) - Method in class org.openanzo.server.repository.rdb.RepositoryConnectionFactory
Activate RepositoryConnection from pool
ActiveMqProvider - Class in org.openanzo.common.jms
Implementation of IJmsProvider for the ActiveMQ jms system.
ActiveMqProvider() - Constructor for class org.openanzo.common.jms.ActiveMqProvider
 
ADataset - Class in org.openanzo.model.impl
Abstract base implementation of IDataset.
ADataset() - Constructor for class org.openanzo.model.impl.ADataset
 
add(Triple) - Method in class org.openanzo.client.jena.GraphImpl
 
add(Statement...) - Method in class org.openanzo.client.NamedGraphBase
 
add(Iterator<Statement>) - Method in class org.openanzo.client.NotificationContainerProxy
 
add(Resource, URI, Value, Resource) - Method in class org.openanzo.client.NotificationContainerProxy
 
add(Statement...) - Method in class org.openanzo.client.NotificationContainerProxy
 
add(Resource, URI, Value) - Method in class org.openanzo.client.NotificationNamedGraphProxy
 
add(Statement...) - Method in class org.openanzo.client.NotificationNamedGraphProxy
 
add(CloseableIterator<Statement>) - Method in class org.openanzo.client.NotificationNamedGraphProxy
 
add(Resource, URI, Value) - Method in class org.openanzo.client.RemoteGraphBase
 
add(Statement...) - Method in class org.openanzo.client.RemoteGraphBase
 
add(CloseableIterator<Statement>) - Method in class org.openanzo.client.RemoteGraphBase
 
add(Resource, URI, Value, Resource) - Method in class org.openanzo.client.StoredDatasetserviceDatasetProxy
 
add(Statement...) - Method in class org.openanzo.client.StoredDatasetserviceDatasetProxy
 
add(Iterator<Statement>) - Method in class org.openanzo.client.StoredDatasetserviceDatasetProxy
 
add(String, RDFTerm) - Method in class org.openanzo.common.ldap.container.transform.ValueMapTransform
 
add(Iterator<Statement>) - Method in class org.openanzo.common.rdb.container.RDBConnection
 
add(Resource, URI, Value, Resource) - Method in class org.openanzo.common.rdb.container.RDBConnection
 
add(Statement...) - Method in class org.openanzo.common.rdb.container.RDBConnection
 
add(Iterator<Statement>) - Method in class org.openanzo.common.rdb.container.RDBNamedGraphContainer
 
add(Resource, URI, Value, Resource) - Method in class org.openanzo.common.rdb.container.RDBNamedGraphContainer
 
add(Statement...) - Method in class org.openanzo.common.rdb.container.RDBNamedGraphContainer
 
add(int, PatternSolution) - Method in class org.openanzo.glitter.query.SolutionList
 
add(PatternSolution) - Method in class org.openanzo.glitter.query.SolutionList
 
add(PolymorphicNumber) - Method in class org.openanzo.glitter.util.PolymorphicNumber
Polymorphic addition.
add(Batchable.BatchOperation) - Method in class org.openanzo.jdbc.utils.batchable.Batchable.BatchOperationSet
Add BatchOperation to set
add(Iterator<E>) - Method in class org.openanzo.jdbc.utils.IteratorChain
Add a new Iterator to chain
add(Statement...) - Method in class org.openanzo.model.delta.DeltaContainer
Add statements to the delta.
add(Resource, URI, Value) - Method in class org.openanzo.model.delta.DeltaGraph
 
add(Statement...) - Method in class org.openanzo.model.delta.DeltaGraph
 
add(CloseableIterator<Statement>) - Method in class org.openanzo.model.delta.DeltaGraph
 
add(Statement...) - Method in class org.openanzo.model.delta.DeltaGraphContainer
Add a triple to the delta.
add(Resource, URI, Value, Resource) - Method in interface org.openanzo.model.IContainer
Add a new statement with given subj,pred,obj,context
add(Iterator<Statement>) - Method in interface org.openanzo.model.IContainer
Add a set of statements from container
add(Statement...) - Method in interface org.openanzo.model.IContainer
Add one or more statements to container
add(Resource, URI, Value, Resource) - Method in class org.openanzo.model.impl.ADataset
Add a statement to the given NamedGraph if said NamedGraph is contained within this dataset.
add(Statement...) - Method in class org.openanzo.model.impl.ADataset
Add statements to the given NamedGraph if said NamedGraph is contained within this dataset.
add(Iterator<Statement>) - Method in class org.openanzo.model.impl.ADataset
Add statements to their given NamedGraph.
add(Resource, URI, Value) - Method in class org.openanzo.model.impl.BasicGraph
 
add(Statement...) - Method in class org.openanzo.model.impl.BasicGraph
 
add(CloseableIterator<Statement>) - Method in class org.openanzo.model.impl.BasicGraph
 
add(Iterator<Statement>) - Method in class org.openanzo.model.impl.ContainerDataset
 
add(Resource, URI, Value, Resource) - Method in class org.openanzo.model.impl.ContainerDataset
 
add(Statement...) - Method in class org.openanzo.model.impl.ContainerDataset
 
add(Resource, URI, Value) - Method in class org.openanzo.model.impl.ContainerNamedGraph
 
add(Statement...) - Method in class org.openanzo.model.impl.ContainerNamedGraph
 
add(CloseableIterator<Statement>) - Method in class org.openanzo.model.impl.ContainerNamedGraph
 
add(Statement...) - Method in class org.openanzo.model.impl.NamedGraph
 
add(Statement...) - Method in class org.openanzo.model.impl.NamedGraphContainer
 
add(Iterator<Statement>) - Method in class org.openanzo.model.impl.NamedGraphContainer
 
add(Resource, URI, Value, Resource) - Method in class org.openanzo.model.impl.NamedGraphContainer
 
add(Statement...) - Method in class org.openanzo.model.impl.QuadStore
Add statements to store and index them
add(Resource, URI, Value, Resource) - Method in class org.openanzo.model.impl.StoredDatasetProxy
 
add(Statement...) - Method in class org.openanzo.model.impl.StoredDatasetProxy
 
add(Iterator<Statement>) - Method in class org.openanzo.model.impl.StoredDatasetProxy
 
add(Statement...) - Method in class org.openanzo.model.impl.TripleStore
Add statements to store and index them
add(Resource, URI, Value) - Method in interface org.openanzo.model.INamedGraph
Add a new statement with given subj,pred,obj
add(CloseableIterator<Statement>) - Method in interface org.openanzo.model.INamedGraph
Add a set of statements from graph
add(Statement...) - Method in interface org.openanzo.model.INamedGraph
Add one or more statements to graph
add(Statement...) - Method in class org.openanzo.model.proxy.MetadataProxyGraph
 
add(Resource, URI, Value) - Method in class org.openanzo.model.proxy.ProxyGraph
 
add(Statement...) - Method in class org.openanzo.model.proxy.ProxyGraph
 
add(CloseableIterator<Statement>) - Method in class org.openanzo.model.proxy.ProxyGraph
 
add(Iterator<Statement>) - Method in class org.openanzo.model.transaction.impl.TransactionContainerProxy
 
add(Resource, URI, Value, Resource) - Method in class org.openanzo.model.transaction.impl.TransactionContainerProxy
 
add(Statement...) - Method in class org.openanzo.model.transaction.impl.TransactionContainerProxy
 
add(Resource, URI, Value) - Method in class org.openanzo.model.transaction.impl.TransactionNamedGraphProxy
 
add(Statement...) - Method in class org.openanzo.model.transaction.impl.TransactionNamedGraphProxy
 
add(CloseableIterator<Statement>) - Method in class org.openanzo.model.transaction.impl.TransactionNamedGraphProxy
 
add - Static variable in class org.openanzo.server.repository.graph.RdfMap.AclHistory
Property grounding for canAdd
add - Variable in class org.openanzo.server.repository.rdb.sql.AciRdbWrapper.SelectAccessControlResultImpl
Value for the "add" result value
add - Variable in class org.openanzo.server.repository.rdb.sql.AclRdbWrapper.SelectUserHasAccessResultImpl
Value for the "add" result value
add - Variable in class org.openanzo.server.repository.rdb.sql.ReplicationRdbWrapper.SelectAciMaskDeltasResultImpl
Value for the "add" result value
add - Variable in class org.openanzo.server.repository.rdb.sql.ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsResultImpl
Value for the "add" result value
add - Variable in class org.openanzo.server.repository.rdb.sql.ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsResultImpl
Value for the "add" result value
Add - Static variable in class org.openanzo.server.repository.Schema.ACI
ACI's canAdd column
Add - Static variable in class org.openanzo.server.repository.Schema.ACI.ColumnNames
ACI's canAdd column name
Add - Static variable in class org.openanzo.server.repository.structures.Privilege
User can add triples to NamedGraph
ADD - Static variable in interface org.openanzo.telar.Constants
 
add(Object) - Method in class org.openanzo.util.Pair
 
add(int, Object) - Method in class org.openanzo.util.Pair
 
addAccountName(Literal) - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Add a 'accountName' property value
addAccountName(Literal) - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addAccountServiceHomepage(Document) - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds a value for the 'accountServiceHomepage' property
addAccountServiceHomepage() - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds an anonymous value for the 'accountServiceHomepage' property
addAccountServiceHomepage(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds a value for the 'accountServiceHomepage' property.
addAccountServiceHomepage(Document) - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addAccountServiceHomepage() - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addAccountServiceHomepage(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addAdd(Role) - Method in interface org.openanzo.common.ontology.ACL
Adds a value for the 'add' property
addAdd() - Method in interface org.openanzo.common.ontology.ACL
Adds an anonymous value for the 'add' property
addAdd(Resource) - Method in interface org.openanzo.common.ontology.ACL
Adds a value for the 'add' property.
addAdd(Role) - Method in class org.openanzo.common.ontology.ACLImpl
 
addAdd() - Method in class org.openanzo.common.ontology.ACLImpl
 
addAdd(Resource) - Method in class org.openanzo.common.ontology.ACLImpl
 
addAdded(ACL, Role) - Method in interface org.openanzo.common.ontology.ACLListener
Called when a value of add has been added
addAggregates(Entry) - Method in interface org.openanzo.atom.jastor.atomowl.Feed
Adds a value for the 'aggregates' property
addAggregates() - Method in interface org.openanzo.atom.jastor.atomowl.Feed
Adds an anonymous value for the 'aggregates' property
addAggregates(Resource) - Method in interface org.openanzo.atom.jastor.atomowl.Feed
Adds a value for the 'aggregates' property.
addAggregates(Entry) - Method in class org.openanzo.atom.jastor.atomowl.FeedImpl
 
addAggregates() - Method in class org.openanzo.atom.jastor.atomowl.FeedImpl
 
addAggregates(Resource) - Method in class org.openanzo.atom.jastor.atomowl.FeedImpl
 
addAll(Collection<? extends PatternSolution>) - Method in class org.openanzo.glitter.query.SolutionList
 
addAll(int, Collection<? extends PatternSolution>) - Method in class org.openanzo.glitter.query.SolutionList
 
addAll(Collection<?>) - Method in class org.openanzo.util.Pair
 
addAll(int, Collection<?>) - Method in class org.openanzo.util.Pair
 
addAllMatches(Collection<Statement>, Iterator<Statement>, Resource, URI, Value) - Static method in class org.openanzo.utils.StatementUtils
Add all statements from Iterator into collection that match the given subj,prop,obj pattern
addAllValuesFrom(DatasetThing) - Method in interface org.openanzo.owl.dataset.Restriction
Adds a value for the 'allValuesFrom' property
addAllValuesFrom() - Method in interface org.openanzo.owl.dataset.Restriction
Adds an anonymous value for the 'allValuesFrom' property
addAllValuesFrom(Resource) - Method in interface org.openanzo.owl.dataset.Restriction
Adds a value for the 'allValuesFrom' property.
addAllValuesFrom(DatasetThing) - Method in class org.openanzo.owl.dataset.RestrictionImpl
 
addAllValuesFrom() - Method in class org.openanzo.owl.dataset.RestrictionImpl
 
addAllValuesFrom(Resource) - Method in class org.openanzo.owl.dataset.RestrictionImpl
 
addAllValuesFrom(GraphThing) - Method in interface org.openanzo.owl.Restriction
Adds a value for the 'allValuesFrom' property
addAllValuesFrom() - Method in interface org.openanzo.owl.Restriction
Adds an anonymous value for the 'allValuesFrom' property
addAllValuesFrom(Resource) - Method in interface org.openanzo.owl.Restriction
Adds a value for the 'allValuesFrom' property.
addAllValuesFrom(GraphThing) - Method in class org.openanzo.owl.RestrictionImpl
 
addAllValuesFrom() - Method in class org.openanzo.owl.RestrictionImpl
 
addAllValuesFrom(Resource) - Method in class org.openanzo.owl.RestrictionImpl
 
addAlternate(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.EntryImpl
 
addAlternate() - Method in class org.openanzo.atom.jastor.atomowl.EntryImpl
 
addAlternate(Resource) - Method in class org.openanzo.atom.jastor.atomowl.EntryImpl
 
addAlternate(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.FeedImpl
 
addAlternate() - Method in class org.openanzo.atom.jastor.atomowl.FeedImpl
 
addAlternate(Resource) - Method in class org.openanzo.atom.jastor.atomowl.FeedImpl
 
addAlternate(GraphThing) - Method in interface org.openanzo.atom.jastor.atomowl.Version
Adds a value for the 'alternate' property
addAlternate() - Method in interface org.openanzo.atom.jastor.atomowl.Version
Adds an anonymous value for the 'alternate' property
addAlternate(Resource) - Method in interface org.openanzo.atom.jastor.atomowl.Version
Adds a value for the 'alternate' property.
addAlternate(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.VersionImpl
 
addAlternate() - Method in class org.openanzo.atom.jastor.atomowl.VersionImpl
 
addAlternate(Resource) - Method in class org.openanzo.atom.jastor.atomowl.VersionImpl
 
addAuthor(Person) - Method in class org.openanzo.atom.jastor.atomowl.EntryImpl
 
addAuthor() - Method in class org.openanzo.atom.jastor.atomowl.EntryImpl
 
addAuthor(Resource) - Method in class org.openanzo.atom.jastor.atomowl.EntryImpl
 
addAuthor(Person) - Method in class org.openanzo.atom.jastor.atomowl.FeedImpl
 
addAuthor() - Method in class org.openanzo.atom.jastor.atomowl.FeedImpl
 
addAuthor(Resource) - Method in class org.openanzo.atom.jastor.atomowl.FeedImpl
 
addAuthor(Person) - Method in interface org.openanzo.atom.jastor.atomowl.FeedOrEntry
Adds a value for the 'author' property
addAuthor() - Method in interface org.openanzo.atom.jastor.atomowl.FeedOrEntry
Adds an anonymous value for the 'author' property
addAuthor(Resource) - Method in interface org.openanzo.atom.jastor.atomowl.FeedOrEntry
Adds a value for the 'author' property.
addAuthor(Person) - Method in class org.openanzo.atom.jastor.atomowl.FeedOrEntryImpl
 
addAuthor() - Method in class org.openanzo.atom.jastor.atomowl.FeedOrEntryImpl
 
addAuthor(Resource) - Method in class org.openanzo.atom.jastor.atomowl.FeedOrEntryImpl
 
addAuthor(Person) - Method in interface org.openanzo.atom.jastor.queso.Entry
Adds a value for the 'author' property
addAuthor() - Method in interface org.openanzo.atom.jastor.queso.Entry
Adds an anonymous value for the 'author' property
addAuthor(Resource) - Method in interface org.openanzo.atom.jastor.queso.Entry
Adds a value for the 'author' property.
addAuthor(Person) - Method in class org.openanzo.atom.jastor.queso.EntryImpl
 
addAuthor() - Method in class org.openanzo.atom.jastor.queso.EntryImpl
 
addAuthor(Resource) - Method in class org.openanzo.atom.jastor.queso.EntryImpl
 
addBaseTypes(BaseTypesElement) - Method in class org.openanzo.jastor.ant.JastorTask
Add a BaseTypesElement to this task
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.BaseSQL.BatchClearTable
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.BaseSQL.BatchDropTable
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.BaseSQL.BatchDropView
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.BaseSQL.BatchInsertGraph
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.BaseSQL.BatchLockTable
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.BaseSQL.BatchRemoveRowsFromTable
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.BaseSQL.BatchUnlockTable
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.GlitterSQL.BatchClearTempDatasetTable
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.GlitterSQL.BatchTruncateTempDatasetTable
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.GraphSQL.BatchClear
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.GraphSQL.BatchDeleteStatement
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.GraphSQL.BatchInsertStatement
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.NodeSQL.BatchInsertCommonValue
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.NodeSQL.BatchStoreBulkLiteral
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.NodeSQL.BatchStoreBulkLongLiteral
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.NodeSQL.BatchStoreBulkLongNode
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.NodeSQL.BatchStoreBulkNode
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.NodeSQL.BatchStoreResolveId
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.NodeSQL.BatchStoreResolveLiteral
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.NodeSQL.BatchStoreResolveLiteralLong
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.NodeSQL.BatchStoreResolveNode
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.NodeSQL.BatchStoreResolveNodeLong
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.NoSequencesSQL.BatchInsertLiteral
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.NoSequencesSQL.BatchInsertLongLiteral
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.NoSequencesSQL.BatchInsertLongNode
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.NoSequencesSQL.BatchInsertNode
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.NoSequencesSQL.BatchUpdateNodeID
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.SequencesSQL.BatchInsertLiteral
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.SequencesSQL.BatchInsertLongLiteral
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.SequencesSQL.BatchInsertLongNode
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.SequencesSQL.BatchInsertNode
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.XMLSQL.BatchStoreLongXML
 
addBatch(PreparedStatement) - Method in class org.openanzo.common.rdb.sql.XMLSQL.BatchStoreXML
 
addBatch(PreparedStatement) - Method in class org.openanzo.jdbc.utils.batchable.Batchable.BatchOperation
Called by BatchExecutor when prepared statement is being readied for execution.
addBatch(PreparedStatement) - Method in class org.openanzo.server.repository.rdb.sql.AciRdbWrapper.BatchDeleteAccessControl
 
addBatch(PreparedStatement) - Method in class org.openanzo.server.repository.rdb.sql.AciRdbWrapper.BatchInsertAccessControl
 
addBatch(PreparedStatement) - Method in class org.openanzo.server.repository.rdb.sql.AciRdbWrapper.BatchUpdateAccessControl
 
addBatch(PreparedStatement) - Method in class org.openanzo.server.repository.rdb.sql.InsertStatementsRdbWrapper.BatchCreateIdTable
 
addBatch(PreparedStatement) - Method in class org.openanzo.server.repository.rdb.sql.InsertStatementsRdbWrapper.BatchDeleteTempStatements
 
addBatch(PreparedStatement) - Method in class org.openanzo.server.repository.rdb.sql.InsertStatementsRdbWrapper.BatchDropIdTable
 
addBatch(PreparedStatement) - Method in class org.openanzo.server.repository.rdb.sql.InsertStatementsRdbWrapper.BatchInsertBatchRequestId
 
addBatch(PreparedStatement) - Method in class org.openanzo.server.repository.rdb.sql.InsertStatementsRdbWrapper.BatchInsertTempStatement
 
addBatch(PreparedStatement) - Method in class org.openanzo.server.repository.rdb.sql.InsertStatementsRdbWrapper.BatchSelectTempIdCount
 
addBatch(PreparedStatement) - Method in class org.openanzo.server.repository.rdb.sql.LastTransactionTime.BatchInsertFirstTransactionTime
 
addBatch(PreparedStatement) - Method in class org.openanzo.server.repository.rdb.sql.LastTransactionTime.BatchInsertLastTransactionTime
 
addBatch(PreparedStatement) - Method in class org.openanzo.server.repository.rdb.sql.LastTransactionTime.BatchInsertTransactionTimes
 
addBatch(PreparedStatement) - Method in class org.openanzo.server.repository.rdb.sql.NamedGraphRdbWrapper.BatchDeleteNamedGraph
 
addBatch(PreparedStatement) - Method in class org.openanzo.server.repository.rdb.sql.NamedGraphRdbWrapper.BatchDeleteStatementsForNamedGraph
 
addBatch(PreparedStatement) - Method in class org.openanzo.server.repository.rdb.sql.NamedGraphRdbWrapper.BatchInsertNamedGraph
 
addBatch(PreparedStatement) - Method in class org.openanzo.server.repository.rdb.sql.NamedGraphRdbWrapper.BatchLookupNamedGraphRevision
 
addBatch(PreparedStatement) - Method in class org.openanzo.server.repository.rdb.sql.RoleRdbWrapper.BatchDeleteRole
 
addBatch(PreparedStatement) - Method in class org.openanzo.server.repository.rdb.sql.RoleRdbWrapper.BatchDeleteSubRoleOf
 
addBatch(PreparedStatement) - Method in class org.openanzo.server.repository.rdb.sql.RoleRdbWrapper.BatchInsertRole
 
addBatch(PreparedStatement) - Method in class org.openanzo.server.repository.rdb.sql.RoleRdbWrapper.BatchInsertSubRoleOf
 
addBatch(PreparedStatement) - Method in class org.openanzo.server.repository.rdb.sql.ServerRdbWrapper.BatchLockTable
 
addBatch(PreparedStatement) - Method in class org.openanzo.server.repository.rdb.sql.ServerRdbWrapper.BatchUnlockTable
 
addBatch(PreparedStatement) - Method in class org.openanzo.server.repository.rdb.sql.StatementRdbWrapper.BatchDeleteStatement
 
addBatch(PreparedStatement) - Method in class org.openanzo.server.repository.rdb.sql.StatementRdbWrapper.BatchInsertStatement
 
addBatch(PreparedStatement) - Method in class org.openanzo.server.repository.rdb.sql.UserRdbWrapper.BatchDeleteUser
 
addBatch(PreparedStatement) - Method in class org.openanzo.server.repository.rdb.sql.UserRdbWrapper.BatchInsertUser
 
addBatch(PreparedStatement) - Method in class org.openanzo.server.repository.rdb.sql.UserRdbWrapper.BatchUpdateUser
 
addBatch(PreparedStatement) - Method in class org.openanzo.server.repository.rdb.sql.UsersRolesRdbWrapper.BatchDeleteUserFromRole
 
addBatch(PreparedStatement) - Method in class org.openanzo.server.repository.rdb.sql.UsersRolesRdbWrapper.BatchInsertUsersRoles
 
addBatchable(Batchable) - Method in class org.openanzo.jdbc.utils.batchable.BatchOperationQueue
Add a Batchable to the queue
addBatchable(Batchable.BatchOperation) - Method in class org.openanzo.jdbc.utils.batchable.BatchOperationQueue
Add a Batchable operation to the queue.
addBatchItem(Batchable) - Method in class org.openanzo.jdbc.utils.batchable.Batchable.BatchGroup
Add Batchable to group
addBinding(BasicEntrySet, T) - Method in interface org.openanzo.common.ldap.container.EntryBinding
Add a binding.
addBinding(BasicEntrySet, BasicAttributeBinding) - Method in class org.openanzo.common.ldap.container.map.BasicEntrySetBinding
 
addBody(Literal) - Method in interface org.openanzo.atom.jastor.atomowl.Content
Add a 'body' property value
addBody(Literal) - Method in class org.openanzo.atom.jastor.atomowl.ContentImpl
 
addBody(Literal) - Method in class org.openanzo.atom.jastor.atomowl.HTMLImpl
 
addBody(Literal) - Method in class org.openanzo.atom.jastor.atomowl.PlainTextImpl
 
addBody(Literal) - Method in class org.openanzo.atom.jastor.atomowl.TextContentImpl
 
addBody(Literal) - Method in class org.openanzo.atom.jastor.atomowl.XHTMLImpl
 
addBody(Literal) - Method in class org.openanzo.atom.jastor.atomowl.XMLImpl
 
addCardinality(Integer) - Method in interface org.openanzo.owl.DataRestriction
Add a 'cardinality' property value
addCardinality(Integer) - Method in class org.openanzo.owl.DataRestrictionImpl
 
addCardinality(Integer) - Method in interface org.openanzo.owl.dataset.DataRestriction
Add a 'cardinality' property value
addCardinality(Integer) - Method in class org.openanzo.owl.dataset.DataRestrictionImpl
 
addCardinality(Integer) - Method in interface org.openanzo.owl.dataset.ObjectRestriction
Add a 'cardinality' property value
addCardinality(Integer) - Method in class org.openanzo.owl.dataset.ObjectRestrictionImpl
 
addCardinality(Integer) - Method in interface org.openanzo.owl.dataset.Restriction
Add a 'cardinality' property value
addCardinality(Integer) - Method in class org.openanzo.owl.dataset.RestrictionImpl
 
addCardinality(Integer) - Method in interface org.openanzo.owl.ObjectRestriction
Add a 'cardinality' property value
addCardinality(Integer) - Method in class org.openanzo.owl.ObjectRestrictionImpl
 
addCardinality(Integer) - Method in interface org.openanzo.owl.Restriction
Add a 'cardinality' property value
addCardinality(Integer) - Method in class org.openanzo.owl.RestrictionImpl
 
addCategory(Category) - Method in class org.openanzo.atom.jastor.atomowl.EntryImpl
 
addCategory() - Method in class org.openanzo.atom.jastor.atomowl.EntryImpl
 
addCategory(Resource) - Method in class org.openanzo.atom.jastor.atomowl.EntryImpl
 
addCategory(Category) - Method in class org.openanzo.atom.jastor.atomowl.FeedImpl
 
addCategory() - Method in class org.openanzo.atom.jastor.atomowl.FeedImpl
 
addCategory(Resource) - Method in class org.openanzo.atom.jastor.atomowl.FeedImpl
 
addCategory(Category) - Method in interface org.openanzo.atom.jastor.atomowl.FeedOrEntry
Adds a value for the 'category' property
addCategory() - Method in interface org.openanzo.atom.jastor.atomowl.FeedOrEntry
Adds an anonymous value for the 'category' property
addCategory(Resource) - Method in interface org.openanzo.atom.jastor.atomowl.FeedOrEntry
Adds a value for the 'category' property.
addCategory(Category) - Method in class org.openanzo.atom.jastor.atomowl.FeedOrEntryImpl
 
addCategory() - Method in class org.openanzo.atom.jastor.atomowl.FeedOrEntryImpl
 
addCategory(Resource) - Method in class org.openanzo.atom.jastor.atomowl.FeedOrEntryImpl
 
addCategory(Category) - Method in interface org.openanzo.atom.jastor.queso.Entry
Adds a value for the 'category' property
addCategory() - Method in interface org.openanzo.atom.jastor.queso.Entry
Adds an anonymous value for the 'category' property
addCategory(Resource) - Method in interface org.openanzo.atom.jastor.queso.Entry
Adds a value for the 'category' property.
addCategory(Category) - Method in class org.openanzo.atom.jastor.queso.EntryImpl
 
addCategory() - Method in class org.openanzo.atom.jastor.queso.EntryImpl
 
addCategory(Resource) - Method in class org.openanzo.atom.jastor.queso.EntryImpl
 
addChangeNamedGraphACL(Role) - Method in interface org.openanzo.common.ontology.ACL
Adds a value for the 'changeNamedGraphACL' property
addChangeNamedGraphACL() - Method in interface org.openanzo.common.ontology.ACL
Adds an anonymous value for the 'changeNamedGraphACL' property
addChangeNamedGraphACL(Resource) - Method in interface org.openanzo.common.ontology.ACL
Adds a value for the 'changeNamedGraphACL' property.
addChangeNamedGraphACL(Role) - Method in class org.openanzo.common.ontology.ACLImpl
 
addChangeNamedGraphACL() - Method in class org.openanzo.common.ontology.ACLImpl
 
addChangeNamedGraphACL(Resource) - Method in class org.openanzo.common.ontology.ACLImpl
 
addChild(TreeNode) - Method in class org.openanzo.glitter.syntax.abstrakt.BGP
 
addChild(TreeNode) - Method in class org.openanzo.glitter.syntax.abstrakt.Graph
 
addChild(TreeNode) - Method in class org.openanzo.glitter.syntax.abstrakt.Group
 
addChild(TreeNode) - Method in class org.openanzo.glitter.syntax.abstrakt.Optional
 
addChild(TreeNode) - Method in class org.openanzo.glitter.syntax.abstrakt.TreeNode
Adds the given child at the end of this node's children.
addChild(TreeNode) - Method in class org.openanzo.glitter.syntax.abstrakt.TriplePatternNode
 
addChild(TreeNode) - Method in class org.openanzo.glitter.syntax.abstrakt.Union
 
addCommand(Command) - Method in class org.openanzo.commands.CommandChain
Add a command to the end of this command chain
addComment(Literal) - Method in interface org.openanzo.atom.jastor.rdfs._Property
Add a 'comment' property value
addComment(Literal) - Method in class org.openanzo.atom.jastor.rdfs._PropertyImpl
 
addComment(Literal) - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Add a 'comment' property value
addComment(Literal) - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addComment(Literal) - Method in interface org.openanzo.atom.jastor.rdfs._Statement
Add a 'comment' property value
addComment(Literal) - Method in class org.openanzo.atom.jastor.rdfs._StatementImpl
 
addComment(Literal) - Method in class org.openanzo.atom.jastor.rdfs.AltImpl
 
addComment(Literal) - Method in class org.openanzo.atom.jastor.rdfs.BagImpl
 
addComment(Literal) - Method in interface org.openanzo.atom.jastor.rdfs.Class
Add a 'comment' property value
addComment(Literal) - Method in class org.openanzo.atom.jastor.rdfs.ClassImpl
 
addComment(Literal) - Method in interface org.openanzo.atom.jastor.rdfs.Container
Add a 'comment' property value
addComment(Literal) - Method in class org.openanzo.atom.jastor.rdfs.ContainerImpl
 
addComment(Literal) - Method in class org.openanzo.atom.jastor.rdfs.ContainerMembershipPropertyImpl
 
addComment(Literal) - Method in class org.openanzo.atom.jastor.rdfs.DatatypeImpl
 
addComment(Literal) - Method in interface org.openanzo.atom.jastor.rdfs.List
Add a 'comment' property value
addComment(Literal) - Method in class org.openanzo.atom.jastor.rdfs.ListImpl
 
addComment(Literal) - Method in interface org.openanzo.atom.jastor.rdfs.Literal
Add a 'comment' property value
addComment(Literal) - Method in class org.openanzo.atom.jastor.rdfs.LiteralImpl
 
addComment(Literal) - Method in class org.openanzo.atom.jastor.rdfs.SeqImpl
 
addComment(Literal) - Method in class org.openanzo.atom.jastor.rdfs.XMLLiteralImpl
 
addComment(String) - Method in class org.openanzo.owl._ThingImpl
 
addComment(String) - Method in class org.openanzo.owl.AnnotationPropertyImpl
 
addComment(String) - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addComment(String) - Method in class org.openanzo.owl.ClassImpl
 
addComment(String) - Method in class org.openanzo.owl.dataset._ThingImpl
 
addComment(String) - Method in class org.openanzo.owl.dataset.AnnotationPropertyImpl
 
addComment(String) - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addComment(String) - Method in class org.openanzo.owl.dataset.ClassImpl
 
addComment(String) - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addComment(String) - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addComment(String) - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addComment(String) - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addComment(String) - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addComment(String) - Method in class org.openanzo.owl.dataset.IndividualImpl
 
addComment(String) - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addComment(String) - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addComment(String) - Method in class org.openanzo.owl.dataset.NothingImpl
 
addComment(String) - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addComment(String) - Method in class org.openanzo.owl.dataset.OWLEntityImpl
 
addComment(String) - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addComment(String) - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addComment(String) - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addComment(String) - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addComment(String) - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addComment(String) - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addComment(String) - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addComment(String) - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addComment(String) - Method in class org.openanzo.owl.IndividualImpl
 
addComment(String) - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addComment(String) - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addComment(String) - Method in class org.openanzo.owl.NothingImpl
 
addComment(String) - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addComment(String) - Method in class org.openanzo.owl.OWLEntityImpl
 
addComment(String) - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addComment(String) - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addComment(String) - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addComment(String) - Method in class org.openanzo.rdfs._PropertyImpl
 
addComment(String) - Method in interface org.openanzo.rdfs._Resource
Add a 'comment' property value
addComment(String) - Method in class org.openanzo.rdfs._ResourceImpl
 
addComment(String) - Method in class org.openanzo.rdfs.AltImpl
 
addComment(String) - Method in class org.openanzo.rdfs.BagImpl
 
addComment(String) - Method in class org.openanzo.rdfs.ClassImpl
 
addComment(String) - Method in class org.openanzo.rdfs.ContainerImpl
 
addComment(String) - Method in class org.openanzo.rdfs.ContainerMembershipPropertyImpl
 
addComment(String) - Method in class org.openanzo.rdfs.dataset._PropertyImpl
 
addComment(String) - Method in interface org.openanzo.rdfs.dataset._Resource
Add a 'comment' property value
addComment(String) - Method in class org.openanzo.rdfs.dataset._ResourceImpl
 
addComment(String) - Method in class org.openanzo.rdfs.dataset.AltImpl
 
addComment(String) - Method in class org.openanzo.rdfs.dataset.BagImpl
 
addComment(String) - Method in class org.openanzo.rdfs.dataset.ClassImpl
 
addComment(String) - Method in class org.openanzo.rdfs.dataset.ContainerImpl
 
addComment(String) - Method in class org.openanzo.rdfs.dataset.ContainerMembershipPropertyImpl
 
addComment(String) - Method in class org.openanzo.rdfs.dataset.DatatypeImpl
 
addComment(String) - Method in class org.openanzo.rdfs.dataset.ListImpl
 
addComment(String) - Method in class org.openanzo.rdfs.dataset.LiteralImpl
 
addComment(String) - Method in class org.openanzo.rdfs.dataset.SeqImpl
 
addComment(String) - Method in class org.openanzo.rdfs.DatatypeImpl
 
addComment(String) - Method in class org.openanzo.rdfs.ListImpl
 
addComment(String) - Method in class org.openanzo.rdfs.LiteralImpl
 
addComment(String) - Method in class org.openanzo.rdfs.SeqImpl
 
addComplementOf(Class) - Method in interface org.openanzo.owl.DataRange
Adds a value for the 'complementOf' property
addComplementOf() - Method in interface org.openanzo.owl.DataRange
Adds an anonymous value for the 'complementOf' property
addComplementOf(Resource) - Method in interface org.openanzo.owl.DataRange
Adds a value for the 'complementOf' property.
addComplementOf(Class) - Method in class org.openanzo.owl.DataRangeImpl
 
addComplementOf() - Method in class org.openanzo.owl.DataRangeImpl
 
addComplementOf(Resource) - Method in class org.openanzo.owl.DataRangeImpl
 
addComplementOf(Class) - Method in interface org.openanzo.owl.dataset.DataRange
Adds a value for the 'complementOf' property
addComplementOf() - Method in interface org.openanzo.owl.dataset.DataRange
Adds an anonymous value for the 'complementOf' property
addComplementOf(Resource) - Method in interface org.openanzo.owl.dataset.DataRange
Adds a value for the 'complementOf' property.
addComplementOf(Class) - Method in class org.openanzo.owl.dataset.DataRangeImpl
 
addComplementOf() - Method in class org.openanzo.owl.dataset.DataRangeImpl
 
addComplementOf(Resource) - Method in class org.openanzo.owl.dataset.DataRangeImpl
 
addConnection(ConnectionContext, ConnectionInfo) - Method in class org.openanzo.server.security.activemq.AuthenticationBroker
 
addConnectionListener(SailConnectionListener) - Method in class org.openanzo.client.openrdf.DatasetServiceSailConnection
 
addConstraint(Constraint) - Method in class org.openanzo.server.repository.querybuilder.SubjectGrounding
Adds a constraint as well as additional tables that are required by the constraint.
addConsumer(ConnectionContext, ConsumerInfo) - Method in class org.openanzo.server.security.activemq.AuthenticationBroker
 
addContains(Entry) - Method in interface org.openanzo.atom.jastor.atomowl.Feed
Adds a value for the 'contains' property
addContains() - Method in interface org.openanzo.atom.jastor.atomowl.Feed
Adds an anonymous value for the 'contains' property
addContains(Resource) - Method in interface org.openanzo.atom.jastor.atomowl.Feed
Adds a value for the 'contains' property.
addContains(Entry) - Method in class org.openanzo.atom.jastor.atomowl.FeedImpl
 
addContains() - Method in class org.openanzo.atom.jastor.atomowl.FeedImpl
 
addContains(Resource) - Method in class org.openanzo.atom.jastor.atomowl.FeedImpl
 
addContributor(Person) - Method in class org.openanzo.atom.jastor.atomowl.EntryImpl
 
addContributor() - Method in class org.openanzo.atom.jastor.atomowl.EntryImpl
 
addContributor(Resource) - Method in class org.openanzo.atom.jastor.atomowl.EntryImpl
 
addContributor(Person) - Method in class org.openanzo.atom.jastor.atomowl.FeedImpl
 
addContributor() - Method in class org.openanzo.atom.jastor.atomowl.FeedImpl
 
addContributor(Resource) - Method in class org.openanzo.atom.jastor.atomowl.FeedImpl
 
addContributor(Person) - Method in interface org.openanzo.atom.jastor.atomowl.FeedOrEntry
Adds a value for the 'contributor' property
addContributor() - Method in interface org.openanzo.atom.jastor.atomowl.FeedOrEntry
Adds an anonymous value for the 'contributor' property
addContributor(Resource) - Method in interface org.openanzo.atom.jastor.atomowl.FeedOrEntry
Adds a value for the 'contributor' property.
addContributor(Person) - Method in class org.openanzo.atom.jastor.atomowl.FeedOrEntryImpl
 
addContributor() - Method in class org.openanzo.atom.jastor.atomowl.FeedOrEntryImpl
 
addContributor(Resource) - Method in class org.openanzo.atom.jastor.atomowl.FeedOrEntryImpl
 
addContributor(Person) - Method in interface org.openanzo.atom.jastor.queso.Entry
Adds a value for the 'contributor' property
addContributor() - Method in interface org.openanzo.atom.jastor.queso.Entry
Adds an anonymous value for the 'contributor' property
addContributor(Resource) - Method in interface org.openanzo.atom.jastor.queso.Entry
Adds a value for the 'contributor' property.
addContributor(Person) - Method in class org.openanzo.atom.jastor.queso.EntryImpl
 
addContributor() - Method in class org.openanzo.atom.jastor.queso.EntryImpl
 
addContributor(Resource) - Method in class org.openanzo.atom.jastor.queso.EntryImpl
 
addCount - Variable in class org.openanzo.server.repository.update.TransactionUpdateResults
Statements added
addCreatedBy(User) - Method in interface org.openanzo.common.ontology.NamedGraph
Adds a value for the 'createdBy' property
addCreatedBy() - Method in interface org.openanzo.common.ontology.NamedGraph
Adds an anonymous value for the 'createdBy' property
addCreatedBy(Resource) - Method in interface org.openanzo.common.ontology.NamedGraph
Adds a value for the 'createdBy' property.
addCreatedBy(User) - Method in class org.openanzo.common.ontology.NamedGraphImpl
 
addCreatedBy() - Method in class org.openanzo.common.ontology.NamedGraphImpl
 
addCreatedBy(Resource) - Method in class org.openanzo.common.ontology.NamedGraphImpl
 
addCurrentProject(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Person
Adds a value for the 'currentProject' property
addCurrentProject() - Method in interface org.openanzo.atom.jastor.foaf.Person
Adds an anonymous value for the 'currentProject' property
addCurrentProject(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Person
Adds a value for the 'currentProject' property.
addCurrentProject(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addCurrentProject() - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addCurrentProject(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addCustomThing(CustomThingElement) - Method in class org.openanzo.jastor.ant.JastorTask
Add a custom thing to this task
addDDL(DDLTask) - Method in class org.openanzo.jdbc.utils.opgen.ant.CompositionTask
Add a ddl task to this task
addDefaultGraph(NamedGraph) - Method in interface org.openanzo.common.ontology.Dataset
Adds a value for the 'defaultGraph' property
addDefaultGraph() - Method in interface org.openanzo.common.ontology.Dataset
Adds an anonymous value for the 'defaultGraph' property
addDefaultGraph(Resource) - Method in interface org.openanzo.common.ontology.Dataset
Adds a value for the 'defaultGraph' property.
addDefaultGraph(NamedGraph) - Method in class org.openanzo.common.ontology.DatasetImpl
 
addDefaultGraph() - Method in class org.openanzo.common.ontology.DatasetImpl
 
addDefaultGraph(Resource) - Method in class org.openanzo.common.ontology.DatasetImpl
 
addDefaultGraph(URI) - Method in class org.openanzo.glitter.dataset.BasicDataset
 
addDefaultGraph(URI) - Method in class org.openanzo.glitter.dataset.HTTPStreamingDataset
 
addDefaultGraph(URI) - Method in interface org.openanzo.glitter.dataset.RDFDataset
Adds (by RDF merge) the graph represented by name to the default graph for this dataset
addDefaultGraph(URI) - Method in class org.openanzo.glitter.query.QueryController
Notes a default graph found in the query in a FROM clause
addDefaultGraph(URI) - Method in class org.openanzo.model.impl.query.BasicGlitterDataset
 
addDefaultGraphUri(URI) - Method in class org.openanzo.client.ClosableDatasetServiceDataset
 
addDefaultGraphUri(URI, URI) - Method in class org.openanzo.client.ClosableDatasetServiceDataset
Add the NamedGraph with the given URI and metadataURI.
addDefaultGraphUri(URI) - Method in class org.openanzo.client.StoredDatasetserviceDatasetProxy
 
addDefaultGraphUri(URI) - Method in interface org.openanzo.model.IDataset
Add the URI of an INamedGraph to include within this dataset's default model
addDefaultGraphUri(URI) - Method in class org.openanzo.model.impl.Dataset
 
addDefaultGraphUri(URI) - Method in class org.openanzo.model.impl.StoredDatasetProxy
 
addDefaultModelUri(String) - Method in class org.openanzo.client.jena.CloseableDatasetServiceDataset
 
addDefaultModelUri(String) - Method in interface org.openanzo.client.jena.IClosableDataset
Add the URI of a NamedGraph to the default model for the dataset.
addDefaultNamedGraph(URI, INamedGraph) - Method in class org.openanzo.client.ClosableDatasetServiceDataset
 
addDefaultNamedGraph(URI, INamedGraph) - Method in class org.openanzo.client.StoredDatasetserviceDatasetProxy
 
addDefaultNamedGraph(URI, INamedGraph) - Method in interface org.openanzo.model.IDataset
Add an INamedGraph with its URI to this dataset's default model
addDefaultNamedGraph(URI, INamedGraph) - Method in class org.openanzo.model.impl.Dataset
 
addDefaultNamedGraph(URI, INamedGraph) - Method in class org.openanzo.model.impl.query.BasicGlitterDataset
Add a NamedGraph to dataset's default graph set with given URI
addDefaultNamedGraph(URI, INamedGraph) - Method in class org.openanzo.model.impl.StoredDatasetProxy
 
addDepiction(Image) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addDepiction() - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addDepiction(Resource) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addDepiction(Image) - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addDepiction() - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addDepiction(Resource) - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addDepiction(Image) - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds a value for the 'depiction' property
addDepiction() - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds an anonymous value for the 'depiction' property
addDepiction(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds a value for the 'depiction' property.
addDepiction(Image) - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addDepiction() - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addDepiction(Resource) - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addDepiction(Image) - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds a value for the 'depiction' property
addDepiction() - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds an anonymous value for the 'depiction' property
addDepiction(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds a value for the 'depiction' property.
addDepiction(Image) - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addDepiction() - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addDepiction(Resource) - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addDepiction(Image) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addDepiction() - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addDepiction(Resource) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addDepiction(Image) - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds a value for the 'depiction' property
addDepiction() - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds an anonymous value for the 'depiction' property
addDepiction(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds a value for the 'depiction' property.
addDepiction(Image) - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addDepiction() - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addDepiction(Resource) - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addDepiction(Image) - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds a value for the 'depiction' property
addDepiction() - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds an anonymous value for the 'depiction' property
addDepiction(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds a value for the 'depiction' property.
addDepiction(Image) - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addDepiction() - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addDepiction(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addDepiction(Image) - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Adds a value for the 'depiction' property
addDepiction() - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Adds an anonymous value for the 'depiction' property
addDepiction(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Adds a value for the 'depiction' property.
addDepiction(Image) - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addDepiction() - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addDepiction(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addDepiction(Image) - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Adds a value for the 'depiction' property
addDepiction() - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Adds an anonymous value for the 'depiction' property
addDepiction(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Adds a value for the 'depiction' property.
addDepiction(Image) - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addDepiction() - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addDepiction(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addDepiction(Image) - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Adds a value for the 'depiction' property
addDepiction() - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Adds an anonymous value for the 'depiction' property
addDepiction(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Adds a value for the 'depiction' property.
addDepiction(Image) - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addDepiction() - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addDepiction(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addDepiction(Image) - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addDepiction() - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addDepiction(Resource) - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addDepiction(Image) - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addDepiction() - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addDepiction(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addDepiction(Image) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addDepiction() - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addDepiction(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addDepiction(Image) - Method in interface org.openanzo.atom.jastor.foaf.Project
Adds a value for the 'depiction' property
addDepiction() - Method in interface org.openanzo.atom.jastor.foaf.Project
Adds an anonymous value for the 'depiction' property
addDepiction(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Project
Adds a value for the 'depiction' property.
addDepiction(Image) - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addDepiction() - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addDepiction(Resource) - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addDepiction(Image) - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Adds a value for the 'depiction' property
addDepiction() - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Adds an anonymous value for the 'depiction' property
addDepiction(Resource) - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Adds a value for the 'depiction' property.
addDepiction(Image) - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addDepiction() - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addDepiction(Resource) - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addDepicts(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds a value for the 'depicts' property
addDepicts() - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds an anonymous value for the 'depicts' property
addDepicts(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds a value for the 'depicts' property.
addDepicts(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addDepicts() - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addDepicts(Resource) - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addDestination(ConnectionContext, ActiveMQDestination) - Method in class org.openanzo.server.security.activemq.AuthenticationBroker
 
addDifferentFrom(OWLEntity) - Method in class org.openanzo.owl.AnnotationPropertyImpl
 
addDifferentFrom() - Method in class org.openanzo.owl.AnnotationPropertyImpl
 
addDifferentFrom(Resource) - Method in class org.openanzo.owl.AnnotationPropertyImpl
 
addDifferentFrom(OWLEntity) - Method in class org.openanzo.owl.dataset.AnnotationPropertyImpl
 
addDifferentFrom() - Method in class org.openanzo.owl.dataset.AnnotationPropertyImpl
 
addDifferentFrom(Resource) - Method in class org.openanzo.owl.dataset.AnnotationPropertyImpl
 
addDifferentFrom(OWLEntity) - Method in class org.openanzo.owl.dataset.IndividualImpl
 
addDifferentFrom() - Method in class org.openanzo.owl.dataset.IndividualImpl
 
addDifferentFrom(Resource) - Method in class org.openanzo.owl.dataset.IndividualImpl
 
addDifferentFrom(OWLEntity) - Method in interface org.openanzo.owl.dataset.OWLEntity
Adds a value for the 'differentFrom' property
addDifferentFrom() - Method in interface org.openanzo.owl.dataset.OWLEntity
Adds an anonymous value for the 'differentFrom' property
addDifferentFrom(Resource) - Method in interface org.openanzo.owl.dataset.OWLEntity
Adds a value for the 'differentFrom' property.
addDifferentFrom(OWLEntity) - Method in class org.openanzo.owl.dataset.OWLEntityImpl
 
addDifferentFrom() - Method in class org.openanzo.owl.dataset.OWLEntityImpl
 
addDifferentFrom(Resource) - Method in class org.openanzo.owl.dataset.OWLEntityImpl
 
addDifferentFrom(OWLEntity) - Method in class org.openanzo.owl.IndividualImpl
 
addDifferentFrom() - Method in class org.openanzo.owl.IndividualImpl
 
addDifferentFrom(Resource) - Method in class org.openanzo.owl.IndividualImpl
 
addDifferentFrom(OWLEntity) - Method in interface org.openanzo.owl.OWLEntity
Adds a value for the 'differentFrom' property
addDifferentFrom() - Method in interface org.openanzo.owl.OWLEntity
Adds an anonymous value for the 'differentFrom' property
addDifferentFrom(Resource) - Method in interface org.openanzo.owl.OWLEntity
Adds a value for the 'differentFrom' property.
addDifferentFrom(OWLEntity) - Method in class org.openanzo.owl.OWLEntityImpl
 
addDifferentFrom() - Method in class org.openanzo.owl.OWLEntityImpl
 
addDifferentFrom(Resource) - Method in class org.openanzo.owl.OWLEntityImpl
 
addDisjointDataProperties(DatatypeProperty) - Method in interface org.openanzo.owl.dataset.DatatypeProperty
Adds a value for the 'disjointDataProperties' property
addDisjointDataProperties() - Method in interface org.openanzo.owl.dataset.DatatypeProperty
Adds an anonymous value for the 'disjointDataProperties' property
addDisjointDataProperties(Resource) - Method in interface org.openanzo.owl.dataset.DatatypeProperty
Adds a value for the 'disjointDataProperties' property.
addDisjointDataProperties(DatatypeProperty) - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addDisjointDataProperties() - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addDisjointDataProperties(Resource) - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addDisjointDataProperties(DatatypeProperty) - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addDisjointDataProperties() - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addDisjointDataProperties(Resource) - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addDisjointDataProperties(DatatypeProperty) - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addDisjointDataProperties() - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addDisjointDataProperties(Resource) - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addDisjointDataProperties(DatatypeProperty) - Method in interface org.openanzo.owl.DatatypeProperty
Adds a value for the 'disjointDataProperties' property
addDisjointDataProperties() - Method in interface org.openanzo.owl.DatatypeProperty
Adds an anonymous value for the 'disjointDataProperties' property
addDisjointDataProperties(Resource) - Method in interface org.openanzo.owl.DatatypeProperty
Adds a value for the 'disjointDataProperties' property.
addDisjointDataProperties(DatatypeProperty) - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addDisjointDataProperties() - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addDisjointDataProperties(Resource) - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addDisjointDataProperties(DatatypeProperty) - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addDisjointDataProperties() - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addDisjointDataProperties(Resource) - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addDisjointDataProperties(DatatypeProperty) - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addDisjointDataProperties() - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addDisjointDataProperties(Resource) - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addDisjointObjectProperties(ObjectProperty) - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addDisjointObjectProperties() - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addDisjointObjectProperties(Resource) - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addDisjointObjectProperties(ObjectProperty) - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addDisjointObjectProperties() - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addDisjointObjectProperties(Resource) - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addDisjointObjectProperties(ObjectProperty) - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addDisjointObjectProperties() - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addDisjointObjectProperties(Resource) - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addDisjointObjectProperties(ObjectProperty) - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addDisjointObjectProperties() - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addDisjointObjectProperties(Resource) - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addDisjointObjectProperties(ObjectProperty) - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addDisjointObjectProperties() - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addDisjointObjectProperties(Resource) - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addDisjointObjectProperties(ObjectProperty) - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addDisjointObjectProperties() - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addDisjointObjectProperties(Resource) - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addDisjointObjectProperties(ObjectProperty) - Method in interface org.openanzo.owl.dataset.ObjectProperty
Adds a value for the 'disjointObjectProperties' property
addDisjointObjectProperties() - Method in interface org.openanzo.owl.dataset.ObjectProperty
Adds an anonymous value for the 'disjointObjectProperties' property
addDisjointObjectProperties(Resource) - Method in interface org.openanzo.owl.dataset.ObjectProperty
Adds a value for the 'disjointObjectProperties' property.
addDisjointObjectProperties(ObjectProperty) - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addDisjointObjectProperties() - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addDisjointObjectProperties(Resource) - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addDisjointObjectProperties(ObjectProperty) - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addDisjointObjectProperties() - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addDisjointObjectProperties(Resource) - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addDisjointObjectProperties(ObjectProperty) - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addDisjointObjectProperties() - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addDisjointObjectProperties(Resource) - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addDisjointObjectProperties(ObjectProperty) - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addDisjointObjectProperties() - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addDisjointObjectProperties(Resource) - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addDisjointObjectProperties(ObjectProperty) - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addDisjointObjectProperties() - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addDisjointObjectProperties(Resource) - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addDisjointObjectProperties(ObjectProperty) - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addDisjointObjectProperties() - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addDisjointObjectProperties(Resource) - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addDisjointObjectProperties(ObjectProperty) - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addDisjointObjectProperties() - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addDisjointObjectProperties(Resource) - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addDisjointObjectProperties(ObjectProperty) - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addDisjointObjectProperties() - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addDisjointObjectProperties(Resource) - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addDisjointObjectProperties(ObjectProperty) - Method in interface org.openanzo.owl.ObjectProperty
Adds a value for the 'disjointObjectProperties' property
addDisjointObjectProperties() - Method in interface org.openanzo.owl.ObjectProperty
Adds an anonymous value for the 'disjointObjectProperties' property
addDisjointObjectProperties(Resource) - Method in interface org.openanzo.owl.ObjectProperty
Adds a value for the 'disjointObjectProperties' property.
addDisjointObjectProperties(ObjectProperty) - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addDisjointObjectProperties() - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addDisjointObjectProperties(Resource) - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addDisjointObjectProperties(ObjectProperty) - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addDisjointObjectProperties() - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addDisjointObjectProperties(Resource) - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addDisjointObjectProperties(ObjectProperty) - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addDisjointObjectProperties() - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addDisjointObjectProperties(Resource) - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addDisjointObjectProperties(ObjectProperty) - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addDisjointObjectProperties() - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addDisjointObjectProperties(Resource) - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addDisjointUnionOf(Class) - Method in class org.openanzo.owl._ThingImpl
 
addDisjointUnionOf() - Method in class org.openanzo.owl._ThingImpl
 
addDisjointUnionOf(Resource) - Method in class org.openanzo.owl._ThingImpl
 
addDisjointUnionOf(Class) - Method in interface org.openanzo.owl.Class
Adds a value for the 'disjointUnionOf' property
addDisjointUnionOf() - Method in interface org.openanzo.owl.Class
Adds an anonymous value for the 'disjointUnionOf' property
addDisjointUnionOf(Resource) - Method in interface org.openanzo.owl.Class
Adds a value for the 'disjointUnionOf' property.
addDisjointUnionOf(Class) - Method in class org.openanzo.owl.ClassImpl
 
addDisjointUnionOf() - Method in class org.openanzo.owl.ClassImpl
 
addDisjointUnionOf(Resource) - Method in class org.openanzo.owl.ClassImpl
 
addDisjointUnionOf(Class) - Method in class org.openanzo.owl.dataset._ThingImpl
 
addDisjointUnionOf() - Method in class org.openanzo.owl.dataset._ThingImpl
 
addDisjointUnionOf(Resource) - Method in class org.openanzo.owl.dataset._ThingImpl
 
addDisjointUnionOf(Class) - Method in interface org.openanzo.owl.dataset.Class
Adds a value for the 'disjointUnionOf' property
addDisjointUnionOf() - Method in interface org.openanzo.owl.dataset.Class
Adds an anonymous value for the 'disjointUnionOf' property
addDisjointUnionOf(Resource) - Method in interface org.openanzo.owl.dataset.Class
Adds a value for the 'disjointUnionOf' property.
addDisjointUnionOf(Class) - Method in class org.openanzo.owl.dataset.ClassImpl
 
addDisjointUnionOf() - Method in class org.openanzo.owl.dataset.ClassImpl
 
addDisjointUnionOf(Resource) - Method in class org.openanzo.owl.dataset.ClassImpl
 
addDisjointUnionOf(Class) - Method in class org.openanzo.owl.dataset.NothingImpl
 
addDisjointUnionOf() - Method in class org.openanzo.owl.dataset.NothingImpl
 
addDisjointUnionOf(Resource) - Method in class org.openanzo.owl.dataset.NothingImpl
 
addDisjointUnionOf(Class) - Method in class org.openanzo.owl.NothingImpl
 
addDisjointUnionOf() - Method in class org.openanzo.owl.NothingImpl
 
addDisjointUnionOf(Resource) - Method in class org.openanzo.owl.NothingImpl
 
addDisjointWith(Class) - Method in class org.openanzo.owl._ThingImpl
 
addDisjointWith() - Method in class org.openanzo.owl._ThingImpl
 
addDisjointWith(Resource) - Method in class org.openanzo.owl._ThingImpl
 
addDisjointWith(Class) - Method in interface org.openanzo.owl.Class
Adds a value for the 'disjointWith' property
addDisjointWith() - Method in interface org.openanzo.owl.Class
Adds an anonymous value for the 'disjointWith' property
addDisjointWith(Resource) - Method in interface org.openanzo.owl.Class
Adds a value for the 'disjointWith' property.
addDisjointWith(Class) - Method in class org.openanzo.owl.ClassImpl
 
addDisjointWith() - Method in class org.openanzo.owl.ClassImpl
 
addDisjointWith(Resource) - Method in class org.openanzo.owl.ClassImpl
 
addDisjointWith(Class) - Method in class org.openanzo.owl.dataset._ThingImpl
 
addDisjointWith() - Method in class org.openanzo.owl.dataset._ThingImpl
 
addDisjointWith(Resource) - Method in class org.openanzo.owl.dataset._ThingImpl
 
addDisjointWith(Class) - Method in interface org.openanzo.owl.dataset.Class
Adds a value for the 'disjointWith' property
addDisjointWith() - Method in interface org.openanzo.owl.dataset.Class
Adds an anonymous value for the 'disjointWith' property
addDisjointWith(Resource) - Method in interface org.openanzo.owl.dataset.Class
Adds a value for the 'disjointWith' property.
addDisjointWith(Class) - Method in class org.openanzo.owl.dataset.ClassImpl
 
addDisjointWith() - Method in class org.openanzo.owl.dataset.ClassImpl
 
addDisjointWith(Resource) - Method in class org.openanzo.owl.dataset.ClassImpl
 
addDisjointWith(Class) - Method in class org.openanzo.owl.dataset.NothingImpl
 
addDisjointWith() - Method in class org.openanzo.owl.dataset.NothingImpl
 
addDisjointWith(Resource) - Method in class org.openanzo.owl.dataset.NothingImpl
 
addDisjointWith(Class) - Method in class org.openanzo.owl.NothingImpl
 
addDisjointWith() - Method in class org.openanzo.owl.NothingImpl
 
addDisjointWith(Resource) - Method in class org.openanzo.owl.NothingImpl
 
addDnaChecksum(Literal) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addDnaChecksum(Literal) - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addDnaChecksum(Literal) - Method in interface org.openanzo.atom.jastor.foaf.Agent
Add a 'dnaChecksum' property value
addDnaChecksum(Literal) - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addDnaChecksum(Literal) - Method in interface org.openanzo.atom.jastor.foaf.Document
Add a 'dnaChecksum' property value
addDnaChecksum(Literal) - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addDnaChecksum(Literal) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addDnaChecksum(Literal) - Method in interface org.openanzo.atom.jastor.foaf.Image
Add a 'dnaChecksum' property value
addDnaChecksum(Literal) - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addDnaChecksum(Literal) - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Add a 'dnaChecksum' property value
addDnaChecksum(Literal) - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addDnaChecksum(Literal) - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Add a 'dnaChecksum' property value
addDnaChecksum(Literal) - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addDnaChecksum(Literal) - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Add a 'dnaChecksum' property value
addDnaChecksum(Literal) - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addDnaChecksum(Literal) - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Add a 'dnaChecksum' property value
addDnaChecksum(Literal) - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addDnaChecksum(Literal) - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addDnaChecksum(Literal) - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addDnaChecksum(Literal) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addDnaChecksum(Literal) - Method in interface org.openanzo.atom.jastor.foaf.Project
Add a 'dnaChecksum' property value
addDnaChecksum(Literal) - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addEdge(IEdge) - Method in class org.openanzo.jastor.util.graph.GraphMem
 
addEdge(IEdge) - Method in interface org.openanzo.jastor.util.graph.IGraph
 
addEmail(GraphThing) - Method in interface org.openanzo.atom.jastor.atomowl.Category
Adds a value for the 'email' property
addEmail() - Method in interface org.openanzo.atom.jastor.atomowl.Category
Adds an anonymous value for the 'email' property
addEmail(Resource) - Method in interface org.openanzo.atom.jastor.atomowl.Category
Adds a value for the 'email' property.
addEmail(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.CategoryImpl
 
addEmail() - Method in class org.openanzo.atom.jastor.atomowl.CategoryImpl
 
addEmail(Resource) - Method in class org.openanzo.atom.jastor.atomowl.CategoryImpl
 
addEmail(GraphThing) - Method in interface org.openanzo.atom.jastor.atomowl.Content
Adds a value for the 'email' property
addEmail() - Method in interface org.openanzo.atom.jastor.atomowl.Content
Adds an anonymous value for the 'email' property
addEmail(Resource) - Method in interface org.openanzo.atom.jastor.atomowl.Content
Adds a value for the 'email' property.
addEmail(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.ContentImpl
 
addEmail() - Method in class org.openanzo.atom.jastor.atomowl.ContentImpl
 
addEmail(Resource) - Method in class org.openanzo.atom.jastor.atomowl.ContentImpl
 
addEmail(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.EntryImpl
 
addEmail() - Method in class org.openanzo.atom.jastor.atomowl.EntryImpl
 
addEmail(Resource) - Method in class org.openanzo.atom.jastor.atomowl.EntryImpl
 
addEmail(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.FeedImpl
 
addEmail() - Method in class org.openanzo.atom.jastor.atomowl.FeedImpl
 
addEmail(Resource) - Method in class org.openanzo.atom.jastor.atomowl.FeedImpl
 
addEmail(GraphThing) - Method in interface org.openanzo.atom.jastor.atomowl.FeedOrEntry
Adds a value for the 'email' property
addEmail() - Method in interface org.openanzo.atom.jastor.atomowl.FeedOrEntry
Adds an anonymous value for the 'email' property
addEmail(Resource) - Method in interface org.openanzo.atom.jastor.atomowl.FeedOrEntry
Adds a value for the 'email' property.
addEmail(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.FeedOrEntryImpl
 
addEmail() - Method in class org.openanzo.atom.jastor.atomowl.FeedOrEntryImpl
 
addEmail(Resource) - Method in class org.openanzo.atom.jastor.atomowl.FeedOrEntryImpl
 
addEmail(GraphThing) - Method in interface org.openanzo.atom.jastor.atomowl.Generator
Adds a value for the 'email' property
addEmail() - Method in interface org.openanzo.atom.jastor.atomowl.Generator
Adds an anonymous value for the 'email' property
addEmail(Resource) - Method in interface org.openanzo.atom.jastor.atomowl.Generator
Adds a value for the 'email' property.
addEmail(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addEmail() - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addEmail(Resource) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addEmail(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.HTMLImpl
 
addEmail() - Method in class org.openanzo.atom.jastor.atomowl.HTMLImpl
 
addEmail(Resource) - Method in class org.openanzo.atom.jastor.atomowl.HTMLImpl
 
addEmail(GraphThing) - Method in interface org.openanzo.atom.jastor.atomowl.Link
Adds a value for the 'email' property
addEmail() - Method in interface org.openanzo.atom.jastor.atomowl.Link
Adds an anonymous value for the 'email' property
addEmail(Resource) - Method in interface org.openanzo.atom.jastor.atomowl.Link
Adds a value for the 'email' property.
addEmail(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.LinkImpl
 
addEmail() - Method in class org.openanzo.atom.jastor.atomowl.LinkImpl
 
addEmail(Resource) - Method in class org.openanzo.atom.jastor.atomowl.LinkImpl
 
addEmail(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.PlainTextImpl
 
addEmail() - Method in class org.openanzo.atom.jastor.atomowl.PlainTextImpl
 
addEmail(Resource) - Method in class org.openanzo.atom.jastor.atomowl.PlainTextImpl
 
addEmail(GraphThing) - Method in interface org.openanzo.atom.jastor.atomowl.RelationType
Adds a value for the 'email' property
addEmail() - Method in interface org.openanzo.atom.jastor.atomowl.RelationType
Adds an anonymous value for the 'email' property
addEmail(Resource) - Method in interface org.openanzo.atom.jastor.atomowl.RelationType
Adds a value for the 'email' property.
addEmail(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.RelationTypeImpl
 
addEmail() - Method in class org.openanzo.atom.jastor.atomowl.RelationTypeImpl
 
addEmail(Resource) - Method in class org.openanzo.atom.jastor.atomowl.RelationTypeImpl
 
addEmail(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.TextContentImpl
 
addEmail() - Method in class org.openanzo.atom.jastor.atomowl.TextContentImpl
 
addEmail(Resource) - Method in class org.openanzo.atom.jastor.atomowl.TextContentImpl
 
addEmail(GraphThing) - Method in interface org.openanzo.atom.jastor.atomowl.Version
Adds a value for the 'email' property
addEmail() - Method in interface org.openanzo.atom.jastor.atomowl.Version
Adds an anonymous value for the 'email' property
addEmail(Resource) - Method in interface org.openanzo.atom.jastor.atomowl.Version
Adds a value for the 'email' property.
addEmail(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.VersionImpl
 
addEmail() - Method in class org.openanzo.atom.jastor.atomowl.VersionImpl
 
addEmail(Resource) - Method in class org.openanzo.atom.jastor.atomowl.VersionImpl
 
addEmail(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.XHTMLImpl
 
addEmail() - Method in class org.openanzo.atom.jastor.atomowl.XHTMLImpl
 
addEmail(Resource) - Method in class org.openanzo.atom.jastor.atomowl.XHTMLImpl
 
addEmail(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.XMLImpl
 
addEmail() - Method in class org.openanzo.atom.jastor.atomowl.XMLImpl
 
addEmail(Resource) - Method in class org.openanzo.atom.jastor.atomowl.XMLImpl
 
addEntry(Entry) - Method in interface org.openanzo.atom.jastor.atomowl.Feed
Adds a value for the 'entry' property
addEntry() - Method in interface org.openanzo.atom.jastor.atomowl.Feed
Adds an anonymous value for the 'entry' property
addEntry(Resource) - Method in interface org.openanzo.atom.jastor.atomowl.Feed
Adds a value for the 'entry' property.
addEntry(Entry) - Method in class org.openanzo.atom.jastor.atomowl.FeedImpl
 
addEntry() - Method in class org.openanzo.atom.jastor.atomowl.FeedImpl
 
addEntry(Resource) - Method in class org.openanzo.atom.jastor.atomowl.FeedImpl
 
addEntryToCollection(URI, Entry, URI) - Method in class org.openanzo.atom.AtomModel
 
addEntryToCollection(URI, Entry, URI, boolean) - Method in class org.openanzo.atom.AtomModel
 
addEquivalentClass(Class) - Method in class org.openanzo.owl._ThingImpl
 
addEquivalentClass() - Method in class org.openanzo.owl._ThingImpl
 
addEquivalentClass(Resource) - Method in class org.openanzo.owl._ThingImpl
 
addEquivalentClass(Class) - Method in interface org.openanzo.owl.Class
Adds a value for the 'equivalentClass' property
addEquivalentClass() - Method in interface org.openanzo.owl.Class
Adds an anonymous value for the 'equivalentClass' property
addEquivalentClass(Resource) - Method in interface org.openanzo.owl.Class
Adds a value for the 'equivalentClass' property.
addEquivalentClass(Class) - Method in class org.openanzo.owl.ClassImpl
 
addEquivalentClass() - Method in class org.openanzo.owl.ClassImpl
 
addEquivalentClass(Resource) - Method in class org.openanzo.owl.ClassImpl
 
addEquivalentClass(Class) - Method in class org.openanzo.owl.dataset._ThingImpl
 
addEquivalentClass() - Method in class org.openanzo.owl.dataset._ThingImpl
 
addEquivalentClass(Resource) - Method in class org.openanzo.owl.dataset._ThingImpl
 
addEquivalentClass(Class) - Method in interface org.openanzo.owl.dataset.Class
Adds a value for the 'equivalentClass' property
addEquivalentClass() - Method in interface org.openanzo.owl.dataset.Class
Adds an anonymous value for the 'equivalentClass' property
addEquivalentClass(Resource) - Method in interface org.openanzo.owl.dataset.Class
Adds a value for the 'equivalentClass' property.
addEquivalentClass(Class) - Method in class org.openanzo.owl.dataset.ClassImpl
 
addEquivalentClass() - Method in class org.openanzo.owl.dataset.ClassImpl
 
addEquivalentClass(Resource) - Method in class org.openanzo.owl.dataset.ClassImpl
 
addEquivalentClass(Class) - Method in class org.openanzo.owl.dataset.NothingImpl
 
addEquivalentClass() - Method in class org.openanzo.owl.dataset.NothingImpl
 
addEquivalentClass(Resource) - Method in class org.openanzo.owl.dataset.NothingImpl
 
addEquivalentClass(Class) - Method in class org.openanzo.owl.NothingImpl
 
addEquivalentClass() - Method in class org.openanzo.owl.NothingImpl
 
addEquivalentClass(Resource) - Method in class org.openanzo.owl.NothingImpl
 
addEquivalentDataProperty(DatatypeProperty) - Method in interface org.openanzo.owl.dataset.DatatypeProperty
Adds a value for the 'equivalentDataProperty' property
addEquivalentDataProperty() - Method in interface org.openanzo.owl.dataset.DatatypeProperty
Adds an anonymous value for the 'equivalentDataProperty' property
addEquivalentDataProperty(Resource) - Method in interface org.openanzo.owl.dataset.DatatypeProperty
Adds a value for the 'equivalentDataProperty' property.
addEquivalentDataProperty(DatatypeProperty) - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addEquivalentDataProperty() - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addEquivalentDataProperty(Resource) - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addEquivalentDataProperty(DatatypeProperty) - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addEquivalentDataProperty() - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addEquivalentDataProperty(Resource) - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addEquivalentDataProperty(DatatypeProperty) - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addEquivalentDataProperty() - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addEquivalentDataProperty(Resource) - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addEquivalentDataProperty(DatatypeProperty) - Method in interface org.openanzo.owl.DatatypeProperty
Adds a value for the 'equivalentDataProperty' property
addEquivalentDataProperty() - Method in interface org.openanzo.owl.DatatypeProperty
Adds an anonymous value for the 'equivalentDataProperty' property
addEquivalentDataProperty(Resource) - Method in interface org.openanzo.owl.DatatypeProperty
Adds a value for the 'equivalentDataProperty' property.
addEquivalentDataProperty(DatatypeProperty) - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addEquivalentDataProperty() - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addEquivalentDataProperty(Resource) - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addEquivalentDataProperty(DatatypeProperty) - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addEquivalentDataProperty() - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addEquivalentDataProperty(Resource) - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addEquivalentDataProperty(DatatypeProperty) - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addEquivalentDataProperty() - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addEquivalentDataProperty(Resource) - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addEquivalentObjectProperty(ObjectProperty) - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addEquivalentObjectProperty() - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addEquivalentObjectProperty(Resource) - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addEquivalentObjectProperty(ObjectProperty) - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addEquivalentObjectProperty() - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addEquivalentObjectProperty(Resource) - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addEquivalentObjectProperty(ObjectProperty) - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addEquivalentObjectProperty() - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addEquivalentObjectProperty(Resource) - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addEquivalentObjectProperty(ObjectProperty) - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addEquivalentObjectProperty() - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addEquivalentObjectProperty(Resource) - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addEquivalentObjectProperty(ObjectProperty) - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addEquivalentObjectProperty() - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addEquivalentObjectProperty(Resource) - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addEquivalentObjectProperty(ObjectProperty) - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addEquivalentObjectProperty() - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addEquivalentObjectProperty(Resource) - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addEquivalentObjectProperty(ObjectProperty) - Method in interface org.openanzo.owl.dataset.ObjectProperty
Adds a value for the 'equivalentObjectProperty' property
addEquivalentObjectProperty() - Method in interface org.openanzo.owl.dataset.ObjectProperty
Adds an anonymous value for the 'equivalentObjectProperty' property
addEquivalentObjectProperty(Resource) - Method in interface org.openanzo.owl.dataset.ObjectProperty
Adds a value for the 'equivalentObjectProperty' property.
addEquivalentObjectProperty(ObjectProperty) - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addEquivalentObjectProperty() - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addEquivalentObjectProperty(Resource) - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addEquivalentObjectProperty(ObjectProperty) - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addEquivalentObjectProperty() - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addEquivalentObjectProperty(Resource) - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addEquivalentObjectProperty(ObjectProperty) - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addEquivalentObjectProperty() - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addEquivalentObjectProperty(Resource) - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addEquivalentObjectProperty(ObjectProperty) - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addEquivalentObjectProperty() - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addEquivalentObjectProperty(Resource) - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addEquivalentObjectProperty(ObjectProperty) - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addEquivalentObjectProperty() - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addEquivalentObjectProperty(Resource) - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addEquivalentObjectProperty(ObjectProperty) - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addEquivalentObjectProperty() - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addEquivalentObjectProperty(Resource) - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addEquivalentObjectProperty(ObjectProperty) - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addEquivalentObjectProperty() - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addEquivalentObjectProperty(Resource) - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addEquivalentObjectProperty(ObjectProperty) - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addEquivalentObjectProperty() - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addEquivalentObjectProperty(Resource) - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addEquivalentObjectProperty(ObjectProperty) - Method in interface org.openanzo.owl.ObjectProperty
Adds a value for the 'equivalentObjectProperty' property
addEquivalentObjectProperty() - Method in interface org.openanzo.owl.ObjectProperty
Adds an anonymous value for the 'equivalentObjectProperty' property
addEquivalentObjectProperty(Resource) - Method in interface org.openanzo.owl.ObjectProperty
Adds a value for the 'equivalentObjectProperty' property.
addEquivalentObjectProperty(ObjectProperty) - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addEquivalentObjectProperty() - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addEquivalentObjectProperty(Resource) - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addEquivalentObjectProperty(ObjectProperty) - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addEquivalentObjectProperty() - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addEquivalentObjectProperty(Resource) - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addEquivalentObjectProperty(ObjectProperty) - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addEquivalentObjectProperty() - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addEquivalentObjectProperty(Resource) - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addEquivalentObjectProperty(ObjectProperty) - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addEquivalentObjectProperty() - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addEquivalentObjectProperty(Resource) - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addEquivalentProperty(DatatypeProperty) - Method in interface org.openanzo.owl.dataset.DatatypeProperty
Adds a value for the 'equivalentProperty' property
addEquivalentProperty() - Method in interface org.openanzo.owl.dataset.DatatypeProperty
Adds an anonymous value for the 'equivalentProperty' property
addEquivalentProperty(Resource) - Method in interface org.openanzo.owl.dataset.DatatypeProperty
Adds a value for the 'equivalentProperty' property.
addEquivalentProperty(DatatypeProperty) - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addEquivalentProperty() - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addEquivalentProperty(Resource) - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addEquivalentProperty(DatatypeProperty) - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addEquivalentProperty() - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addEquivalentProperty(Resource) - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addEquivalentProperty(DatatypeProperty) - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addEquivalentProperty() - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addEquivalentProperty(Resource) - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addEquivalentProperty(DatatypeProperty) - Method in interface org.openanzo.owl.DatatypeProperty
Adds a value for the 'equivalentProperty' property
addEquivalentProperty() - Method in interface org.openanzo.owl.DatatypeProperty
Adds an anonymous value for the 'equivalentProperty' property
addEquivalentProperty(Resource) - Method in interface org.openanzo.owl.DatatypeProperty
Adds a value for the 'equivalentProperty' property.
addEquivalentProperty(DatatypeProperty) - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addEquivalentProperty() - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addEquivalentProperty(Resource) - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addEquivalentProperty(DatatypeProperty) - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addEquivalentProperty() - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addEquivalentProperty(Resource) - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addEquivalentProperty(DatatypeProperty) - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addEquivalentProperty() - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addEquivalentProperty(Resource) - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addExtension(String) - Method in interface org.openanzo.atom.jastor.queso.Entry
Add a 'extension' property value
addExtension(String) - Method in class org.openanzo.atom.jastor.queso.EntryImpl
 
addExtraTriplePattern(TriplePatternComponent, TriplePatternComponent, TriplePatternComponent) - Method in class org.openanzo.common.rdb.container.query.RdbBGPQuery
Add an extra triple patter to this query.
addExtraTriplePattern(TriplePatternComponent, TriplePatternComponent, TriplePatternComponent) - Method in class org.openanzo.server.repository.query.ServerBGPQuery
Add an extra triple patter to this query.
addFamily__name(Literal) - Method in interface org.openanzo.atom.jastor.foaf.Person
Add a 'family__name' property value
addFamily__name(Literal) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addFileset(FileSet) - Method in class org.openanzo.jdbc.utils.opgen.ant.CompositionTask.PSTask
Add a fileset to this task
addFileset(FileSet) - Method in class org.openanzo.jdbc.utils.opgen.ant.DDLTask
Add set of files to task
addFileset(FileSet) - Method in class org.openanzo.util.properties.PropertiesDefinitionTask
Add a set of files to parse
addFilter(Expression) - Method in class org.openanzo.glitter.syntax.abstrakt.Group
Add the given filter to this group.
addFirst(_Resource) - Method in interface org.openanzo.rdfs.dataset.List
Adds a value for the 'first' property
addFirst() - Method in interface org.openanzo.rdfs.dataset.List
Adds an anonymous value for the 'first' property
addFirst(Resource) - Method in interface org.openanzo.rdfs.dataset.List
Adds a value for the 'first' property.
addFirst(_Resource) - Method in class org.openanzo.rdfs.dataset.ListImpl
 
addFirst() - Method in class org.openanzo.rdfs.dataset.ListImpl
 
addFirst(Resource) - Method in class org.openanzo.rdfs.dataset.ListImpl
 
addFirst(_Resource) - Method in interface org.openanzo.rdfs.List
Adds a value for the 'first' property
addFirst() - Method in interface org.openanzo.rdfs.List
Adds an anonymous value for the 'first' property
addFirst(Resource) - Method in interface org.openanzo.rdfs.List
Adds a value for the 'first' property.
addFirst(_Resource) - Method in class org.openanzo.rdfs.ListImpl
 
addFirst() - Method in class org.openanzo.rdfs.ListImpl
 
addFirst(Resource) - Method in class org.openanzo.rdfs.ListImpl
 
addFirstName(Literal) - Method in interface org.openanzo.atom.jastor.foaf.Person
Add a 'firstName' property value
addFirstName(Literal) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addFundedBy(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addFundedBy() - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addFundedBy(Resource) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addFundedBy(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addFundedBy() - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addFundedBy(Resource) - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addFundedBy(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds a value for the 'fundedBy' property
addFundedBy() - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds an anonymous value for the 'fundedBy' property
addFundedBy(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds a value for the 'fundedBy' property.
addFundedBy(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addFundedBy() - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addFundedBy(Resource) - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addFundedBy(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds a value for the 'fundedBy' property
addFundedBy() - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds an anonymous value for the 'fundedBy' property
addFundedBy(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds a value for the 'fundedBy' property.
addFundedBy(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addFundedBy() - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addFundedBy(Resource) - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addFundedBy(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addFundedBy() - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addFundedBy(Resource) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addFundedBy(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds a value for the 'fundedBy' property
addFundedBy() - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds an anonymous value for the 'fundedBy' property
addFundedBy(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds a value for the 'fundedBy' property.
addFundedBy(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addFundedBy() - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addFundedBy(Resource) - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addFundedBy(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds a value for the 'fundedBy' property
addFundedBy() - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds an anonymous value for the 'fundedBy' property
addFundedBy(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds a value for the 'fundedBy' property.
addFundedBy(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addFundedBy() - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addFundedBy(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addFundedBy(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Adds a value for the 'fundedBy' property
addFundedBy() - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Adds an anonymous value for the 'fundedBy' property
addFundedBy(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Adds a value for the 'fundedBy' property.
addFundedBy(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addFundedBy() - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addFundedBy(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addFundedBy(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Adds a value for the 'fundedBy' property
addFundedBy() - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Adds an anonymous value for the 'fundedBy' property
addFundedBy(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Adds a value for the 'fundedBy' property.
addFundedBy(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addFundedBy() - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addFundedBy(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addFundedBy(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Adds a value for the 'fundedBy' property
addFundedBy() - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Adds an anonymous value for the 'fundedBy' property
addFundedBy(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Adds a value for the 'fundedBy' property.
addFundedBy(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addFundedBy() - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addFundedBy(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addFundedBy(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addFundedBy() - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addFundedBy(Resource) - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addFundedBy(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addFundedBy() - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addFundedBy(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addFundedBy(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addFundedBy() - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addFundedBy(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addFundedBy(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Project
Adds a value for the 'fundedBy' property
addFundedBy() - Method in interface org.openanzo.atom.jastor.foaf.Project
Adds an anonymous value for the 'fundedBy' property
addFundedBy(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Project
Adds a value for the 'fundedBy' property.
addFundedBy(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addFundedBy() - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addFundedBy(Resource) - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addFundedBy(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Adds a value for the 'fundedBy' property
addFundedBy() - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Adds an anonymous value for the 'fundedBy' property
addFundedBy(Resource) - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Adds a value for the 'fundedBy' property.
addFundedBy(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addFundedBy() - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addFundedBy(Resource) - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addGeekcode(Literal) - Method in interface org.openanzo.atom.jastor.foaf.Person
Add a 'geekcode' property value
addGeekcode(Literal) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addGeneratorVersion(String) - Method in interface org.openanzo.atom.jastor.atomowl.Generator
Add a 'generatorVersion' property value
addGeneratorVersion(String) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addGivenname(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addGivenname() - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addGivenname(Resource) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addGivenname(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addGivenname() - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addGivenname(Resource) - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addGivenname(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds a value for the 'givenname' property
addGivenname() - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds an anonymous value for the 'givenname' property
addGivenname(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds a value for the 'givenname' property.
addGivenname(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addGivenname() - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addGivenname(Resource) - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addGivenname(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds a value for the 'givenname' property
addGivenname() - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds an anonymous value for the 'givenname' property
addGivenname(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds a value for the 'givenname' property.
addGivenname(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addGivenname() - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addGivenname(Resource) - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addGivenname(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addGivenname() - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addGivenname(Resource) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addGivenname(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds a value for the 'givenname' property
addGivenname() - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds an anonymous value for the 'givenname' property
addGivenname(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds a value for the 'givenname' property.
addGivenname(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addGivenname() - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addGivenname(Resource) - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addGivenname(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds a value for the 'givenname' property
addGivenname() - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds an anonymous value for the 'givenname' property
addGivenname(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds a value for the 'givenname' property.
addGivenname(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addGivenname() - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addGivenname(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addGivenname(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Adds a value for the 'givenname' property
addGivenname() - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Adds an anonymous value for the 'givenname' property
addGivenname(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Adds a value for the 'givenname' property.
addGivenname(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addGivenname() - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addGivenname(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addGivenname(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Adds a value for the 'givenname' property
addGivenname() - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Adds an anonymous value for the 'givenname' property
addGivenname(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Adds a value for the 'givenname' property.
addGivenname(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addGivenname() - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addGivenname(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addGivenname(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Adds a value for the 'givenname' property
addGivenname() - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Adds an anonymous value for the 'givenname' property
addGivenname(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Adds a value for the 'givenname' property.
addGivenname(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addGivenname() - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addGivenname(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addGivenname(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addGivenname() - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addGivenname(Resource) - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addGivenname(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addGivenname() - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addGivenname(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addGivenname(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addGivenname() - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addGivenname(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addGivenname(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Project
Adds a value for the 'givenname' property
addGivenname() - Method in interface org.openanzo.atom.jastor.foaf.Project
Adds an anonymous value for the 'givenname' property
addGivenname(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Project
Adds a value for the 'givenname' property.
addGivenname(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addGivenname() - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addGivenname(Resource) - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addGraph(INamedGraph, INamedGraph) - Static method in class org.openanzo.atom.RDFUtils
 
addGraph - Variable in class org.openanzo.common.rdb.sql.TransactionSQL.SelectChangesetResultImpl
Value for the "addGraph" result value
addGraph(INamedGraph, INamedGraph) - Static method in class org.openanzo.utils.GraphUtils
Add all statements from src graph to destination graph
addGraphPattern(GraphPattern) - Method in class org.openanzo.glitter.syntax.abstrakt.Group
Adds the given graph pattern to this group.
addGraphPattern(GraphPattern) - Method in class org.openanzo.glitter.syntax.abstrakt.Union
Add the given graph pattern to this Union.
addHoldsAccount(OnlineAccount) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addHoldsAccount() - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addHoldsAccount(Resource) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addHoldsAccount(OnlineAccount) - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addHoldsAccount() - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addHoldsAccount(Resource) - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addHoldsAccount(OnlineAccount) - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds a value for the 'holdsAccount' property
addHoldsAccount() - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds an anonymous value for the 'holdsAccount' property
addHoldsAccount(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds a value for the 'holdsAccount' property.
addHoldsAccount(OnlineAccount) - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addHoldsAccount() - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addHoldsAccount(Resource) - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addHoldsAccount(OnlineAccount) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addHoldsAccount() - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addHoldsAccount(Resource) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addHoldsAccount(OnlineAccount) - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addHoldsAccount() - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addHoldsAccount(Resource) - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addHoldsAccount(OnlineAccount) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addHoldsAccount() - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addHoldsAccount(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addIcon(Image) - Method in interface org.openanzo.atom.jastor.atomowl.Feed
Adds a value for the 'icon' property
addIcon() - Method in interface org.openanzo.atom.jastor.atomowl.Feed
Adds an anonymous value for the 'icon' property
addIcon(Resource) - Method in interface org.openanzo.atom.jastor.atomowl.Feed
Adds a value for the 'icon' property.
addIcon(Image) - Method in class org.openanzo.atom.jastor.atomowl.FeedImpl
 
addIcon() - Method in class org.openanzo.atom.jastor.atomowl.FeedImpl
 
addIcon(Resource) - Method in class org.openanzo.atom.jastor.atomowl.FeedImpl
 
addImg(Image) - Method in interface org.openanzo.atom.jastor.foaf.Person
Adds a value for the 'img' property
addImg() - Method in interface org.openanzo.atom.jastor.foaf.Person
Adds an anonymous value for the 'img' property
addImg(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Person
Adds a value for the 'img' property.
addImg(Image) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addImg() - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addImg(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addImplicitUser(User, Long) - Method in class org.openanzo.server.repository.structures.Role
Add a user to this role
addImports(DatasetThing) - Method in interface org.openanzo.owl.dataset.Ontology
Adds a value for the 'Imports' property
addImports() - Method in interface org.openanzo.owl.dataset.Ontology
Adds an anonymous value for the 'Imports' property
addImports(Resource) - Method in interface org.openanzo.owl.dataset.Ontology
Adds a value for the 'Imports' property.
addImports(DatasetThing) - Method in class org.openanzo.owl.dataset.OntologyImpl
 
addImports() - Method in class org.openanzo.owl.dataset.OntologyImpl
 
addImports(Resource) - Method in class org.openanzo.owl.dataset.OntologyImpl
 
addImports(GraphThing) - Method in interface org.openanzo.owl.Ontology
Adds a value for the 'Imports' property
addImports() - Method in interface org.openanzo.owl.Ontology
Adds an anonymous value for the 'Imports' property
addImports(Resource) - Method in interface org.openanzo.owl.Ontology
Adds a value for the 'Imports' property.
addImports(GraphThing) - Method in class org.openanzo.owl.OntologyImpl
 
addImports() - Method in class org.openanzo.owl.OntologyImpl
 
addImports(Resource) - Method in class org.openanzo.owl.OntologyImpl
 
addInferredObject(URI, URI, URI) - Method in class org.openanzo.model.embedded.EmbeddedModelService
 
addInferredObject(Long, URI, URI, URI) - Method in class org.openanzo.server.repository.ModelServiceApi
Add an inferred object
addInferredObject(String, String, URI, URI, URI) - Method in class org.openanzo.server.repository.ModelServiceApi
Add an inferred object
addInferredObject(URI, URI, URI) - Method in class org.openanzo.server.repository.rdb.RepositoryConnection
Add an inferred object
addInferredObject(SOAPBodyElement[]) - Method in class org.openanzo.server.web.RepositoryWebService
Add an inferred object
addInferredObject(URI, URI, URI) - Method in interface org.openanzo.services.IModelService
Add a mapping between a property/object pair, and the inferred property inferred object pair.
addInferredObject(URI, URI, URI) - Method in class org.openanzo.services.impl.WSModelService
 
addInferredProperty(URI, URI) - Method in class org.openanzo.model.embedded.EmbeddedModelService
 
addInferredProperty(Long, URI, URI) - Method in class org.openanzo.server.repository.ModelServiceApi
Add an inferred property
addInferredProperty(String, String, URI, URI) - Method in class org.openanzo.server.repository.ModelServiceApi
Add an inferred property
addInferredProperty(URI, URI) - Method in class org.openanzo.server.repository.rdb.RepositoryConnection
Add an inferred property
addInferredProperty(SOAPBodyElement[]) - Method in class org.openanzo.server.web.RepositoryWebService
Add an inferred property
addInferredProperty(URI, URI) - Method in interface org.openanzo.services.IModelService
Add a mapping between a property , and the inferred property.
addInferredProperty(URI, URI) - Method in class org.openanzo.services.impl.WSModelService
 
addInRole(Role) - Method in interface org.openanzo.common.ontology.User
Adds a value for the 'inRole' property
addInRole() - Method in interface org.openanzo.common.ontology.User
Adds an anonymous value for the 'inRole' property
addInRole(Resource) - Method in interface org.openanzo.common.ontology.User
Adds a value for the 'inRole' property.
addInRole(Role) - Method in class org.openanzo.common.ontology.UserImpl
 
addInRole() - Method in class org.openanzo.common.ontology.UserImpl
 
addInRole(Resource) - Method in class org.openanzo.common.ontology.UserImpl
 
addInsertNamedGraph(Role) - Method in interface org.openanzo.common.ontology.ACL
Adds a value for the 'insertNamedGraph' property
addInsertNamedGraph() - Method in interface org.openanzo.common.ontology.ACL
Adds an anonymous value for the 'insertNamedGraph' property
addInsertNamedGraph(Resource) - Method in interface org.openanzo.common.ontology.ACL
Adds a value for the 'insertNamedGraph' property.
addInsertNamedGraph(Role) - Method in class org.openanzo.common.ontology.ACLImpl
 
addInsertNamedGraph() - Method in class org.openanzo.common.ontology.ACLImpl
 
addInsertNamedGraph(Resource) - Method in class org.openanzo.common.ontology.ACLImpl
 
addInstrospectionCollection(Collection) - Method in interface org.openanzo.atom.jastor.queso.IntrospectionGraph
Adds a value for the 'instrospectionCollection' property
addInstrospectionCollection() - Method in interface org.openanzo.atom.jastor.queso.IntrospectionGraph
Adds an anonymous value for the 'instrospectionCollection' property
addInstrospectionCollection(Resource) - Method in interface org.openanzo.atom.jastor.queso.IntrospectionGraph
Adds a value for the 'instrospectionCollection' property.
addInstrospectionCollection(Collection) - Method in class org.openanzo.atom.jastor.queso.IntrospectionGraphImpl
 
addInstrospectionCollection() - Method in class org.openanzo.atom.jastor.queso.IntrospectionGraphImpl
 
addInstrospectionCollection(Resource) - Method in class org.openanzo.atom.jastor.queso.IntrospectionGraphImpl
 
addInterest(Document) - Method in interface org.openanzo.atom.jastor.foaf.Person
Adds a value for the 'interest' property
addInterest() - Method in interface org.openanzo.atom.jastor.foaf.Person
Adds an anonymous value for the 'interest' property
addInterest(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Person
Adds a value for the 'interest' property.
addInterest(Document) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addInterest() - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addInterest(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addInverseOf(ObjectProperty) - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addInverseOf() - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addInverseOf(Resource) - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addInverseOf(ObjectProperty) - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addInverseOf() - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addInverseOf(Resource) - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addInverseOf(ObjectProperty) - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addInverseOf() - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addInverseOf(Resource) - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addInverseOf(ObjectProperty) - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addInverseOf() - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addInverseOf(Resource) - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addInverseOf(ObjectProperty) - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addInverseOf() - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addInverseOf(Resource) - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addInverseOf(ObjectProperty) - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addInverseOf() - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addInverseOf(Resource) - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addInverseOf(ObjectProperty) - Method in interface org.openanzo.owl.dataset.ObjectProperty
Adds a value for the 'inverseOf' property
addInverseOf() - Method in interface org.openanzo.owl.dataset.ObjectProperty
Adds an anonymous value for the 'inverseOf' property
addInverseOf(Resource) - Method in interface org.openanzo.owl.dataset.ObjectProperty
Adds a value for the 'inverseOf' property.
addInverseOf(ObjectProperty) - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addInverseOf() - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addInverseOf(Resource) - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addInverseOf(ObjectProperty) - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addInverseOf() - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addInverseOf(Resource) - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addInverseOf(ObjectProperty) - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addInverseOf() - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addInverseOf(Resource) - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addInverseOf(ObjectProperty) - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addInverseOf() - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addInverseOf(Resource) - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addInverseOf(ObjectProperty) - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addInverseOf() - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addInverseOf(Resource) - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addInverseOf(ObjectProperty) - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addInverseOf() - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addInverseOf(Resource) - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addInverseOf(ObjectProperty) - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addInverseOf() - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addInverseOf(Resource) - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addInverseOf(ObjectProperty) - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addInverseOf() - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addInverseOf(Resource) - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addInverseOf(ObjectProperty) - Method in interface org.openanzo.owl.ObjectProperty
Adds a value for the 'inverseOf' property
addInverseOf() - Method in interface org.openanzo.owl.ObjectProperty
Adds an anonymous value for the 'inverseOf' property
addInverseOf(Resource) - Method in interface org.openanzo.owl.ObjectProperty
Adds a value for the 'inverseOf' property.
addInverseOf(ObjectProperty) - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addInverseOf() - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addInverseOf(Resource) - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addInverseOf(ObjectProperty) - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addInverseOf() - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addInverseOf(Resource) - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addInverseOf(ObjectProperty) - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addInverseOf() - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addInverseOf(Resource) - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addInverseOf(ObjectProperty) - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addInverseOf() - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addInverseOf(Resource) - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addIsDefinedBy(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs._Property
Adds a value for the 'isDefinedBy' property
addIsDefinedBy() - Method in interface org.openanzo.atom.jastor.rdfs._Property
Adds an anonymous value for the 'isDefinedBy' property
addIsDefinedBy(Resource) - Method in interface org.openanzo.atom.jastor.rdfs._Property
Adds a value for the 'isDefinedBy' property.
addIsDefinedBy(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs._PropertyImpl
 
addIsDefinedBy() - Method in class org.openanzo.atom.jastor.rdfs._PropertyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.atom.jastor.rdfs._PropertyImpl
 
addIsDefinedBy(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Adds a value for the 'isDefinedBy' property
addIsDefinedBy() - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Adds an anonymous value for the 'isDefinedBy' property
addIsDefinedBy(Resource) - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Adds a value for the 'isDefinedBy' property.
addIsDefinedBy(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addIsDefinedBy() - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addIsDefinedBy(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs._Statement
Adds a value for the 'isDefinedBy' property
addIsDefinedBy() - Method in interface org.openanzo.atom.jastor.rdfs._Statement
Adds an anonymous value for the 'isDefinedBy' property
addIsDefinedBy(Resource) - Method in interface org.openanzo.atom.jastor.rdfs._Statement
Adds a value for the 'isDefinedBy' property.
addIsDefinedBy(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs._StatementImpl
 
addIsDefinedBy() - Method in class org.openanzo.atom.jastor.rdfs._StatementImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.atom.jastor.rdfs._StatementImpl
 
addIsDefinedBy(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.AltImpl
 
addIsDefinedBy() - Method in class org.openanzo.atom.jastor.rdfs.AltImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.atom.jastor.rdfs.AltImpl
 
addIsDefinedBy(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.BagImpl
 
addIsDefinedBy() - Method in class org.openanzo.atom.jastor.rdfs.BagImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.atom.jastor.rdfs.BagImpl
 
addIsDefinedBy(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs.Class
Adds a value for the 'isDefinedBy' property
addIsDefinedBy() - Method in interface org.openanzo.atom.jastor.rdfs.Class
Adds an anonymous value for the 'isDefinedBy' property
addIsDefinedBy(Resource) - Method in interface org.openanzo.atom.jastor.rdfs.Class
Adds a value for the 'isDefinedBy' property.
addIsDefinedBy(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.ClassImpl
 
addIsDefinedBy() - Method in class org.openanzo.atom.jastor.rdfs.ClassImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.atom.jastor.rdfs.ClassImpl
 
addIsDefinedBy(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs.Container
Adds a value for the 'isDefinedBy' property
addIsDefinedBy() - Method in interface org.openanzo.atom.jastor.rdfs.Container
Adds an anonymous value for the 'isDefinedBy' property
addIsDefinedBy(Resource) - Method in interface org.openanzo.atom.jastor.rdfs.Container
Adds a value for the 'isDefinedBy' property.
addIsDefinedBy(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.ContainerImpl
 
addIsDefinedBy() - Method in class org.openanzo.atom.jastor.rdfs.ContainerImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.atom.jastor.rdfs.ContainerImpl
 
addIsDefinedBy(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.ContainerMembershipPropertyImpl
 
addIsDefinedBy() - Method in class org.openanzo.atom.jastor.rdfs.ContainerMembershipPropertyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.atom.jastor.rdfs.ContainerMembershipPropertyImpl
 
addIsDefinedBy(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.DatatypeImpl
 
addIsDefinedBy() - Method in class org.openanzo.atom.jastor.rdfs.DatatypeImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.atom.jastor.rdfs.DatatypeImpl
 
addIsDefinedBy(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs.List
Adds a value for the 'isDefinedBy' property
addIsDefinedBy() - Method in interface org.openanzo.atom.jastor.rdfs.List
Adds an anonymous value for the 'isDefinedBy' property
addIsDefinedBy(Resource) - Method in interface org.openanzo.atom.jastor.rdfs.List
Adds a value for the 'isDefinedBy' property.
addIsDefinedBy(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.ListImpl
 
addIsDefinedBy() - Method in class org.openanzo.atom.jastor.rdfs.ListImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.atom.jastor.rdfs.ListImpl
 
addIsDefinedBy(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs.Literal
Adds a value for the 'isDefinedBy' property
addIsDefinedBy() - Method in interface org.openanzo.atom.jastor.rdfs.Literal
Adds an anonymous value for the 'isDefinedBy' property
addIsDefinedBy(Resource) - Method in interface org.openanzo.atom.jastor.rdfs.Literal
Adds a value for the 'isDefinedBy' property.
addIsDefinedBy(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.LiteralImpl
 
addIsDefinedBy() - Method in class org.openanzo.atom.jastor.rdfs.LiteralImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.atom.jastor.rdfs.LiteralImpl
 
addIsDefinedBy(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.SeqImpl
 
addIsDefinedBy() - Method in class org.openanzo.atom.jastor.rdfs.SeqImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.atom.jastor.rdfs.SeqImpl
 
addIsDefinedBy(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.XMLLiteralImpl
 
addIsDefinedBy() - Method in class org.openanzo.atom.jastor.rdfs.XMLLiteralImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.atom.jastor.rdfs.XMLLiteralImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl._ThingImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl._ThingImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl._ThingImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.AnnotationPropertyImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.AnnotationPropertyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.AnnotationPropertyImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.ClassImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.ClassImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.ClassImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.dataset._ThingImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.dataset._ThingImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.dataset._ThingImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.dataset.AnnotationPropertyImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.dataset.AnnotationPropertyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.dataset.AnnotationPropertyImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.dataset.ClassImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.dataset.ClassImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.dataset.ClassImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.dataset.IndividualImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.dataset.IndividualImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.dataset.IndividualImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.dataset.NothingImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.dataset.NothingImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.dataset.NothingImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.dataset.OWLEntityImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.dataset.OWLEntityImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.dataset.OWLEntityImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.IndividualImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.IndividualImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.IndividualImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.NothingImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.NothingImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.NothingImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.OWLEntityImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.OWLEntityImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.OWLEntityImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addIsDefinedBy() - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.rdfs._PropertyImpl
 
addIsDefinedBy() - Method in class org.openanzo.rdfs._PropertyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.rdfs._PropertyImpl
 
addIsDefinedBy(_Resource) - Method in interface org.openanzo.rdfs._Resource
Adds a value for the 'isDefinedBy' property
addIsDefinedBy() - Method in interface org.openanzo.rdfs._Resource
Adds an anonymous value for the 'isDefinedBy' property
addIsDefinedBy(Resource) - Method in interface org.openanzo.rdfs._Resource
Adds a value for the 'isDefinedBy' property.
addIsDefinedBy(_Resource) - Method in class org.openanzo.rdfs._ResourceImpl
 
addIsDefinedBy() - Method in class org.openanzo.rdfs._ResourceImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.rdfs._ResourceImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.rdfs.AltImpl
 
addIsDefinedBy() - Method in class org.openanzo.rdfs.AltImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.rdfs.AltImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.rdfs.BagImpl
 
addIsDefinedBy() - Method in class org.openanzo.rdfs.BagImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.rdfs.BagImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.rdfs.ClassImpl
 
addIsDefinedBy() - Method in class org.openanzo.rdfs.ClassImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.rdfs.ClassImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.rdfs.ContainerImpl
 
addIsDefinedBy() - Method in class org.openanzo.rdfs.ContainerImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.rdfs.ContainerImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.rdfs.ContainerMembershipPropertyImpl
 
addIsDefinedBy() - Method in class org.openanzo.rdfs.ContainerMembershipPropertyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.rdfs.ContainerMembershipPropertyImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.rdfs.dataset._PropertyImpl
 
addIsDefinedBy() - Method in class org.openanzo.rdfs.dataset._PropertyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.rdfs.dataset._PropertyImpl
 
addIsDefinedBy(_Resource) - Method in interface org.openanzo.rdfs.dataset._Resource
Adds a value for the 'isDefinedBy' property
addIsDefinedBy() - Method in interface org.openanzo.rdfs.dataset._Resource
Adds an anonymous value for the 'isDefinedBy' property
addIsDefinedBy(Resource) - Method in interface org.openanzo.rdfs.dataset._Resource
Adds a value for the 'isDefinedBy' property.
addIsDefinedBy(_Resource) - Method in class org.openanzo.rdfs.dataset._ResourceImpl
 
addIsDefinedBy() - Method in class org.openanzo.rdfs.dataset._ResourceImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.rdfs.dataset._ResourceImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.rdfs.dataset.AltImpl
 
addIsDefinedBy() - Method in class org.openanzo.rdfs.dataset.AltImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.rdfs.dataset.AltImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.rdfs.dataset.BagImpl
 
addIsDefinedBy() - Method in class org.openanzo.rdfs.dataset.BagImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.rdfs.dataset.BagImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.rdfs.dataset.ClassImpl
 
addIsDefinedBy() - Method in class org.openanzo.rdfs.dataset.ClassImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.rdfs.dataset.ClassImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.rdfs.dataset.ContainerImpl
 
addIsDefinedBy() - Method in class org.openanzo.rdfs.dataset.ContainerImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.rdfs.dataset.ContainerImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.rdfs.dataset.ContainerMembershipPropertyImpl
 
addIsDefinedBy() - Method in class org.openanzo.rdfs.dataset.ContainerMembershipPropertyImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.rdfs.dataset.ContainerMembershipPropertyImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.rdfs.dataset.DatatypeImpl
 
addIsDefinedBy() - Method in class org.openanzo.rdfs.dataset.DatatypeImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.rdfs.dataset.DatatypeImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.rdfs.dataset.ListImpl
 
addIsDefinedBy() - Method in class org.openanzo.rdfs.dataset.ListImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.rdfs.dataset.ListImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.rdfs.dataset.LiteralImpl
 
addIsDefinedBy() - Method in class org.openanzo.rdfs.dataset.LiteralImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.rdfs.dataset.LiteralImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.rdfs.dataset.SeqImpl
 
addIsDefinedBy() - Method in class org.openanzo.rdfs.dataset.SeqImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.rdfs.dataset.SeqImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.rdfs.DatatypeImpl
 
addIsDefinedBy() - Method in class org.openanzo.rdfs.DatatypeImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.rdfs.DatatypeImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.rdfs.ListImpl
 
addIsDefinedBy() - Method in class org.openanzo.rdfs.ListImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.rdfs.ListImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.rdfs.LiteralImpl
 
addIsDefinedBy() - Method in class org.openanzo.rdfs.LiteralImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.rdfs.LiteralImpl
 
addIsDefinedBy(_Resource) - Method in class org.openanzo.rdfs.SeqImpl
 
addIsDefinedBy() - Method in class org.openanzo.rdfs.SeqImpl
 
addIsDefinedBy(Resource) - Method in class org.openanzo.rdfs.SeqImpl
 
addition - Static variable in interface org.openanzo.serialization.SerializationConstants
Addition Constant
additional_name - Static variable in class org.openanzo.common.vocabulary.VCard
http://nwalsh.com/rdf/vCard#additional-name
AdditiveExpression() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
AdditiveExpression() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
addKnows(Person) - Method in interface org.openanzo.atom.jastor.foaf.Person
Adds a value for the 'knows' property
addKnows() - Method in interface org.openanzo.atom.jastor.foaf.Person
Adds an anonymous value for the 'knows' property
addKnows(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Person
Adds a value for the 'knows' property.
addKnows(Person) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addKnows() - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addKnows(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addLabel(Literal) - Method in interface org.openanzo.atom.jastor.rdfs._Property
Add a 'label' property value
addLabel(Literal) - Method in class org.openanzo.atom.jastor.rdfs._PropertyImpl
 
addLabel(Literal) - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Add a 'label' property value
addLabel(Literal) - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addLabel(Literal) - Method in interface org.openanzo.atom.jastor.rdfs._Statement
Add a 'label' property value
addLabel(Literal) - Method in class org.openanzo.atom.jastor.rdfs._StatementImpl
 
addLabel(Literal) - Method in class org.openanzo.atom.jastor.rdfs.AltImpl
 
addLabel(Literal) - Method in class org.openanzo.atom.jastor.rdfs.BagImpl
 
addLabel(Literal) - Method in interface org.openanzo.atom.jastor.rdfs.Class
Add a 'label' property value
addLabel(Literal) - Method in class org.openanzo.atom.jastor.rdfs.ClassImpl
 
addLabel(Literal) - Method in interface org.openanzo.atom.jastor.rdfs.Container
Add a 'label' property value
addLabel(Literal) - Method in class org.openanzo.atom.jastor.rdfs.ContainerImpl
 
addLabel(Literal) - Method in class org.openanzo.atom.jastor.rdfs.ContainerMembershipPropertyImpl
 
addLabel(Literal) - Method in class org.openanzo.atom.jastor.rdfs.DatatypeImpl
 
addLabel(Literal) - Method in interface org.openanzo.atom.jastor.rdfs.List
Add a 'label' property value
addLabel(Literal) - Method in class org.openanzo.atom.jastor.rdfs.ListImpl
 
addLabel(Literal) - Method in interface org.openanzo.atom.jastor.rdfs.Literal
Add a 'label' property value
addLabel(Literal) - Method in class org.openanzo.atom.jastor.rdfs.LiteralImpl
 
addLabel(Literal) - Method in class org.openanzo.atom.jastor.rdfs.SeqImpl
 
addLabel(Literal) - Method in class org.openanzo.atom.jastor.rdfs.XMLLiteralImpl
 
addLabel(String) - Method in class org.openanzo.owl._ThingImpl
 
addLabel(String) - Method in class org.openanzo.owl.AnnotationPropertyImpl
 
addLabel(String) - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addLabel(String) - Method in class org.openanzo.owl.ClassImpl
 
addLabel(String) - Method in class org.openanzo.owl.dataset._ThingImpl
 
addLabel(String) - Method in class org.openanzo.owl.dataset.AnnotationPropertyImpl
 
addLabel(String) - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addLabel(String) - Method in class org.openanzo.owl.dataset.ClassImpl
 
addLabel(String) - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addLabel(String) - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addLabel(String) - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addLabel(String) - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addLabel(String) - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addLabel(String) - Method in class org.openanzo.owl.dataset.IndividualImpl
 
addLabel(String) - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addLabel(String) - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addLabel(String) - Method in class org.openanzo.owl.dataset.NothingImpl
 
addLabel(String) - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addLabel(String) - Method in class org.openanzo.owl.dataset.OWLEntityImpl
 
addLabel(String) - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addLabel(String) - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addLabel(String) - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addLabel(String) - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addLabel(String) - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addLabel(String) - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addLabel(String) - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addLabel(String) - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addLabel(String) - Method in class org.openanzo.owl.IndividualImpl
 
addLabel(String) - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addLabel(String) - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addLabel(String) - Method in class org.openanzo.owl.NothingImpl
 
addLabel(String) - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addLabel(String) - Method in class org.openanzo.owl.OWLEntityImpl
 
addLabel(String) - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addLabel(String) - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addLabel(String) - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addLabel(String) - Method in class org.openanzo.rdfs._PropertyImpl
 
addLabel(String) - Method in interface org.openanzo.rdfs._Resource
Add a 'label' property value
addLabel(String) - Method in class org.openanzo.rdfs._ResourceImpl
 
addLabel(String) - Method in class org.openanzo.rdfs.AltImpl
 
addLabel(String) - Method in class org.openanzo.rdfs.BagImpl
 
addLabel(String) - Method in class org.openanzo.rdfs.ClassImpl
 
addLabel(String) - Method in class org.openanzo.rdfs.ContainerImpl
 
addLabel(String) - Method in class org.openanzo.rdfs.ContainerMembershipPropertyImpl
 
addLabel(String) - Method in class org.openanzo.rdfs.dataset._PropertyImpl
 
addLabel(String) - Method in interface org.openanzo.rdfs.dataset._Resource
Add a 'label' property value
addLabel(String) - Method in class org.openanzo.rdfs.dataset._ResourceImpl
 
addLabel(String) - Method in class org.openanzo.rdfs.dataset.AltImpl
 
addLabel(String) - Method in class org.openanzo.rdfs.dataset.BagImpl
 
addLabel(String) - Method in class org.openanzo.rdfs.dataset.ClassImpl
 
addLabel(String) - Method in class org.openanzo.rdfs.dataset.ContainerImpl
 
addLabel(String) - Method in class org.openanzo.rdfs.dataset.ContainerMembershipPropertyImpl
 
addLabel(String) - Method in class org.openanzo.rdfs.dataset.DatatypeImpl
 
addLabel(String) - Method in class org.openanzo.rdfs.dataset.ListImpl
 
addLabel(String) - Method in class org.openanzo.rdfs.dataset.LiteralImpl
 
addLabel(String) - Method in class org.openanzo.rdfs.dataset.SeqImpl
 
addLabel(String) - Method in class org.openanzo.rdfs.DatatypeImpl
 
addLabel(String) - Method in class org.openanzo.rdfs.ListImpl
 
addLabel(String) - Method in class org.openanzo.rdfs.LiteralImpl
 
addLabel(String) - Method in class org.openanzo.rdfs.SeqImpl
 
addLastModifiedByUser(User) - Method in interface org.openanzo.common.ontology.NamedGraph
Adds a value for the 'lastModifiedByUser' property
addLastModifiedByUser() - Method in interface org.openanzo.common.ontology.NamedGraph
Adds an anonymous value for the 'lastModifiedByUser' property
addLastModifiedByUser(Resource) - Method in interface org.openanzo.common.ontology.NamedGraph
Adds a value for the 'lastModifiedByUser' property.
addLastModifiedByUser(User) - Method in class org.openanzo.common.ontology.NamedGraphImpl
 
addLastModifiedByUser() - Method in class org.openanzo.common.ontology.NamedGraphImpl
 
addLastModifiedByUser(Resource) - Method in class org.openanzo.common.ontology.NamedGraphImpl
 
addLikeMatch(Variable, String) - Method in class org.openanzo.common.rdb.container.query.RdbBGPQuery
Add an pattern for the special textLike predicate
addLikeMatch(Variable, String) - Method in class org.openanzo.server.repository.query.ServerBGPQuery
Add an pattern for the special textLike predicate
addLink(Link) - Method in class org.openanzo.atom.jastor.atomowl.EntryImpl
 
addLink() - Method in class org.openanzo.atom.jastor.atomowl.EntryImpl
 
addLink(Resource) - Method in class org.openanzo.atom.jastor.atomowl.EntryImpl
 
addLink(Link) - Method in class org.openanzo.atom.jastor.atomowl.FeedImpl
 
addLink() - Method in class org.openanzo.atom.jastor.atomowl.FeedImpl
 
addLink(Resource) - Method in class org.openanzo.atom.jastor.atomowl.FeedImpl
 
addLink(Link) - Method in interface org.openanzo.atom.jastor.atomowl.FeedOrEntry
Adds a value for the 'link' property
addLink() - Method in interface org.openanzo.atom.jastor.atomowl.FeedOrEntry
Adds an anonymous value for the 'link' property
addLink(Resource) - Method in interface org.openanzo.atom.jastor.atomowl.FeedOrEntry
Adds a value for the 'link' property.
addLink(Link) - Method in class org.openanzo.atom.jastor.atomowl.FeedOrEntryImpl
 
addLink() - Method in class org.openanzo.atom.jastor.atomowl.FeedOrEntryImpl
 
addLink(Resource) - Method in class org.openanzo.atom.jastor.atomowl.FeedOrEntryImpl
 
addLink(Link) - Method in interface org.openanzo.atom.jastor.queso.Entry
Adds a value for the 'link' property
addLink() - Method in interface org.openanzo.atom.jastor.queso.Entry
Adds an anonymous value for the 'link' property
addLink(Resource) - Method in interface org.openanzo.atom.jastor.queso.Entry
Adds a value for the 'link' property.
addLink(Link) - Method in class org.openanzo.atom.jastor.queso.EntryImpl
 
addLink() - Method in class org.openanzo.atom.jastor.queso.EntryImpl
 
addLink(Resource) - Method in class org.openanzo.atom.jastor.queso.EntryImpl
 
addListener(URI, TrackerListener) - Method in interface org.openanzo.services.trackers.ISerializableTracker
Add a new TrackerListener for this tracker
addListener(URI, TrackerListener) - Method in class org.openanzo.services.trackers.SelectorTracker
 
addLogo(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addLogo() - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addLogo(Resource) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addLogo(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addLogo() - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addLogo(Resource) - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addLogo(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds a value for the 'logo' property
addLogo() - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds an anonymous value for the 'logo' property
addLogo(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds a value for the 'logo' property.
addLogo(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addLogo() - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addLogo(Resource) - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addLogo(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds a value for the 'logo' property
addLogo() - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds an anonymous value for the 'logo' property
addLogo(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds a value for the 'logo' property.
addLogo(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addLogo() - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addLogo(Resource) - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addLogo(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addLogo() - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addLogo(Resource) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addLogo(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds a value for the 'logo' property
addLogo() - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds an anonymous value for the 'logo' property
addLogo(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds a value for the 'logo' property.
addLogo(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addLogo() - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addLogo(Resource) - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addLogo(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds a value for the 'logo' property
addLogo() - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds an anonymous value for the 'logo' property
addLogo(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds a value for the 'logo' property.
addLogo(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addLogo() - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addLogo(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addLogo(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Adds a value for the 'logo' property
addLogo() - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Adds an anonymous value for the 'logo' property
addLogo(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Adds a value for the 'logo' property.
addLogo(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addLogo() - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addLogo(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addLogo(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Adds a value for the 'logo' property
addLogo() - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Adds an anonymous value for the 'logo' property
addLogo(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Adds a value for the 'logo' property.
addLogo(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addLogo() - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addLogo(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addLogo(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Adds a value for the 'logo' property
addLogo() - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Adds an anonymous value for the 'logo' property
addLogo(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Adds a value for the 'logo' property.
addLogo(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addLogo() - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addLogo(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addLogo(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addLogo() - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addLogo(Resource) - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addLogo(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addLogo() - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addLogo(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addLogo(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addLogo() - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addLogo(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addLogo(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Project
Adds a value for the 'logo' property
addLogo() - Method in interface org.openanzo.atom.jastor.foaf.Project
Adds an anonymous value for the 'logo' property
addLogo(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Project
Adds a value for the 'logo' property.
addLogo(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addLogo() - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addLogo(Resource) - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addLogo(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Adds a value for the 'logo' property
addLogo() - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Adds an anonymous value for the 'logo' property
addLogo(Resource) - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Adds a value for the 'logo' property.
addLogo(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addLogo() - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addLogo(Resource) - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addMade(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addMade() - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addMade(Resource) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addMade(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addMade() - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addMade(Resource) - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addMade(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds a value for the 'made' property
addMade() - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds an anonymous value for the 'made' property
addMade(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds a value for the 'made' property.
addMade(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addMade() - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addMade(Resource) - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addMade(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addMade() - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addMade(Resource) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addMade(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addMade() - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addMade(Resource) - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addMade(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addMade() - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addMade(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addMagicPrefix(String, String) - Method in class org.openanzo.atom.rdfa.RDFaParser
 
addMaker(Agent) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addMaker() - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addMaker(Resource) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addMaker(Agent) - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addMaker() - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addMaker(Resource) - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addMaker(Agent) - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds a value for the 'maker' property
addMaker() - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds an anonymous value for the 'maker' property
addMaker(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds a value for the 'maker' property.
addMaker(Agent) - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addMaker() - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addMaker(Resource) - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addMaker(Agent) - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds a value for the 'maker' property
addMaker() - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds an anonymous value for the 'maker' property
addMaker(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds a value for the 'maker' property.
addMaker(Agent) - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addMaker() - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addMaker(Resource) - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addMaker(Agent) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addMaker() - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addMaker(Resource) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addMaker(Agent) - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds a value for the 'maker' property
addMaker() - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds an anonymous value for the 'maker' property
addMaker(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds a value for the 'maker' property.
addMaker(Agent) - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addMaker() - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addMaker(Resource) - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addMaker(Agent) - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds a value for the 'maker' property
addMaker() - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds an anonymous value for the 'maker' property
addMaker(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds a value for the 'maker' property.
addMaker(Agent) - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addMaker() - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addMaker(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addMaker(Agent) - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Adds a value for the 'maker' property
addMaker() - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Adds an anonymous value for the 'maker' property
addMaker(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Adds a value for the 'maker' property.
addMaker(Agent) - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addMaker() - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addMaker(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addMaker(Agent) - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Adds a value for the 'maker' property
addMaker() - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Adds an anonymous value for the 'maker' property
addMaker(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Adds a value for the 'maker' property.
addMaker(Agent) - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addMaker() - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addMaker(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addMaker(Agent) - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Adds a value for the 'maker' property
addMaker() - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Adds an anonymous value for the 'maker' property
addMaker(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Adds a value for the 'maker' property.
addMaker(Agent) - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addMaker() - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addMaker(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addMaker(Agent) - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addMaker() - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addMaker(Resource) - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addMaker(Agent) - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addMaker() - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addMaker(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addMaker(Agent) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addMaker() - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addMaker(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addMaker(Agent) - Method in interface org.openanzo.atom.jastor.foaf.Project
Adds a value for the 'maker' property
addMaker() - Method in interface org.openanzo.atom.jastor.foaf.Project
Adds an anonymous value for the 'maker' property
addMaker(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Project
Adds a value for the 'maker' property.
addMaker(Agent) - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addMaker() - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addMaker(Resource) - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addMaker(Agent) - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Adds a value for the 'maker' property
addMaker() - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Adds an anonymous value for the 'maker' property
addMaker(Resource) - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Adds a value for the 'maker' property.
addMaker(Agent) - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addMaker() - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addMaker(Resource) - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addMaxCardinality(Integer) - Method in interface org.openanzo.owl.DataRestriction
Add a 'maxCardinality' property value
addMaxCardinality(Integer) - Method in class org.openanzo.owl.DataRestrictionImpl
 
addMaxCardinality(Integer) - Method in interface org.openanzo.owl.dataset.DataRestriction
Add a 'maxCardinality' property value
addMaxCardinality(Integer) - Method in class org.openanzo.owl.dataset.DataRestrictionImpl
 
addMaxCardinality(Integer) - Method in interface org.openanzo.owl.dataset.ObjectRestriction
Add a 'maxCardinality' property value
addMaxCardinality(Integer) - Method in class org.openanzo.owl.dataset.ObjectRestrictionImpl
 
addMaxCardinality(Integer) - Method in interface org.openanzo.owl.dataset.Restriction
Add a 'maxCardinality' property value
addMaxCardinality(Integer) - Method in class org.openanzo.owl.dataset.RestrictionImpl
 
addMaxCardinality(Integer) - Method in interface org.openanzo.owl.ObjectRestriction
Add a 'maxCardinality' property value
addMaxCardinality(Integer) - Method in class org.openanzo.owl.ObjectRestrictionImpl
 
addMaxCardinality(Integer) - Method in interface org.openanzo.owl.Restriction
Add a 'maxCardinality' property value
addMaxCardinality(Integer) - Method in class org.openanzo.owl.RestrictionImpl
 
addMember(Agent) - Method in interface org.openanzo.atom.jastor.foaf.Group
Adds a value for the 'member' property
addMember() - Method in interface org.openanzo.atom.jastor.foaf.Group
Adds an anonymous value for the 'member' property
addMember(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Group
Adds a value for the 'member' property.
addMember(Agent) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addMember() - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addMember(Resource) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addMember(Entry) - Method in interface org.openanzo.atom.jastor.queso.Collection
Adds a value for the 'member' property
addMember() - Method in interface org.openanzo.atom.jastor.queso.Collection
Adds an anonymous value for the 'member' property
addMember(Resource) - Method in interface org.openanzo.atom.jastor.queso.Collection
Adds a value for the 'member' property.
addMember(Entry) - Method in class org.openanzo.atom.jastor.queso.CollectionImpl
 
addMember() - Method in class org.openanzo.atom.jastor.queso.CollectionImpl
 
addMember(Resource) - Method in class org.openanzo.atom.jastor.queso.CollectionImpl
 
addMember(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs._Property
Adds a value for the 'member' property
addMember() - Method in interface org.openanzo.atom.jastor.rdfs._Property
Adds an anonymous value for the 'member' property
addMember(Resource) - Method in interface org.openanzo.atom.jastor.rdfs._Property
Adds a value for the 'member' property.
addMember(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs._PropertyImpl
 
addMember() - Method in class org.openanzo.atom.jastor.rdfs._PropertyImpl
 
addMember(Resource) - Method in class org.openanzo.atom.jastor.rdfs._PropertyImpl
 
addMember(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Adds a value for the 'member' property
addMember() - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Adds an anonymous value for the 'member' property
addMember(Resource) - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Adds a value for the 'member' property.
addMember(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addMember() - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addMember(Resource) - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addMember(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs._Statement
Adds a value for the 'member' property
addMember() - Method in interface org.openanzo.atom.jastor.rdfs._Statement
Adds an anonymous value for the 'member' property
addMember(Resource) - Method in interface org.openanzo.atom.jastor.rdfs._Statement
Adds a value for the 'member' property.
addMember(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs._StatementImpl
 
addMember() - Method in class org.openanzo.atom.jastor.rdfs._StatementImpl
 
addMember(Resource) - Method in class org.openanzo.atom.jastor.rdfs._StatementImpl
 
addMember(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.AltImpl
 
addMember() - Method in class org.openanzo.atom.jastor.rdfs.AltImpl
 
addMember(Resource) - Method in class org.openanzo.atom.jastor.rdfs.AltImpl
 
addMember(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.BagImpl
 
addMember() - Method in class org.openanzo.atom.jastor.rdfs.BagImpl
 
addMember(Resource) - Method in class org.openanzo.atom.jastor.rdfs.BagImpl
 
addMember(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs.Class
Adds a value for the 'member' property
addMember() - Method in interface org.openanzo.atom.jastor.rdfs.Class
Adds an anonymous value for the 'member' property
addMember(Resource) - Method in interface org.openanzo.atom.jastor.rdfs.Class
Adds a value for the 'member' property.
addMember(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.ClassImpl
 
addMember() - Method in class org.openanzo.atom.jastor.rdfs.ClassImpl
 
addMember(Resource) - Method in class org.openanzo.atom.jastor.rdfs.ClassImpl
 
addMember(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs.Container
Adds a value for the 'member' property
addMember() - Method in interface org.openanzo.atom.jastor.rdfs.Container
Adds an anonymous value for the 'member' property
addMember(Resource) - Method in interface org.openanzo.atom.jastor.rdfs.Container
Adds a value for the 'member' property.
addMember(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.ContainerImpl
 
addMember() - Method in class org.openanzo.atom.jastor.rdfs.ContainerImpl
 
addMember(Resource) - Method in class org.openanzo.atom.jastor.rdfs.ContainerImpl
 
addMember(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.ContainerMembershipPropertyImpl
 
addMember() - Method in class org.openanzo.atom.jastor.rdfs.ContainerMembershipPropertyImpl
 
addMember(Resource) - Method in class org.openanzo.atom.jastor.rdfs.ContainerMembershipPropertyImpl
 
addMember(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.DatatypeImpl
 
addMember() - Method in class org.openanzo.atom.jastor.rdfs.DatatypeImpl
 
addMember(Resource) - Method in class org.openanzo.atom.jastor.rdfs.DatatypeImpl
 
addMember(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs.List
Adds a value for the 'member' property
addMember() - Method in interface org.openanzo.atom.jastor.rdfs.List
Adds an anonymous value for the 'member' property
addMember(Resource) - Method in interface org.openanzo.atom.jastor.rdfs.List
Adds a value for the 'member' property.
addMember(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.ListImpl
 
addMember() - Method in class org.openanzo.atom.jastor.rdfs.ListImpl
 
addMember(Resource) - Method in class org.openanzo.atom.jastor.rdfs.ListImpl
 
addMember(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs.Literal
Adds a value for the 'member' property
addMember() - Method in interface org.openanzo.atom.jastor.rdfs.Literal
Adds an anonymous value for the 'member' property
addMember(Resource) - Method in interface org.openanzo.atom.jastor.rdfs.Literal
Adds a value for the 'member' property.
addMember(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.LiteralImpl
 
addMember() - Method in class org.openanzo.atom.jastor.rdfs.LiteralImpl
 
addMember(Resource) - Method in class org.openanzo.atom.jastor.rdfs.LiteralImpl
 
addMember(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.SeqImpl
 
addMember() - Method in class org.openanzo.atom.jastor.rdfs.SeqImpl
 
addMember(Resource) - Method in class org.openanzo.atom.jastor.rdfs.SeqImpl
 
addMember(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.XMLLiteralImpl
 
addMember() - Method in class org.openanzo.atom.jastor.rdfs.XMLLiteralImpl
 
addMember(Resource) - Method in class org.openanzo.atom.jastor.rdfs.XMLLiteralImpl
 
addMember(_Resource) - Method in class org.openanzo.owl._ThingImpl
 
addMember() - Method in class org.openanzo.owl._ThingImpl
 
addMember(Resource) - Method in class org.openanzo.owl._ThingImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.AnnotationPropertyImpl
 
addMember() - Method in class org.openanzo.owl.AnnotationPropertyImpl
 
addMember(Resource) - Method in class org.openanzo.owl.AnnotationPropertyImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addMember() - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addMember(Resource) - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.ClassImpl
 
addMember() - Method in class org.openanzo.owl.ClassImpl
 
addMember(Resource) - Method in class org.openanzo.owl.ClassImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.dataset._ThingImpl
 
addMember() - Method in class org.openanzo.owl.dataset._ThingImpl
 
addMember(Resource) - Method in class org.openanzo.owl.dataset._ThingImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.dataset.AnnotationPropertyImpl
 
addMember() - Method in class org.openanzo.owl.dataset.AnnotationPropertyImpl
 
addMember(Resource) - Method in class org.openanzo.owl.dataset.AnnotationPropertyImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addMember() - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addMember(Resource) - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.dataset.ClassImpl
 
addMember() - Method in class org.openanzo.owl.dataset.ClassImpl
 
addMember(Resource) - Method in class org.openanzo.owl.dataset.ClassImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addMember() - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addMember(Resource) - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addMember() - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addMember(Resource) - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addMember() - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addMember(Resource) - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addMember() - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addMember(Resource) - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addMember() - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addMember(Resource) - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.dataset.IndividualImpl
 
addMember() - Method in class org.openanzo.owl.dataset.IndividualImpl
 
addMember(Resource) - Method in class org.openanzo.owl.dataset.IndividualImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addMember() - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addMember(Resource) - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addMember() - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addMember(Resource) - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.dataset.NothingImpl
 
addMember() - Method in class org.openanzo.owl.dataset.NothingImpl
 
addMember(Resource) - Method in class org.openanzo.owl.dataset.NothingImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addMember() - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addMember(Resource) - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.dataset.OWLEntityImpl
 
addMember() - Method in class org.openanzo.owl.dataset.OWLEntityImpl
 
addMember(Resource) - Method in class org.openanzo.owl.dataset.OWLEntityImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addMember() - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addMember(Resource) - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addMember() - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addMember(Resource) - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addMember() - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addMember(Resource) - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addMember() - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addMember(Resource) - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addMember() - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addMember(Resource) - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addMember() - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addMember(Resource) - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addMember() - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addMember(Resource) - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addMember() - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addMember(Resource) - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.IndividualImpl
 
addMember() - Method in class org.openanzo.owl.IndividualImpl
 
addMember(Resource) - Method in class org.openanzo.owl.IndividualImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addMember() - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addMember(Resource) - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addMember() - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addMember(Resource) - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.NothingImpl
 
addMember() - Method in class org.openanzo.owl.NothingImpl
 
addMember(Resource) - Method in class org.openanzo.owl.NothingImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addMember() - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addMember(Resource) - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.OWLEntityImpl
 
addMember() - Method in class org.openanzo.owl.OWLEntityImpl
 
addMember(Resource) - Method in class org.openanzo.owl.OWLEntityImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addMember() - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addMember(Resource) - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addMember() - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addMember(Resource) - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addMember(_Resource) - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addMember() - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addMember(Resource) - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addMember(_Resource) - Method in class org.openanzo.rdfs._PropertyImpl
 
addMember() - Method in class org.openanzo.rdfs._PropertyImpl
 
addMember(Resource) - Method in class org.openanzo.rdfs._PropertyImpl
 
addMember(_Resource) - Method in interface org.openanzo.rdfs._Resource
Adds a value for the 'member' property
addMember() - Method in interface org.openanzo.rdfs._Resource
Adds an anonymous value for the 'member' property
addMember(Resource) - Method in interface org.openanzo.rdfs._Resource
Adds a value for the 'member' property.
addMember(_Resource) - Method in class org.openanzo.rdfs._ResourceImpl
 
addMember() - Method in class org.openanzo.rdfs._ResourceImpl
 
addMember(Resource) - Method in class org.openanzo.rdfs._ResourceImpl
 
addMember(_Resource) - Method in class org.openanzo.rdfs.AltImpl
 
addMember() - Method in class org.openanzo.rdfs.AltImpl
 
addMember(Resource) - Method in class org.openanzo.rdfs.AltImpl
 
addMember(_Resource) - Method in class org.openanzo.rdfs.BagImpl
 
addMember() - Method in class org.openanzo.rdfs.BagImpl
 
addMember(Resource) - Method in class org.openanzo.rdfs.BagImpl
 
addMember(_Resource) - Method in class org.openanzo.rdfs.ClassImpl
 
addMember() - Method in class org.openanzo.rdfs.ClassImpl
 
addMember(Resource) - Method in class org.openanzo.rdfs.ClassImpl
 
addMember(_Resource) - Method in class org.openanzo.rdfs.ContainerImpl
 
addMember() - Method in class org.openanzo.rdfs.ContainerImpl
 
addMember(Resource) - Method in class org.openanzo.rdfs.ContainerImpl
 
addMember(_Resource) - Method in class org.openanzo.rdfs.ContainerMembershipPropertyImpl
 
addMember() - Method in class org.openanzo.rdfs.ContainerMembershipPropertyImpl
 
addMember(Resource) - Method in class org.openanzo.rdfs.ContainerMembershipPropertyImpl
 
addMember(_Resource) - Method in class org.openanzo.rdfs.dataset._PropertyImpl
 
addMember() - Method in class org.openanzo.rdfs.dataset._PropertyImpl
 
addMember(Resource) - Method in class org.openanzo.rdfs.dataset._PropertyImpl
 
addMember(_Resource) - Method in interface org.openanzo.rdfs.dataset._Resource
Adds a value for the 'member' property
addMember() - Method in interface org.openanzo.rdfs.dataset._Resource
Adds an anonymous value for the 'member' property
addMember(Resource) - Method in interface org.openanzo.rdfs.dataset._Resource
Adds a value for the 'member' property.
addMember(_Resource) - Method in class org.openanzo.rdfs.dataset._ResourceImpl
 
addMember() - Method in class org.openanzo.rdfs.dataset._ResourceImpl
 
addMember(Resource) - Method in class org.openanzo.rdfs.dataset._ResourceImpl
 
addMember(_Resource) - Method in class org.openanzo.rdfs.dataset.AltImpl
 
addMember() - Method in class org.openanzo.rdfs.dataset.AltImpl
 
addMember(Resource) - Method in class org.openanzo.rdfs.dataset.AltImpl
 
addMember(_Resource) - Method in class org.openanzo.rdfs.dataset.BagImpl
 
addMember() - Method in class org.openanzo.rdfs.dataset.BagImpl
 
addMember(Resource) - Method in class org.openanzo.rdfs.dataset.BagImpl
 
addMember(_Resource) - Method in class org.openanzo.rdfs.dataset.ClassImpl
 
addMember() - Method in class org.openanzo.rdfs.dataset.ClassImpl
 
addMember(Resource) - Method in class org.openanzo.rdfs.dataset.ClassImpl
 
addMember(_Resource) - Method in class org.openanzo.rdfs.dataset.ContainerImpl
 
addMember() - Method in class org.openanzo.rdfs.dataset.ContainerImpl
 
addMember(Resource) - Method in class org.openanzo.rdfs.dataset.ContainerImpl
 
addMember(_Resource) - Method in class org.openanzo.rdfs.dataset.ContainerMembershipPropertyImpl
 
addMember() - Method in class org.openanzo.rdfs.dataset.ContainerMembershipPropertyImpl
 
addMember(Resource) - Method in class org.openanzo.rdfs.dataset.ContainerMembershipPropertyImpl
 
addMember(_Resource) - Method in class org.openanzo.rdfs.dataset.DatatypeImpl
 
addMember() - Method in class org.openanzo.rdfs.dataset.DatatypeImpl
 
addMember(Resource) - Method in class org.openanzo.rdfs.dataset.DatatypeImpl
 
addMember(_Resource) - Method in class org.openanzo.rdfs.dataset.ListImpl
 
addMember() - Method in class org.openanzo.rdfs.dataset.ListImpl
 
addMember(Resource) - Method in class org.openanzo.rdfs.dataset.ListImpl
 
addMember(_Resource) - Method in class org.openanzo.rdfs.dataset.LiteralImpl
 
addMember() - Method in class org.openanzo.rdfs.dataset.LiteralImpl
 
addMember(Resource) - Method in class org.openanzo.rdfs.dataset.LiteralImpl
 
addMember(_Resource) - Method in class org.openanzo.rdfs.dataset.SeqImpl
 
addMember() - Method in class org.openanzo.rdfs.dataset.SeqImpl
 
addMember(Resource) - Method in class org.openanzo.rdfs.dataset.SeqImpl
 
addMember(_Resource) - Method in class org.openanzo.rdfs.DatatypeImpl
 
addMember() - Method in class org.openanzo.rdfs.DatatypeImpl
 
addMember(Resource) - Method in class org.openanzo.rdfs.DatatypeImpl
 
addMember(_Resource) - Method in class org.openanzo.rdfs.ListImpl
 
addMember() - Method in class org.openanzo.rdfs.ListImpl
 
addMember(Resource) - Method in class org.openanzo.rdfs.ListImpl
 
addMember(_Resource) - Method in class org.openanzo.rdfs.LiteralImpl
 
addMember() - Method in class org.openanzo.rdfs.LiteralImpl
 
addMember(Resource) - Method in class org.openanzo.rdfs.LiteralImpl
 
addMember(_Resource) - Method in class org.openanzo.rdfs.SeqImpl
 
addMember() - Method in class org.openanzo.rdfs.SeqImpl
 
addMember(Resource) - Method in class org.openanzo.rdfs.SeqImpl
 
addMembershipClass(Class) - Method in interface org.openanzo.atom.jastor.foaf.Group
Adds a value for the 'membershipClass' property
addMembershipClass() - Method in interface org.openanzo.atom.jastor.foaf.Group
Adds an anonymous value for the 'membershipClass' property
addMembershipClass(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Group
Adds a value for the 'membershipClass' property.
addMembershipClass(Class) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addMembershipClass() - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addMembershipClass(Resource) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addMessage(HashMap<String, String>) - Method in class org.openanzo.services.replication.ReplicationTransactionUpdate
Add a message to this list of messages.
addMinCardinality(Integer) - Method in interface org.openanzo.owl.DataRestriction
Add a 'minCardinality' property value
addMinCardinality(Integer) - Method in class org.openanzo.owl.DataRestrictionImpl
 
addMinCardinality(Integer) - Method in interface org.openanzo.owl.dataset.DataRestriction
Add a 'minCardinality' property value
addMinCardinality(Integer) - Method in class org.openanzo.owl.dataset.DataRestrictionImpl
 
addMinCardinality(Integer) - Method in interface org.openanzo.owl.dataset.ObjectRestriction
Add a 'minCardinality' property value
addMinCardinality(Integer) - Method in class org.openanzo.owl.dataset.ObjectRestrictionImpl
 
addMinCardinality(Integer) - Method in interface org.openanzo.owl.dataset.Restriction
Add a 'minCardinality' property value
addMinCardinality(Integer) - Method in class org.openanzo.owl.dataset.RestrictionImpl
 
addMinCardinality(Integer) - Method in interface org.openanzo.owl.ObjectRestriction
Add a 'minCardinality' property value
addMinCardinality(Integer) - Method in class org.openanzo.owl.ObjectRestrictionImpl
 
addMinCardinality(Integer) - Method in interface org.openanzo.owl.Restriction
Add a 'minCardinality' property value
addMinCardinality(Integer) - Method in class org.openanzo.owl.RestrictionImpl
 
addMyersBriggs(Literal) - Method in interface org.openanzo.atom.jastor.foaf.Person
Add a 'myersBriggs' property value
addMyersBriggs(Literal) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addName(Literal) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addName(Literal) - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addName(Literal) - Method in interface org.openanzo.atom.jastor.foaf.Agent
Add a 'name' property value
addName(Literal) - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addName(Literal) - Method in interface org.openanzo.atom.jastor.foaf.Document
Add a 'name' property value
addName(Literal) - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addName(Literal) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addName(Literal) - Method in interface org.openanzo.atom.jastor.foaf.Image
Add a 'name' property value
addName(Literal) - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addName(Literal) - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Add a 'name' property value
addName(Literal) - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addName(Literal) - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Add a 'name' property value
addName(Literal) - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addName(Literal) - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Add a 'name' property value
addName(Literal) - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addName(Literal) - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Add a 'name' property value
addName(Literal) - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addName(Literal) - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addName(Literal) - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addName(Literal) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addName(Literal) - Method in interface org.openanzo.atom.jastor.foaf.Project
Add a 'name' property value
addName(Literal) - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addName(Literal) - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Add a 'name' property value
addName(Literal) - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addNamedGraph(URI, INamedGraph) - Method in class org.openanzo.client.ClosableDatasetServiceDataset
 
addNamedGraph(URI, INamedGraph) - Method in class org.openanzo.client.StoredDatasetserviceDatasetProxy
 
addNamedGraph(NamedGraph) - Method in interface org.openanzo.common.ontology.Dataset
Adds a value for the 'namedGraph' property
addNamedGraph() - Method in interface org.openanzo.common.ontology.Dataset
Adds an anonymous value for the 'namedGraph' property
addNamedGraph(Resource) - Method in interface org.openanzo.common.ontology.Dataset
Adds a value for the 'namedGraph' property.
addNamedGraph(NamedGraph) - Method in class org.openanzo.common.ontology.DatasetImpl
 
addNamedGraph() - Method in class org.openanzo.common.ontology.DatasetImpl
 
addNamedGraph(Resource) - Method in class org.openanzo.common.ontology.DatasetImpl
 
addNamedGraph(URI) - Method in class org.openanzo.glitter.dataset.BasicDataset
 
addNamedGraph(URI) - Method in class org.openanzo.glitter.dataset.HTTPStreamingDataset
 
addNamedGraph(URI) - Method in interface org.openanzo.glitter.dataset.RDFDataset
Adds the graph represented by name to the set of named graphs for this dataset
addNamedGraph(URI) - Method in class org.openanzo.glitter.query.QueryController
Notes a named graph found in the query in a FROM NAMED clause
addNamedGraph(URI, INamedGraph) - Method in interface org.openanzo.model.IDataset
Add an INamedGraph with its URI to this dataset
addNamedGraph(URI, INamedGraph) - Method in class org.openanzo.model.impl.Dataset
 
addNamedGraph(URI) - Method in class org.openanzo.model.impl.query.BasicGlitterDataset
 
addNamedGraph(URI, INamedGraph) - Method in class org.openanzo.model.impl.query.BasicGlitterDataset
Add a NamedGraph to dataset with given URI
addNamedGraph(URI, INamedGraph) - Method in class org.openanzo.model.impl.StoredDatasetProxy
 
addNamedGraph(URI, NamedGraph) - Method in class org.openanzo.server.repository.update.TransactionUpdateResults
Add a NamedGraph and its URI to set of NamedGraphs
addNamedGraphUri(URI) - Method in class org.openanzo.client.ClosableDatasetServiceDataset
 
addNamedGraphUri(URI, URI) - Method in class org.openanzo.client.ClosableDatasetServiceDataset
Add the NamedGraph with the given URI and metadataURI.
addNamedGraphUri(URI) - Method in class org.openanzo.client.StoredDatasetserviceDatasetProxy
 
addNamedGraphUri(URI) - Method in interface org.openanzo.model.IDataset
Add the URI of an INamedGraph to include within this dataset
addNamedGraphUri(URI) - Method in class org.openanzo.model.impl.Dataset
 
addNamedGraphUri(URI) - Method in class org.openanzo.model.impl.StoredDatasetProxy
 
addNamedModelUri(String) - Method in class org.openanzo.client.jena.CloseableDatasetServiceDataset
 
addNamedModelUri(String) - Method in interface org.openanzo.client.jena.IClosableDataset
Add the URI of a NamedGraph to the set of NamedGraphs.
addNick(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addNick() - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addNick(Resource) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addNick(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addNick() - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addNick(Resource) - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addNick(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds a value for the 'nick' property
addNick() - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds an anonymous value for the 'nick' property
addNick(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds a value for the 'nick' property.
addNick(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addNick() - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addNick(Resource) - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addNick(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds a value for the 'nick' property
addNick() - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds an anonymous value for the 'nick' property
addNick(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds a value for the 'nick' property.
addNick(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addNick() - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addNick(Resource) - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addNick(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addNick() - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addNick(Resource) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addNick(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds a value for the 'nick' property
addNick() - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds an anonymous value for the 'nick' property
addNick(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds a value for the 'nick' property.
addNick(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addNick() - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addNick(Resource) - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addNick(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds a value for the 'nick' property
addNick() - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds an anonymous value for the 'nick' property
addNick(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds a value for the 'nick' property.
addNick(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addNick() - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addNick(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addNick(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Adds a value for the 'nick' property
addNick() - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Adds an anonymous value for the 'nick' property
addNick(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Adds a value for the 'nick' property.
addNick(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addNick() - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addNick(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addNick(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Adds a value for the 'nick' property
addNick() - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Adds an anonymous value for the 'nick' property
addNick(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Adds a value for the 'nick' property.
addNick(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addNick() - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addNick(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addNick(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Adds a value for the 'nick' property
addNick() - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Adds an anonymous value for the 'nick' property
addNick(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Adds a value for the 'nick' property.
addNick(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addNick() - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addNick(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addNick(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addNick() - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addNick(Resource) - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addNick(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addNick() - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addNick(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addNick(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addNick() - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addNick(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addNick(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Project
Adds a value for the 'nick' property
addNick() - Method in interface org.openanzo.atom.jastor.foaf.Project
Adds an anonymous value for the 'nick' property
addNick(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Project
Adds a value for the 'nick' property.
addNick(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addNick() - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addNick(Resource) - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addNode(INode) - Method in class org.openanzo.jastor.util.graph.GraphMem
 
addNode(INode) - Method in interface org.openanzo.jastor.util.graph.IGraph
 
addNs1_Name(Literal) - Method in interface org.openanzo.atom.jastor.atomowl.Generator
Add a 'ns1_name' property value
addNs1_Name(Literal) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addNs1_Name(Literal) - Method in interface org.openanzo.atom.jastor.atomowl.Person
Add a 'ns1_name' property value
addNs1_Name(Literal) - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addOntology(OntologyElement) - Method in class org.openanzo.jastor.ant.JastorTask
Add an ontologyElement to this task
addOntologyClassTemplate(String, OntologyClassTemplate) - Method in class org.openanzo.jastor.JastorContext
Add a generation template to be run for each ontology class
addOntologyDependency(InputStream, String, String) - Method in class org.openanzo.jastor.JastorContext
Specify an ontology needed by one of the generation ontologies.
addOntologyDependency(InputStream, String, String, String) - Method in class org.openanzo.jastor.JastorContext
Specify an ontology needed by one of the generation ontologies.
addOntologyDependency(InputStream, String, String, String, String) - Method in class org.openanzo.jastor.JastorContext
Specify an ontology needed by one of the generation ontologies.
addOntologyTemplate(String, OntologyTemplate) - Method in class org.openanzo.jastor.JastorContext
Add a generation template to be run for each ontology
addOntologyToGenerate(InputStream, String, String) - Method in class org.openanzo.jastor.JastorContext
Specify an OWL ontology to generate
addOntologyToGenerate(InputStream, String, String, String) - Method in class org.openanzo.jastor.JastorContext
Specify an OWL ontology to generate
addOntologyToGenerate(InputStream, String, String, String, String) - Method in class org.openanzo.jastor.JastorContext
Specify an ontology to generate
addOntologyToGenerate(INamedGraph, String, String) - Method in class org.openanzo.jastor.JastorContext
Specify an ontology to generate
addOntologyToGenerate(INamedGraph, String, String, String) - Method in class org.openanzo.jastor.JastorContext
Specify an ontology to generate
addOperand(Constraint) - Method in class org.openanzo.sqlscribe.LogicalOperator
Add a constraint to the list of constraints to logically join
addOptionalPattern(TriplePattern) - Method in class org.openanzo.common.rdb.container.query.RdbBGPQuery
Add an optional triple pattern to this query.
addOptionalPattern(TriplePattern) - Method in class org.openanzo.server.repository.query.ServerBGPQuery
Add an optional triple pattern to this query.
addOptionalPatterns(List<TriplePattern>) - Method in class org.openanzo.common.rdb.container.query.RdbBGPQuery
Add an optional triple patterns to this query.
addOptionalPatterns(List<TriplePattern>) - Method in class org.openanzo.server.repository.query.ServerBGPQuery
Add an optional triple patterns to this query.
addOrderingCondition(OrderingCondition) - Method in class org.openanzo.glitter.query.QueryController
Notes an OrderingCondition (expression + sort direction) found in a query in an ORDER BY clause.
addPage(Document) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addPage() - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addPage(Resource) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addPage(Document) - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addPage() - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addPage(Resource) - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addPage(Document) - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds a value for the 'page' property
addPage() - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds an anonymous value for the 'page' property
addPage(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds a value for the 'page' property.
addPage(Document) - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addPage() - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addPage(Resource) - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addPage(Document) - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds a value for the 'page' property
addPage() - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds an anonymous value for the 'page' property
addPage(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds a value for the 'page' property.
addPage(Document) - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addPage() - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addPage(Resource) - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addPage(Document) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addPage() - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addPage(Resource) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addPage(Document) - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds a value for the 'page' property
addPage() - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds an anonymous value for the 'page' property
addPage(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds a value for the 'page' property.
addPage(Document) - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addPage() - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addPage(Resource) - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addPage(Document) - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds a value for the 'page' property
addPage() - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds an anonymous value for the 'page' property
addPage(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds a value for the 'page' property.
addPage(Document) - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addPage() - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addPage(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addPage(Document) - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Adds a value for the 'page' property
addPage() - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Adds an anonymous value for the 'page' property
addPage(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Adds a value for the 'page' property.
addPage(Document) - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addPage() - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addPage(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addPage(Document) - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Adds a value for the 'page' property
addPage() - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Adds an anonymous value for the 'page' property
addPage(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Adds a value for the 'page' property.
addPage(Document) - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addPage() - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addPage(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addPage(Document) - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Adds a value for the 'page' property
addPage() - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Adds an anonymous value for the 'page' property
addPage(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Adds a value for the 'page' property.
addPage(Document) - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addPage() - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addPage(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addPage(Document) - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addPage() - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addPage(Resource) - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addPage(Document) - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addPage() - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addPage(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addPage(Document) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addPage() - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addPage(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addPage(Document) - Method in interface org.openanzo.atom.jastor.foaf.Project
Adds a value for the 'page' property
addPage() - Method in interface org.openanzo.atom.jastor.foaf.Project
Adds an anonymous value for the 'page' property
addPage(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Project
Adds a value for the 'page' property.
addPage(Document) - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addPage() - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addPage(Resource) - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addPastProject(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Person
Adds a value for the 'pastProject' property
addPastProject() - Method in interface org.openanzo.atom.jastor.foaf.Person
Adds an anonymous value for the 'pastProject' property
addPastProject(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Person
Adds a value for the 'pastProject' property.
addPastProject(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addPastProject() - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addPastProject(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addPatternsFrom(Group) - Method in class org.openanzo.glitter.syntax.abstrakt.Group
Add all the graph patterns from another Group to this group.
addPhone(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addPhone() - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addPhone(Resource) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addPhone(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addPhone() - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addPhone(Resource) - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addPhone(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds a value for the 'phone' property
addPhone() - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds an anonymous value for the 'phone' property
addPhone(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds a value for the 'phone' property.
addPhone(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addPhone() - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addPhone(Resource) - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addPhone(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds a value for the 'phone' property
addPhone() - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds an anonymous value for the 'phone' property
addPhone(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds a value for the 'phone' property.
addPhone(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addPhone() - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addPhone(Resource) - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addPhone(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addPhone() - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addPhone(Resource) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addPhone(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds a value for the 'phone' property
addPhone() - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds an anonymous value for the 'phone' property
addPhone(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds a value for the 'phone' property.
addPhone(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addPhone() - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addPhone(Resource) - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addPhone(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds a value for the 'phone' property
addPhone() - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds an anonymous value for the 'phone' property
addPhone(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds a value for the 'phone' property.
addPhone(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addPhone() - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addPhone(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addPhone(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Adds a value for the 'phone' property
addPhone() - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Adds an anonymous value for the 'phone' property
addPhone(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Adds a value for the 'phone' property.
addPhone(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addPhone() - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addPhone(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addPhone(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Adds a value for the 'phone' property
addPhone() - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Adds an anonymous value for the 'phone' property
addPhone(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Adds a value for the 'phone' property.
addPhone(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addPhone() - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addPhone(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addPhone(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Adds a value for the 'phone' property
addPhone() - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Adds an anonymous value for the 'phone' property
addPhone(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Adds a value for the 'phone' property.
addPhone(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addPhone() - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addPhone(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addPhone(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addPhone() - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addPhone(Resource) - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addPhone(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addPhone() - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addPhone(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addPhone(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addPhone() - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addPhone(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addPhone(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Project
Adds a value for the 'phone' property
addPhone() - Method in interface org.openanzo.atom.jastor.foaf.Project
Adds an anonymous value for the 'phone' property
addPhone(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Project
Adds a value for the 'phone' property.
addPhone(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addPhone() - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addPhone(Resource) - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addPlan(Literal) - Method in interface org.openanzo.atom.jastor.foaf.Person
Add a 'plan' property value
addPlan(Literal) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addPrecondition(IPrecondition) - Method in interface org.openanzo.commands.Command
Add a precondition to this command that will get evaluated on the server to decide if the command can get commited.
addPrecondition(IPrecondition) - Method in class org.openanzo.commands.CommandChain
 
addPrecondition(IPrecondition) - Method in class org.openanzo.commands.CommandImpl
 
addPrecondition(Precondition) - Method in interface org.openanzo.common.ontology.Command
Adds a value for the 'precondition' property
addPrecondition() - Method in interface org.openanzo.common.ontology.Command
Adds an anonymous value for the 'precondition' property
addPrecondition(Resource) - Method in interface org.openanzo.common.ontology.Command
Adds a value for the 'precondition' property.
addPrecondition(Precondition) - Method in class org.openanzo.common.ontology.CommandImpl
 
addPrecondition() - Method in class org.openanzo.common.ontology.CommandImpl
 
addPrecondition(Resource) - Method in class org.openanzo.common.ontology.CommandImpl
 
addPredicate(Constraint) - Method in class org.openanzo.sqlscribe.SqlQuery
Add a constraint to the SQL query
addPrefix(PrefixElement) - Method in class org.openanzo.jastor.ant.JastorTask
Add a prefix element to this task
addPreparedStatement(RdbStatement) - Method in class org.openanzo.jdbc.utils.opgen.RdbStatementSet
Add a prepared statement to the set
addPreparedStatement(String, String) - Method in class org.openanzo.jdbc.utils.sqlcache.SQLCache
Add a prepared statement with the given name, and text
addPreparedStatements(CompositionTask.PSTask) - Method in class org.openanzo.jdbc.utils.opgen.ant.CompositionTask
Add a preparedStatement task to this task
addProducer(ConnectionContext, ProducerInfo) - Method in class org.openanzo.server.security.activemq.AuthenticationBroker
 
addProjection(Column) - Method in class org.openanzo.sqlscribe.SqlQuery
Add a projection to the SQL query
addProperty - Static variable in interface org.openanzo.common.ontology.ACL
The Anzo Property for add
addProperty(PropertyGrounding) - Method in class org.openanzo.server.repository.querybuilder.SubjectGrounding
Adds a PropertyGrounding to query builder.
addProperty(URI, Value) - Method in class org.openanzo.server.repository.querybuilder.SubjectGrounding
Add a property and value to include in results
addProperty(URI, Column, ObjectGrounding) - Method in class org.openanzo.server.repository.querybuilder.SubjectGrounding
Add a property to the results, where its value is retrieved from the given column
addProperty(URI, Column, ObjectGrounding, Constraint) - Method in class org.openanzo.server.repository.querybuilder.SubjectGrounding
Add a property to the results, where its value is retrieved from the given column, and is limited by the given constaint
addPublications(Document) - Method in interface org.openanzo.atom.jastor.foaf.Person
Adds a value for the 'publications' property
addPublications() - Method in interface org.openanzo.atom.jastor.foaf.Person
Adds an anonymous value for the 'publications' property
addPublications(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Person
Adds a value for the 'publications' property.
addPublications(Document) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addPublications() - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addPublications(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addRead(Role) - Method in interface org.openanzo.common.ontology.ACL
Adds a value for the 'read' property
addRead() - Method in interface org.openanzo.common.ontology.ACL
Adds an anonymous value for the 'read' property
addRead(Resource) - Method in interface org.openanzo.common.ontology.ACL
Adds a value for the 'read' property.
addRead(Role) - Method in class org.openanzo.common.ontology.ACLImpl
 
addRead() - Method in class org.openanzo.common.ontology.ACLImpl
 
addRead(Resource) - Method in class org.openanzo.common.ontology.ACLImpl
 
addRel(RelationType) - Method in interface org.openanzo.atom.jastor.atomowl.Link
Adds a value for the 'rel' property
addRel() - Method in interface org.openanzo.atom.jastor.atomowl.Link
Adds an anonymous value for the 'rel' property
addRel(Resource) - Method in interface org.openanzo.atom.jastor.atomowl.Link
Adds a value for the 'rel' property.
addRel(RelationType) - Method in class org.openanzo.atom.jastor.atomowl.LinkImpl
 
addRel() - Method in class org.openanzo.atom.jastor.atomowl.LinkImpl
 
addRel(Resource) - Method in class org.openanzo.atom.jastor.atomowl.LinkImpl
 
addRemove(Role) - Method in interface org.openanzo.common.ontology.ACL
Adds a value for the 'remove' property
addRemove() - Method in interface org.openanzo.common.ontology.ACL
Adds an anonymous value for the 'remove' property
addRemove(Resource) - Method in interface org.openanzo.common.ontology.ACL
Adds a value for the 'remove' property.
addRemove(Role) - Method in class org.openanzo.common.ontology.ACLImpl
 
addRemove() - Method in class org.openanzo.common.ontology.ACLImpl
 
addRemove(Resource) - Method in class org.openanzo.common.ontology.ACLImpl
 
addRemoved(ACL, Role) - Method in interface org.openanzo.common.ontology.ACLListener
Called when a value of add has been removed
addRemoveNamedGraph(Role) - Method in interface org.openanzo.common.ontology.ACL
Adds a value for the 'removeNamedGraph' property
addRemoveNamedGraph() - Method in interface org.openanzo.common.ontology.ACL
Adds an anonymous value for the 'removeNamedGraph' property
addRemoveNamedGraph(Resource) - Method in interface org.openanzo.common.ontology.ACL
Adds a value for the 'removeNamedGraph' property.
addRemoveNamedGraph(Role) - Method in class org.openanzo.common.ontology.ACLImpl
 
addRemoveNamedGraph() - Method in class org.openanzo.common.ontology.ACLImpl
 
addRemoveNamedGraph(Resource) - Method in class org.openanzo.common.ontology.ACLImpl
 
addRepresentation(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.ContentImpl
 
addRepresentation() - Method in class org.openanzo.atom.jastor.atomowl.ContentImpl
 
addRepresentation(Resource) - Method in class org.openanzo.atom.jastor.atomowl.ContentImpl
 
addRepresentation(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.HTMLImpl
 
addRepresentation() - Method in class org.openanzo.atom.jastor.atomowl.HTMLImpl
 
addRepresentation(Resource) - Method in class org.openanzo.atom.jastor.atomowl.HTMLImpl
 
addRepresentation(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.PlainTextImpl
 
addRepresentation() - Method in class org.openanzo.atom.jastor.atomowl.PlainTextImpl
 
addRepresentation(Resource) - Method in class org.openanzo.atom.jastor.atomowl.PlainTextImpl
 
addRepresentation(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.TextContentImpl
 
addRepresentation() - Method in class org.openanzo.atom.jastor.atomowl.TextContentImpl
 
addRepresentation(Resource) - Method in class org.openanzo.atom.jastor.atomowl.TextContentImpl
 
addRepresentation(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.XHTMLImpl
 
addRepresentation() - Method in class org.openanzo.atom.jastor.atomowl.XHTMLImpl
 
addRepresentation(Resource) - Method in class org.openanzo.atom.jastor.atomowl.XHTMLImpl
 
addRepresentation(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.XMLImpl
 
addRepresentation() - Method in class org.openanzo.atom.jastor.atomowl.XMLImpl
 
addRepresentation(Resource) - Method in class org.openanzo.atom.jastor.atomowl.XMLImpl
 
addRepresentation(GraphThing) - Method in interface org.openanzo.atom.jastor.webarch.InformationResource
Adds a value for the 'representation' property
addRepresentation() - Method in interface org.openanzo.atom.jastor.webarch.InformationResource
Adds an anonymous value for the 'representation' property
addRepresentation(Resource) - Method in interface org.openanzo.atom.jastor.webarch.InformationResource
Adds a value for the 'representation' property.
addRepresentation(GraphThing) - Method in class org.openanzo.atom.jastor.webarch.InformationResourceImpl
 
addRepresentation() - Method in class org.openanzo.atom.jastor.webarch.InformationResourceImpl
 
addRepresentation(Resource) - Method in class org.openanzo.atom.jastor.webarch.InformationResourceImpl
 
addRepresentation(GraphThing) - Method in interface org.openanzo.atom.jastor.webarch.Representation
Adds a value for the 'representation' property
addRepresentation() - Method in interface org.openanzo.atom.jastor.webarch.Representation
Adds an anonymous value for the 'representation' property
addRepresentation(Resource) - Method in interface org.openanzo.atom.jastor.webarch.Representation
Adds a value for the 'representation' property.
addRepresentation(GraphThing) - Method in class org.openanzo.atom.jastor.webarch.RepresentationImpl
 
addRepresentation() - Method in class org.openanzo.atom.jastor.webarch.RepresentationImpl
 
addRepresentation(Resource) - Method in class org.openanzo.atom.jastor.webarch.RepresentationImpl
 
addRepresentationOf(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.ContentImpl
 
addRepresentationOf() - Method in class org.openanzo.atom.jastor.atomowl.ContentImpl
 
addRepresentationOf(Resource) - Method in class org.openanzo.atom.jastor.atomowl.ContentImpl
 
addRepresentationOf(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.HTMLImpl
 
addRepresentationOf() - Method in class org.openanzo.atom.jastor.atomowl.HTMLImpl
 
addRepresentationOf(Resource) - Method in class org.openanzo.atom.jastor.atomowl.HTMLImpl
 
addRepresentationOf(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.PlainTextImpl
 
addRepresentationOf() - Method in class org.openanzo.atom.jastor.atomowl.PlainTextImpl
 
addRepresentationOf(Resource) - Method in class org.openanzo.atom.jastor.atomowl.PlainTextImpl
 
addRepresentationOf(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.TextContentImpl
 
addRepresentationOf() - Method in class org.openanzo.atom.jastor.atomowl.TextContentImpl
 
addRepresentationOf(Resource) - Method in class org.openanzo.atom.jastor.atomowl.TextContentImpl
 
addRepresentationOf(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.XHTMLImpl
 
addRepresentationOf() - Method in class org.openanzo.atom.jastor.atomowl.XHTMLImpl
 
addRepresentationOf(Resource) - Method in class org.openanzo.atom.jastor.atomowl.XHTMLImpl
 
addRepresentationOf(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.XMLImpl
 
addRepresentationOf() - Method in class org.openanzo.atom.jastor.atomowl.XMLImpl
 
addRepresentationOf(Resource) - Method in class org.openanzo.atom.jastor.atomowl.XMLImpl
 
addRepresentationOf(GraphThing) - Method in interface org.openanzo.atom.jastor.webarch.InformationResource
Adds a value for the 'representationOf' property
addRepresentationOf() - Method in interface org.openanzo.atom.jastor.webarch.InformationResource
Adds an anonymous value for the 'representationOf' property
addRepresentationOf(Resource) - Method in interface org.openanzo.atom.jastor.webarch.InformationResource
Adds a value for the 'representationOf' property.
addRepresentationOf(GraphThing) - Method in class org.openanzo.atom.jastor.webarch.InformationResourceImpl
 
addRepresentationOf() - Method in class org.openanzo.atom.jastor.webarch.InformationResourceImpl
 
addRepresentationOf(Resource) - Method in class org.openanzo.atom.jastor.webarch.InformationResourceImpl
 
addRepresentationOf(GraphThing) - Method in interface org.openanzo.atom.jastor.webarch.Representation
Adds a value for the 'representationOf' property
addRepresentationOf() - Method in interface org.openanzo.atom.jastor.webarch.Representation
Adds an anonymous value for the 'representationOf' property
addRepresentationOf(Resource) - Method in interface org.openanzo.atom.jastor.webarch.Representation
Adds a value for the 'representationOf' property.
addRepresentationOf(GraphThing) - Method in class org.openanzo.atom.jastor.webarch.RepresentationImpl
 
addRepresentationOf() - Method in class org.openanzo.atom.jastor.webarch.RepresentationImpl
 
addRepresentationOf(Resource) - Method in class org.openanzo.atom.jastor.webarch.RepresentationImpl
 
addResourceGrounding(SubjectGrounding) - Method in class org.openanzo.server.repository.querybuilder.RdbGraph
Add a SubjectGrounding to this graph
Address - Static variable in class org.openanzo.common.vocabulary.VCard
http://nwalsh.com/rdf/vCard#Address
addRest(List) - Method in interface org.openanzo.rdfs.dataset.List
Adds a value for the 'rest' property
addRest() - Method in interface org.openanzo.rdfs.dataset.List
Adds an anonymous value for the 'rest' property
addRest(Resource) - Method in interface org.openanzo.rdfs.dataset.List
Adds a value for the 'rest' property.
addRest(List) - Method in class org.openanzo.rdfs.dataset.ListImpl
 
addRest() - Method in class org.openanzo.rdfs.dataset.ListImpl
 
addRest(Resource) - Method in class org.openanzo.rdfs.dataset.ListImpl
 
addRest(List) - Method in interface org.openanzo.rdfs.List
Adds a value for the 'rest' property
addRest() - Method in interface org.openanzo.rdfs.List
Adds an anonymous value for the 'rest' property
addRest(Resource) - Method in interface org.openanzo.rdfs.List
Adds a value for the 'rest' property.
addRest(List) - Method in class org.openanzo.rdfs.ListImpl
 
addRest() - Method in class org.openanzo.rdfs.ListImpl
 
addRest(Resource) - Method in class org.openanzo.rdfs.ListImpl
 
addRestriction(Restriction) - Method in class org.openanzo.jastor.inference.OntologyProperty
Add a restriction to the property
addRestrictions(List<Restriction>) - Method in class org.openanzo.jastor.inference.OntologyProperty
Add a list of restrictions to the property
addSailChangedListener(SailChangedListener) - Method in class org.openanzo.client.openrdf.DatasetServiceSail
 
addSameAs(OWLEntity) - Method in class org.openanzo.owl.AnnotationPropertyImpl
 
addSameAs() - Method in class org.openanzo.owl.AnnotationPropertyImpl
 
addSameAs(Resource) - Method in class org.openanzo.owl.AnnotationPropertyImpl
 
addSameAs(OWLEntity) - Method in class org.openanzo.owl.dataset.AnnotationPropertyImpl
 
addSameAs() - Method in class org.openanzo.owl.dataset.AnnotationPropertyImpl
 
addSameAs(Resource) - Method in class org.openanzo.owl.dataset.AnnotationPropertyImpl
 
addSameAs(OWLEntity) - Method in class org.openanzo.owl.dataset.IndividualImpl
 
addSameAs() - Method in class org.openanzo.owl.dataset.IndividualImpl
 
addSameAs(Resource) - Method in class org.openanzo.owl.dataset.IndividualImpl
 
addSameAs(OWLEntity) - Method in interface org.openanzo.owl.dataset.OWLEntity
Adds a value for the 'sameAs' property
addSameAs() - Method in interface org.openanzo.owl.dataset.OWLEntity
Adds an anonymous value for the 'sameAs' property
addSameAs(Resource) - Method in interface org.openanzo.owl.dataset.OWLEntity
Adds a value for the 'sameAs' property.
addSameAs(OWLEntity) - Method in class org.openanzo.owl.dataset.OWLEntityImpl
 
addSameAs() - Method in class org.openanzo.owl.dataset.OWLEntityImpl
 
addSameAs(Resource) - Method in class org.openanzo.owl.dataset.OWLEntityImpl
 
addSameAs(OWLEntity) - Method in class org.openanzo.owl.IndividualImpl
 
addSameAs() - Method in class org.openanzo.owl.IndividualImpl
 
addSameAs(Resource) - Method in class org.openanzo.owl.IndividualImpl
 
addSameAs(OWLEntity) - Method in interface org.openanzo.owl.OWLEntity
Adds a value for the 'sameAs' property
addSameAs() - Method in interface org.openanzo.owl.OWLEntity
Adds an anonymous value for the 'sameAs' property
addSameAs(Resource) - Method in interface org.openanzo.owl.OWLEntity
Adds a value for the 'sameAs' property.
addSameAs(OWLEntity) - Method in class org.openanzo.owl.OWLEntityImpl
 
addSameAs() - Method in class org.openanzo.owl.OWLEntityImpl
 
addSameAs(Resource) - Method in class org.openanzo.owl.OWLEntityImpl
 
addSchoolHomepage(Document) - Method in interface org.openanzo.atom.jastor.foaf.Person
Adds a value for the 'schoolHomepage' property
addSchoolHomepage() - Method in interface org.openanzo.atom.jastor.foaf.Person
Adds an anonymous value for the 'schoolHomepage' property
addSchoolHomepage(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Person
Adds a value for the 'schoolHomepage' property.
addSchoolHomepage(Document) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addSchoolHomepage() - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addSchoolHomepage(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addSeeAlso(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs._Property
Adds a value for the 'seeAlso' property
addSeeAlso() - Method in interface org.openanzo.atom.jastor.rdfs._Property
Adds an anonymous value for the 'seeAlso' property
addSeeAlso(Resource) - Method in interface org.openanzo.atom.jastor.rdfs._Property
Adds a value for the 'seeAlso' property.
addSeeAlso(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs._PropertyImpl
 
addSeeAlso() - Method in class org.openanzo.atom.jastor.rdfs._PropertyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.atom.jastor.rdfs._PropertyImpl
 
addSeeAlso(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Adds a value for the 'seeAlso' property
addSeeAlso() - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Adds an anonymous value for the 'seeAlso' property
addSeeAlso(Resource) - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Adds a value for the 'seeAlso' property.
addSeeAlso(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addSeeAlso() - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addSeeAlso(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs._Statement
Adds a value for the 'seeAlso' property
addSeeAlso() - Method in interface org.openanzo.atom.jastor.rdfs._Statement
Adds an anonymous value for the 'seeAlso' property
addSeeAlso(Resource) - Method in interface org.openanzo.atom.jastor.rdfs._Statement
Adds a value for the 'seeAlso' property.
addSeeAlso(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs._StatementImpl
 
addSeeAlso() - Method in class org.openanzo.atom.jastor.rdfs._StatementImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.atom.jastor.rdfs._StatementImpl
 
addSeeAlso(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.AltImpl
 
addSeeAlso() - Method in class org.openanzo.atom.jastor.rdfs.AltImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.atom.jastor.rdfs.AltImpl
 
addSeeAlso(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.BagImpl
 
addSeeAlso() - Method in class org.openanzo.atom.jastor.rdfs.BagImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.atom.jastor.rdfs.BagImpl
 
addSeeAlso(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs.Class
Adds a value for the 'seeAlso' property
addSeeAlso() - Method in interface org.openanzo.atom.jastor.rdfs.Class
Adds an anonymous value for the 'seeAlso' property
addSeeAlso(Resource) - Method in interface org.openanzo.atom.jastor.rdfs.Class
Adds a value for the 'seeAlso' property.
addSeeAlso(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.ClassImpl
 
addSeeAlso() - Method in class org.openanzo.atom.jastor.rdfs.ClassImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.atom.jastor.rdfs.ClassImpl
 
addSeeAlso(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs.Container
Adds a value for the 'seeAlso' property
addSeeAlso() - Method in interface org.openanzo.atom.jastor.rdfs.Container
Adds an anonymous value for the 'seeAlso' property
addSeeAlso(Resource) - Method in interface org.openanzo.atom.jastor.rdfs.Container
Adds a value for the 'seeAlso' property.
addSeeAlso(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.ContainerImpl
 
addSeeAlso() - Method in class org.openanzo.atom.jastor.rdfs.ContainerImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.atom.jastor.rdfs.ContainerImpl
 
addSeeAlso(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.ContainerMembershipPropertyImpl
 
addSeeAlso() - Method in class org.openanzo.atom.jastor.rdfs.ContainerMembershipPropertyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.atom.jastor.rdfs.ContainerMembershipPropertyImpl
 
addSeeAlso(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.DatatypeImpl
 
addSeeAlso() - Method in class org.openanzo.atom.jastor.rdfs.DatatypeImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.atom.jastor.rdfs.DatatypeImpl
 
addSeeAlso(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs.List
Adds a value for the 'seeAlso' property
addSeeAlso() - Method in interface org.openanzo.atom.jastor.rdfs.List
Adds an anonymous value for the 'seeAlso' property
addSeeAlso(Resource) - Method in interface org.openanzo.atom.jastor.rdfs.List
Adds a value for the 'seeAlso' property.
addSeeAlso(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.ListImpl
 
addSeeAlso() - Method in class org.openanzo.atom.jastor.rdfs.ListImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.atom.jastor.rdfs.ListImpl
 
addSeeAlso(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs.Literal
Adds a value for the 'seeAlso' property
addSeeAlso() - Method in interface org.openanzo.atom.jastor.rdfs.Literal
Adds an anonymous value for the 'seeAlso' property
addSeeAlso(Resource) - Method in interface org.openanzo.atom.jastor.rdfs.Literal
Adds a value for the 'seeAlso' property.
addSeeAlso(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.LiteralImpl
 
addSeeAlso() - Method in class org.openanzo.atom.jastor.rdfs.LiteralImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.atom.jastor.rdfs.LiteralImpl
 
addSeeAlso(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.SeqImpl
 
addSeeAlso() - Method in class org.openanzo.atom.jastor.rdfs.SeqImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.atom.jastor.rdfs.SeqImpl
 
addSeeAlso(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.XMLLiteralImpl
 
addSeeAlso() - Method in class org.openanzo.atom.jastor.rdfs.XMLLiteralImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.atom.jastor.rdfs.XMLLiteralImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl._ThingImpl
 
addSeeAlso() - Method in class org.openanzo.owl._ThingImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl._ThingImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.AnnotationPropertyImpl
 
addSeeAlso() - Method in class org.openanzo.owl.AnnotationPropertyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.AnnotationPropertyImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addSeeAlso() - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.ClassImpl
 
addSeeAlso() - Method in class org.openanzo.owl.ClassImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.ClassImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.dataset._ThingImpl
 
addSeeAlso() - Method in class org.openanzo.owl.dataset._ThingImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.dataset._ThingImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.dataset.AnnotationPropertyImpl
 
addSeeAlso() - Method in class org.openanzo.owl.dataset.AnnotationPropertyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.dataset.AnnotationPropertyImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addSeeAlso() - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.dataset.ClassImpl
 
addSeeAlso() - Method in class org.openanzo.owl.dataset.ClassImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.dataset.ClassImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addSeeAlso() - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addSeeAlso() - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addSeeAlso() - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addSeeAlso() - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addSeeAlso() - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.dataset.IndividualImpl
 
addSeeAlso() - Method in class org.openanzo.owl.dataset.IndividualImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.dataset.IndividualImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addSeeAlso() - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addSeeAlso() - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.dataset.NothingImpl
 
addSeeAlso() - Method in class org.openanzo.owl.dataset.NothingImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.dataset.NothingImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addSeeAlso() - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.dataset.OWLEntityImpl
 
addSeeAlso() - Method in class org.openanzo.owl.dataset.OWLEntityImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.dataset.OWLEntityImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addSeeAlso() - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addSeeAlso() - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addSeeAlso() - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addSeeAlso() - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addSeeAlso() - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addSeeAlso() - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addSeeAlso() - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addSeeAlso() - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.IndividualImpl
 
addSeeAlso() - Method in class org.openanzo.owl.IndividualImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.IndividualImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addSeeAlso() - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addSeeAlso() - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.NothingImpl
 
addSeeAlso() - Method in class org.openanzo.owl.NothingImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.NothingImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addSeeAlso() - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.OWLEntityImpl
 
addSeeAlso() - Method in class org.openanzo.owl.OWLEntityImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.OWLEntityImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addSeeAlso() - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addSeeAlso() - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addSeeAlso() - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.rdfs._PropertyImpl
 
addSeeAlso() - Method in class org.openanzo.rdfs._PropertyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.rdfs._PropertyImpl
 
addSeeAlso(_Resource) - Method in interface org.openanzo.rdfs._Resource
Adds a value for the 'seeAlso' property
addSeeAlso() - Method in interface org.openanzo.rdfs._Resource
Adds an anonymous value for the 'seeAlso' property
addSeeAlso(Resource) - Method in interface org.openanzo.rdfs._Resource
Adds a value for the 'seeAlso' property.
addSeeAlso(_Resource) - Method in class org.openanzo.rdfs._ResourceImpl
 
addSeeAlso() - Method in class org.openanzo.rdfs._ResourceImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.rdfs._ResourceImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.rdfs.AltImpl
 
addSeeAlso() - Method in class org.openanzo.rdfs.AltImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.rdfs.AltImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.rdfs.BagImpl
 
addSeeAlso() - Method in class org.openanzo.rdfs.BagImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.rdfs.BagImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.rdfs.ClassImpl
 
addSeeAlso() - Method in class org.openanzo.rdfs.ClassImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.rdfs.ClassImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.rdfs.ContainerImpl
 
addSeeAlso() - Method in class org.openanzo.rdfs.ContainerImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.rdfs.ContainerImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.rdfs.ContainerMembershipPropertyImpl
 
addSeeAlso() - Method in class org.openanzo.rdfs.ContainerMembershipPropertyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.rdfs.ContainerMembershipPropertyImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.rdfs.dataset._PropertyImpl
 
addSeeAlso() - Method in class org.openanzo.rdfs.dataset._PropertyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.rdfs.dataset._PropertyImpl
 
addSeeAlso(_Resource) - Method in interface org.openanzo.rdfs.dataset._Resource
Adds a value for the 'seeAlso' property
addSeeAlso() - Method in interface org.openanzo.rdfs.dataset._Resource
Adds an anonymous value for the 'seeAlso' property
addSeeAlso(Resource) - Method in interface org.openanzo.rdfs.dataset._Resource
Adds a value for the 'seeAlso' property.
addSeeAlso(_Resource) - Method in class org.openanzo.rdfs.dataset._ResourceImpl
 
addSeeAlso() - Method in class org.openanzo.rdfs.dataset._ResourceImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.rdfs.dataset._ResourceImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.rdfs.dataset.AltImpl
 
addSeeAlso() - Method in class org.openanzo.rdfs.dataset.AltImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.rdfs.dataset.AltImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.rdfs.dataset.BagImpl
 
addSeeAlso() - Method in class org.openanzo.rdfs.dataset.BagImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.rdfs.dataset.BagImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.rdfs.dataset.ClassImpl
 
addSeeAlso() - Method in class org.openanzo.rdfs.dataset.ClassImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.rdfs.dataset.ClassImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.rdfs.dataset.ContainerImpl
 
addSeeAlso() - Method in class org.openanzo.rdfs.dataset.ContainerImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.rdfs.dataset.ContainerImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.rdfs.dataset.ContainerMembershipPropertyImpl
 
addSeeAlso() - Method in class org.openanzo.rdfs.dataset.ContainerMembershipPropertyImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.rdfs.dataset.ContainerMembershipPropertyImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.rdfs.dataset.DatatypeImpl
 
addSeeAlso() - Method in class org.openanzo.rdfs.dataset.DatatypeImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.rdfs.dataset.DatatypeImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.rdfs.dataset.ListImpl
 
addSeeAlso() - Method in class org.openanzo.rdfs.dataset.ListImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.rdfs.dataset.ListImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.rdfs.dataset.LiteralImpl
 
addSeeAlso() - Method in class org.openanzo.rdfs.dataset.LiteralImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.rdfs.dataset.LiteralImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.rdfs.dataset.SeqImpl
 
addSeeAlso() - Method in class org.openanzo.rdfs.dataset.SeqImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.rdfs.dataset.SeqImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.rdfs.DatatypeImpl
 
addSeeAlso() - Method in class org.openanzo.rdfs.DatatypeImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.rdfs.DatatypeImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.rdfs.ListImpl
 
addSeeAlso() - Method in class org.openanzo.rdfs.ListImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.rdfs.ListImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.rdfs.LiteralImpl
 
addSeeAlso() - Method in class org.openanzo.rdfs.LiteralImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.rdfs.LiteralImpl
 
addSeeAlso(_Resource) - Method in class org.openanzo.rdfs.SeqImpl
 
addSeeAlso() - Method in class org.openanzo.rdfs.SeqImpl
 
addSeeAlso(Resource) - Method in class org.openanzo.rdfs.SeqImpl
 
addSha1(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds a value for the 'sha1' property
addSha1() - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds an anonymous value for the 'sha1' property
addSha1(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds a value for the 'sha1' property.
addSha1(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addSha1() - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addSha1(Resource) - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addSha1(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addSha1() - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addSha1(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addSomeValuesFrom(DatasetThing) - Method in interface org.openanzo.owl.dataset.Restriction
Adds a value for the 'someValuesFrom' property
addSomeValuesFrom() - Method in interface org.openanzo.owl.dataset.Restriction
Adds an anonymous value for the 'someValuesFrom' property
addSomeValuesFrom(Resource) - Method in interface org.openanzo.owl.dataset.Restriction
Adds a value for the 'someValuesFrom' property.
addSomeValuesFrom(DatasetThing) - Method in class org.openanzo.owl.dataset.RestrictionImpl
 
addSomeValuesFrom() - Method in class org.openanzo.owl.dataset.RestrictionImpl
 
addSomeValuesFrom(Resource) - Method in class org.openanzo.owl.dataset.RestrictionImpl
 
addSomeValuesFrom(GraphThing) - Method in interface org.openanzo.owl.Restriction
Adds a value for the 'someValuesFrom' property
addSomeValuesFrom() - Method in interface org.openanzo.owl.Restriction
Adds an anonymous value for the 'someValuesFrom' property
addSomeValuesFrom(Resource) - Method in interface org.openanzo.owl.Restriction
Adds a value for the 'someValuesFrom' property.
addSomeValuesFrom(GraphThing) - Method in class org.openanzo.owl.RestrictionImpl
 
addSomeValuesFrom() - Method in class org.openanzo.owl.RestrictionImpl
 
addSomeValuesFrom(Resource) - Method in class org.openanzo.owl.RestrictionImpl
 
addSource(Feed) - Method in interface org.openanzo.atom.jastor.atomowl.Entry
Adds a value for the 'source' property
addSource() - Method in interface org.openanzo.atom.jastor.atomowl.Entry
Adds an anonymous value for the 'source' property
addSource(Resource) - Method in interface org.openanzo.atom.jastor.atomowl.Entry
Adds a value for the 'source' property.
addSource(Feed) - Method in class org.openanzo.atom.jastor.atomowl.EntryImpl
 
addSource() - Method in class org.openanzo.atom.jastor.atomowl.EntryImpl
 
addSource(Resource) - Method in class org.openanzo.atom.jastor.atomowl.EntryImpl
 
addSrc(InformationResource) - Method in interface org.openanzo.atom.jastor.atomowl.Content
Adds a value for the 'src' property
addSrc() - Method in interface org.openanzo.atom.jastor.atomowl.Content
Adds an anonymous value for the 'src' property
addSrc(Resource) - Method in interface org.openanzo.atom.jastor.atomowl.Content
Adds a value for the 'src' property.
addSrc(InformationResource) - Method in class org.openanzo.atom.jastor.atomowl.ContentImpl
 
addSrc() - Method in class org.openanzo.atom.jastor.atomowl.ContentImpl
 
addSrc(Resource) - Method in class org.openanzo.atom.jastor.atomowl.ContentImpl
 
addSrc(InformationResource) - Method in class org.openanzo.atom.jastor.atomowl.HTMLImpl
 
addSrc() - Method in class org.openanzo.atom.jastor.atomowl.HTMLImpl
 
addSrc(Resource) - Method in class org.openanzo.atom.jastor.atomowl.HTMLImpl
 
addSrc(InformationResource) - Method in class org.openanzo.atom.jastor.atomowl.PlainTextImpl
 
addSrc() - Method in class org.openanzo.atom.jastor.atomowl.PlainTextImpl
 
addSrc(Resource) - Method in class org.openanzo.atom.jastor.atomowl.PlainTextImpl
 
addSrc(InformationResource) - Method in class org.openanzo.atom.jastor.atomowl.TextContentImpl
 
addSrc() - Method in class org.openanzo.atom.jastor.atomowl.TextContentImpl
 
addSrc(Resource) - Method in class org.openanzo.atom.jastor.atomowl.TextContentImpl
 
addSrc(InformationResource) - Method in class org.openanzo.atom.jastor.atomowl.XHTMLImpl
 
addSrc() - Method in class org.openanzo.atom.jastor.atomowl.XHTMLImpl
 
addSrc(Resource) - Method in class org.openanzo.atom.jastor.atomowl.XHTMLImpl
 
addSrc(InformationResource) - Method in class org.openanzo.atom.jastor.atomowl.XMLImpl
 
addSrc() - Method in class org.openanzo.atom.jastor.atomowl.XMLImpl
 
addSrc(Resource) - Method in class org.openanzo.atom.jastor.atomowl.XMLImpl
 
addStatement(Resource, URI, Value, Resource...) - Method in class org.openanzo.client.openrdf.DatasetServiceSailConnection
 
addStatementAddition(Statement...) - Method in class org.openanzo.model.transaction.impl.TransactionCommand
 
addStatementAddition(Statement...) - Method in interface org.openanzo.model.transaction.ITransactionCommand
Add statements to additions for the current command
addStatementRemoval(Statement...) - Method in class org.openanzo.model.transaction.impl.TransactionCommand
 
addStatementRemoval(Statement...) - Method in interface org.openanzo.model.transaction.ITransactionCommand
Add statements to deleted for the current command
addSubClassOf(Class) - Method in class org.openanzo.owl._ThingImpl
 
addSubClassOf() - Method in class org.openanzo.owl._ThingImpl
 
addSubClassOf(Resource) - Method in class org.openanzo.owl._ThingImpl
 
addSubClassOf(Class) - Method in class org.openanzo.owl.ClassImpl
 
addSubClassOf() - Method in class org.openanzo.owl.ClassImpl
 
addSubClassOf(Resource) - Method in class org.openanzo.owl.ClassImpl
 
addSubClassOf(Class) - Method in class org.openanzo.owl.dataset._ThingImpl
 
addSubClassOf() - Method in class org.openanzo.owl.dataset._ThingImpl
 
addSubClassOf(Resource) - Method in class org.openanzo.owl.dataset._ThingImpl
 
addSubClassOf(Class) - Method in class org.openanzo.owl.dataset.ClassImpl
 
addSubClassOf() - Method in class org.openanzo.owl.dataset.ClassImpl
 
addSubClassOf(Resource) - Method in class org.openanzo.owl.dataset.ClassImpl
 
addSubClassOf(Class) - Method in class org.openanzo.owl.dataset.NothingImpl
 
addSubClassOf() - Method in class org.openanzo.owl.dataset.NothingImpl
 
addSubClassOf(Resource) - Method in class org.openanzo.owl.dataset.NothingImpl
 
addSubClassOf(Class) - Method in class org.openanzo.owl.NothingImpl
 
addSubClassOf() - Method in class org.openanzo.owl.NothingImpl
 
addSubClassOf(Resource) - Method in class org.openanzo.owl.NothingImpl
 
addSubClassOf(Class) - Method in interface org.openanzo.rdfs.Class
Adds a value for the 'subClassOf' property
addSubClassOf() - Method in interface org.openanzo.rdfs.Class
Adds an anonymous value for the 'subClassOf' property
addSubClassOf(Resource) - Method in interface org.openanzo.rdfs.Class
Adds a value for the 'subClassOf' property.
addSubClassOf(Class) - Method in class org.openanzo.rdfs.ClassImpl
 
addSubClassOf() - Method in class org.openanzo.rdfs.ClassImpl
 
addSubClassOf(Resource) - Method in class org.openanzo.rdfs.ClassImpl
 
addSubClassOf(Class) - Method in interface org.openanzo.rdfs.dataset.Class
Adds a value for the 'subClassOf' property
addSubClassOf() - Method in interface org.openanzo.rdfs.dataset.Class
Adds an anonymous value for the 'subClassOf' property
addSubClassOf(Resource) - Method in interface org.openanzo.rdfs.dataset.Class
Adds a value for the 'subClassOf' property.
addSubClassOf(Class) - Method in class org.openanzo.rdfs.dataset.ClassImpl
 
addSubClassOf() - Method in class org.openanzo.rdfs.dataset.ClassImpl
 
addSubClassOf(Resource) - Method in class org.openanzo.rdfs.dataset.ClassImpl
 
addSubClassOf(Class) - Method in class org.openanzo.rdfs.dataset.DatatypeImpl
 
addSubClassOf() - Method in class org.openanzo.rdfs.dataset.DatatypeImpl
 
addSubClassOf(Resource) - Method in class org.openanzo.rdfs.dataset.DatatypeImpl
 
addSubClassOf(Class) - Method in class org.openanzo.rdfs.DatatypeImpl
 
addSubClassOf() - Method in class org.openanzo.rdfs.DatatypeImpl
 
addSubClassOf(Resource) - Method in class org.openanzo.rdfs.DatatypeImpl
 
addSubDataPropertyOf(DatatypeProperty) - Method in interface org.openanzo.owl.dataset.DatatypeProperty
Adds a value for the 'subDataPropertyOf' property
addSubDataPropertyOf() - Method in interface org.openanzo.owl.dataset.DatatypeProperty
Adds an anonymous value for the 'subDataPropertyOf' property
addSubDataPropertyOf(Resource) - Method in interface org.openanzo.owl.dataset.DatatypeProperty
Adds a value for the 'subDataPropertyOf' property.
addSubDataPropertyOf(DatatypeProperty) - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addSubDataPropertyOf() - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addSubDataPropertyOf(Resource) - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addSubDataPropertyOf(DatatypeProperty) - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addSubDataPropertyOf() - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addSubDataPropertyOf(Resource) - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addSubDataPropertyOf(DatatypeProperty) - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addSubDataPropertyOf() - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addSubDataPropertyOf(Resource) - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addSubDataPropertyOf(DatatypeProperty) - Method in interface org.openanzo.owl.DatatypeProperty
Adds a value for the 'subDataPropertyOf' property
addSubDataPropertyOf() - Method in interface org.openanzo.owl.DatatypeProperty
Adds an anonymous value for the 'subDataPropertyOf' property
addSubDataPropertyOf(Resource) - Method in interface org.openanzo.owl.DatatypeProperty
Adds a value for the 'subDataPropertyOf' property.
addSubDataPropertyOf(DatatypeProperty) - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addSubDataPropertyOf() - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addSubDataPropertyOf(Resource) - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addSubDataPropertyOf(DatatypeProperty) - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addSubDataPropertyOf() - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addSubDataPropertyOf(Resource) - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addSubDataPropertyOf(DatatypeProperty) - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addSubDataPropertyOf() - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addSubDataPropertyOf(Resource) - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addSubject(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs._Statement
Adds a value for the 'subject' property
addSubject() - Method in interface org.openanzo.atom.jastor.rdfs._Statement
Adds an anonymous value for the 'subject' property
addSubject(Resource) - Method in interface org.openanzo.atom.jastor.rdfs._Statement
Adds a value for the 'subject' property.
addSubject(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs._StatementImpl
 
addSubject() - Method in class org.openanzo.atom.jastor.rdfs._StatementImpl
 
addSubject(Resource) - Method in class org.openanzo.atom.jastor.rdfs._StatementImpl
 
addSubObjectPropertyOf(ObjectProperty) - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addSubObjectPropertyOf() - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addSubObjectPropertyOf(Resource) - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addSubObjectPropertyOf(ObjectProperty) - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addSubObjectPropertyOf() - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addSubObjectPropertyOf(Resource) - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addSubObjectPropertyOf(ObjectProperty) - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addSubObjectPropertyOf() - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addSubObjectPropertyOf(Resource) - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addSubObjectPropertyOf(ObjectProperty) - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addSubObjectPropertyOf() - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addSubObjectPropertyOf(Resource) - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addSubObjectPropertyOf(ObjectProperty) - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addSubObjectPropertyOf() - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addSubObjectPropertyOf(Resource) - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addSubObjectPropertyOf(ObjectProperty) - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addSubObjectPropertyOf() - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addSubObjectPropertyOf(Resource) - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addSubObjectPropertyOf(ObjectProperty) - Method in interface org.openanzo.owl.dataset.ObjectProperty
Adds a value for the 'subObjectPropertyOf' property
addSubObjectPropertyOf() - Method in interface org.openanzo.owl.dataset.ObjectProperty
Adds an anonymous value for the 'subObjectPropertyOf' property
addSubObjectPropertyOf(Resource) - Method in interface org.openanzo.owl.dataset.ObjectProperty
Adds a value for the 'subObjectPropertyOf' property.
addSubObjectPropertyOf(ObjectProperty) - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addSubObjectPropertyOf() - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addSubObjectPropertyOf(Resource) - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addSubObjectPropertyOf(ObjectProperty) - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addSubObjectPropertyOf() - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addSubObjectPropertyOf(Resource) - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addSubObjectPropertyOf(ObjectProperty) - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addSubObjectPropertyOf() - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addSubObjectPropertyOf(Resource) - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addSubObjectPropertyOf(ObjectProperty) - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addSubObjectPropertyOf() - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addSubObjectPropertyOf(Resource) - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addSubObjectPropertyOf(ObjectProperty) - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addSubObjectPropertyOf() - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addSubObjectPropertyOf(Resource) - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addSubObjectPropertyOf(ObjectProperty) - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addSubObjectPropertyOf() - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addSubObjectPropertyOf(Resource) - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addSubObjectPropertyOf(ObjectProperty) - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addSubObjectPropertyOf() - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addSubObjectPropertyOf(Resource) - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addSubObjectPropertyOf(ObjectProperty) - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addSubObjectPropertyOf() - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addSubObjectPropertyOf(Resource) - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addSubObjectPropertyOf(ObjectProperty) - Method in interface org.openanzo.owl.ObjectProperty
Adds a value for the 'subObjectPropertyOf' property
addSubObjectPropertyOf() - Method in interface org.openanzo.owl.ObjectProperty
Adds an anonymous value for the 'subObjectPropertyOf' property
addSubObjectPropertyOf(Resource) - Method in interface org.openanzo.owl.ObjectProperty
Adds a value for the 'subObjectPropertyOf' property.
addSubObjectPropertyOf(ObjectProperty) - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addSubObjectPropertyOf() - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addSubObjectPropertyOf(Resource) - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addSubObjectPropertyOf(ObjectProperty) - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addSubObjectPropertyOf() - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addSubObjectPropertyOf(Resource) - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addSubObjectPropertyOf(ObjectProperty) - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addSubObjectPropertyOf() - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addSubObjectPropertyOf(Resource) - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addSubObjectPropertyOf(ObjectProperty) - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addSubObjectPropertyOf() - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addSubObjectPropertyOf(Resource) - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addSubPropertyOf(_Property) - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addSubPropertyOf() - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addSubPropertyOf(Resource) - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addSubPropertyOf(_Property) - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addSubPropertyOf() - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addSubPropertyOf(Resource) - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addSubPropertyOf(_Property) - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addSubPropertyOf() - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addSubPropertyOf(Resource) - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addSubPropertyOf(_Property) - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addSubPropertyOf() - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addSubPropertyOf(Resource) - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addSubPropertyOf(_Property) - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addSubPropertyOf() - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addSubPropertyOf(Resource) - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addSubPropertyOf(_Property) - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addSubPropertyOf() - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addSubPropertyOf(Resource) - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addSubPropertyOf(_Property) - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addSubPropertyOf() - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addSubPropertyOf(Resource) - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addSubPropertyOf(_Property) - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addSubPropertyOf() - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addSubPropertyOf(Resource) - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addSubPropertyOf(_Property) - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addSubPropertyOf() - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addSubPropertyOf(Resource) - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addSubPropertyOf(_Property) - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addSubPropertyOf() - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addSubPropertyOf(Resource) - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addSubPropertyOf(_Property) - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addSubPropertyOf() - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addSubPropertyOf(Resource) - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addSubPropertyOf(_Property) - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addSubPropertyOf() - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addSubPropertyOf(Resource) - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addSubPropertyOf(_Property) - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addSubPropertyOf() - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addSubPropertyOf(Resource) - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addSubPropertyOf(_Property) - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addSubPropertyOf() - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addSubPropertyOf(Resource) - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addSubPropertyOf(_Property) - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addSubPropertyOf() - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addSubPropertyOf(Resource) - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addSubPropertyOf(_Property) - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addSubPropertyOf() - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addSubPropertyOf(Resource) - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addSubPropertyOf(_Property) - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addSubPropertyOf() - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addSubPropertyOf(Resource) - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addSubPropertyOf(_Property) - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addSubPropertyOf() - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addSubPropertyOf(Resource) - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addSubPropertyOf(_Property) - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addSubPropertyOf() - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addSubPropertyOf(Resource) - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addSubPropertyOf(_Property) - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addSubPropertyOf() - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addSubPropertyOf(Resource) - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addSubPropertyOf(_Property) - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addSubPropertyOf() - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addSubPropertyOf(Resource) - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addSubPropertyOf(_Property) - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addSubPropertyOf() - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addSubPropertyOf(Resource) - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addSubPropertyOf(_Property) - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addSubPropertyOf() - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addSubPropertyOf(Resource) - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addSubPropertyOf(_Property) - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addSubPropertyOf() - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addSubPropertyOf(Resource) - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addSubPropertyOf(_Property) - Method in interface org.openanzo.rdfs._Property
Adds a value for the 'subPropertyOf' property
addSubPropertyOf() - Method in interface org.openanzo.rdfs._Property
Adds an anonymous value for the 'subPropertyOf' property
addSubPropertyOf(Resource) - Method in interface org.openanzo.rdfs._Property
Adds a value for the 'subPropertyOf' property.
addSubPropertyOf(_Property) - Method in class org.openanzo.rdfs._PropertyImpl
 
addSubPropertyOf() - Method in class org.openanzo.rdfs._PropertyImpl
 
addSubPropertyOf(Resource) - Method in class org.openanzo.rdfs._PropertyImpl
 
addSubPropertyOf(_Property) - Method in class org.openanzo.rdfs.ContainerMembershipPropertyImpl
 
addSubPropertyOf() - Method in class org.openanzo.rdfs.ContainerMembershipPropertyImpl
 
addSubPropertyOf(Resource) - Method in class org.openanzo.rdfs.ContainerMembershipPropertyImpl
 
addSubPropertyOf(_Property) - Method in interface org.openanzo.rdfs.dataset._Property
Adds a value for the 'subPropertyOf' property
addSubPropertyOf() - Method in interface org.openanzo.rdfs.dataset._Property
Adds an anonymous value for the 'subPropertyOf' property
addSubPropertyOf(Resource) - Method in interface org.openanzo.rdfs.dataset._Property
Adds a value for the 'subPropertyOf' property.
addSubPropertyOf(_Property) - Method in class org.openanzo.rdfs.dataset._PropertyImpl
 
addSubPropertyOf() - Method in class org.openanzo.rdfs.dataset._PropertyImpl
 
addSubPropertyOf(Resource) - Method in class org.openanzo.rdfs.dataset._PropertyImpl
 
addSubPropertyOf(_Property) - Method in class org.openanzo.rdfs.dataset.ContainerMembershipPropertyImpl
 
addSubPropertyOf() - Method in class org.openanzo.rdfs.dataset.ContainerMembershipPropertyImpl
 
addSubPropertyOf(Resource) - Method in class org.openanzo.rdfs.dataset.ContainerMembershipPropertyImpl
 
addSubRole(RepositoryConnection, Role, Role, Long) - Static method in class org.openanzo.server.repository.structures.Role
Add a child role to a parent role in the database
addSubRoleOf(Role) - Method in interface org.openanzo.common.ontology.Role
Adds a value for the 'subRoleOf' property
addSubRoleOf() - Method in interface org.openanzo.common.ontology.Role
Adds an anonymous value for the 'subRoleOf' property
addSubRoleOf(Resource) - Method in interface org.openanzo.common.ontology.Role
Adds a value for the 'subRoleOf' property.
addSubRoleOf(Role) - Method in class org.openanzo.common.ontology.RoleImpl
 
addSubRoleOf() - Method in class org.openanzo.common.ontology.RoleImpl
 
addSubRoleOf(Resource) - Method in class org.openanzo.common.ontology.RoleImpl
 
addSurname(Literal) - Method in interface org.openanzo.atom.jastor.foaf.Person
Add a 'surname' property value
addSurname(Literal) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addTemplate(TemplateElement) - Method in class org.openanzo.jastor.ant.JastorTask
Add template to this task
addTheme(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addTheme() - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addTheme(Resource) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addTheme(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addTheme() - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addTheme(Resource) - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addTheme(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds a value for the 'theme' property
addTheme() - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds an anonymous value for the 'theme' property
addTheme(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds a value for the 'theme' property.
addTheme(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addTheme() - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addTheme(Resource) - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addTheme(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds a value for the 'theme' property
addTheme() - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds an anonymous value for the 'theme' property
addTheme(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds a value for the 'theme' property.
addTheme(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addTheme() - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addTheme(Resource) - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addTheme(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addTheme() - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addTheme(Resource) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addTheme(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds a value for the 'theme' property
addTheme() - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds an anonymous value for the 'theme' property
addTheme(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds a value for the 'theme' property.
addTheme(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addTheme() - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addTheme(Resource) - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addTheme(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds a value for the 'theme' property
addTheme() - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds an anonymous value for the 'theme' property
addTheme(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds a value for the 'theme' property.
addTheme(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addTheme() - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addTheme(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addTheme(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Adds a value for the 'theme' property
addTheme() - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Adds an anonymous value for the 'theme' property
addTheme(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Adds a value for the 'theme' property.
addTheme(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addTheme() - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addTheme(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addTheme(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Adds a value for the 'theme' property
addTheme() - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Adds an anonymous value for the 'theme' property
addTheme(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Adds a value for the 'theme' property.
addTheme(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addTheme() - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addTheme(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addTheme(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Adds a value for the 'theme' property
addTheme() - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Adds an anonymous value for the 'theme' property
addTheme(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Adds a value for the 'theme' property.
addTheme(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addTheme() - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addTheme(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addTheme(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addTheme() - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addTheme(Resource) - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addTheme(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addTheme() - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addTheme(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addTheme(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addTheme() - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addTheme(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addTheme(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Project
Adds a value for the 'theme' property
addTheme() - Method in interface org.openanzo.atom.jastor.foaf.Project
Adds an anonymous value for the 'theme' property
addTheme(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Project
Adds a value for the 'theme' property.
addTheme(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addTheme() - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addTheme(Resource) - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addTheme(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Adds a value for the 'theme' property
addTheme() - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Adds an anonymous value for the 'theme' property
addTheme(Resource) - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Adds a value for the 'theme' property.
addTheme(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addTheme() - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addTheme(Resource) - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addThumbnail(Image) - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds a value for the 'thumbnail' property
addThumbnail() - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds an anonymous value for the 'thumbnail' property
addThumbnail(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds a value for the 'thumbnail' property.
addThumbnail(Image) - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addThumbnail() - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addThumbnail(Resource) - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addTipjar(Document) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addTipjar() - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addTipjar(Resource) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addTipjar(Document) - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addTipjar() - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addTipjar(Resource) - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addTipjar(Document) - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds a value for the 'tipjar' property
addTipjar() - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds an anonymous value for the 'tipjar' property
addTipjar(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds a value for the 'tipjar' property.
addTipjar(Document) - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addTipjar() - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addTipjar(Resource) - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addTipjar(Document) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addTipjar() - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addTipjar(Resource) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addTipjar(Document) - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addTipjar() - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addTipjar(Resource) - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addTipjar(Document) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addTipjar() - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addTipjar(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addTitle(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addTitle() - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addTitle(Resource) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addTitle(GraphThing) - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addTitle() - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addTitle(Resource) - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addTitle(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds a value for the 'title' property
addTitle() - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds an anonymous value for the 'title' property
addTitle(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Agent
Adds a value for the 'title' property.
addTitle(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addTitle() - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addTitle(Resource) - Method in class org.openanzo.atom.jastor.foaf.AgentImpl
 
addTitle(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds a value for the 'title' property
addTitle() - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds an anonymous value for the 'title' property
addTitle(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds a value for the 'title' property.
addTitle(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addTitle() - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addTitle(Resource) - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addTitle(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addTitle() - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addTitle(Resource) - Method in class org.openanzo.atom.jastor.foaf.GroupImpl
 
addTitle(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds a value for the 'title' property
addTitle() - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds an anonymous value for the 'title' property
addTitle(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Image
Adds a value for the 'title' property.
addTitle(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addTitle() - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addTitle(Resource) - Method in class org.openanzo.atom.jastor.foaf.ImageImpl
 
addTitle(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds a value for the 'title' property
addTitle() - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds an anonymous value for the 'title' property
addTitle(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineAccount
Adds a value for the 'title' property.
addTitle(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addTitle() - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addTitle(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineAccountImpl
 
addTitle(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Adds a value for the 'title' property
addTitle() - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Adds an anonymous value for the 'title' property
addTitle(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
Adds a value for the 'title' property.
addTitle(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addTitle() - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addTitle(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineChatAccountImpl
 
addTitle(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Adds a value for the 'title' property
addTitle() - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Adds an anonymous value for the 'title' property
addTitle(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
Adds a value for the 'title' property.
addTitle(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addTitle() - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addTitle(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineEcommerceAccountImpl
 
addTitle(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Adds a value for the 'title' property
addTitle() - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Adds an anonymous value for the 'title' property
addTitle(Resource) - Method in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
Adds a value for the 'title' property.
addTitle(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addTitle() - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addTitle(Resource) - Method in class org.openanzo.atom.jastor.foaf.OnlineGamingAccountImpl
 
addTitle(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addTitle() - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addTitle(Resource) - Method in class org.openanzo.atom.jastor.foaf.OrganizationImpl
 
addTitle(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addTitle() - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addTitle(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addTitle(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addTitle() - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addTitle(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addTitle(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Project
Adds a value for the 'title' property
addTitle() - Method in interface org.openanzo.atom.jastor.foaf.Project
Adds an anonymous value for the 'title' property
addTitle(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Project
Adds a value for the 'title' property.
addTitle(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addTitle() - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addTitle(Resource) - Method in class org.openanzo.atom.jastor.foaf.ProjectImpl
 
addTo(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs._Statement
Adds a value for the 'to' property
addTo() - Method in interface org.openanzo.atom.jastor.rdfs._Statement
Adds an anonymous value for the 'to' property
addTo(Resource) - Method in interface org.openanzo.atom.jastor.rdfs._Statement
Adds a value for the 'to' property.
addTo(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs._StatementImpl
 
addTo() - Method in class org.openanzo.atom.jastor.rdfs._StatementImpl
 
addTo(Resource) - Method in class org.openanzo.atom.jastor.rdfs._StatementImpl
 
addTopic(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds a value for the 'topic' property
addTopic() - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds an anonymous value for the 'topic' property
addTopic(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Document
Adds a value for the 'topic' property.
addTopic(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addTopic() - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addTopic(Resource) - Method in class org.openanzo.atom.jastor.foaf.DocumentImpl
 
addTopic(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addTopic() - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addTopic(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonalProfileDocumentImpl
 
addTopic__interest(GraphThing) - Method in interface org.openanzo.atom.jastor.foaf.Person
Adds a value for the 'topic__interest' property
addTopic__interest() - Method in interface org.openanzo.atom.jastor.foaf.Person
Adds an anonymous value for the 'topic__interest' property
addTopic__interest(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Person
Adds a value for the 'topic__interest' property.
addTopic__interest(GraphThing) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addTopic__interest() - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addTopic__interest(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addTracker(URI, ISerializableTracker) - Method in class org.openanzo.client.DatasetServiceReplicator
Start tracking a (possibly overlapping) set of statements.
addTracker(ISerializableTracker) - Method in class org.openanzo.client.TrackerManager
Add a new tracker and index it
addTrackerListener(URI, ISerializableTracker, TrackerListener) - Method in class org.openanzo.client.DatasetServiceReplicator
Adds a TrackerListener which will get events of changes to the graph that match the supplied tracker.
addTrackerSet(GraphThing) - Method in class org.openanzo.common.ontology.SelectorTrackerImpl
 
addTrackerSet() - Method in class org.openanzo.common.ontology.SelectorTrackerImpl
 
addTrackerSet(Resource) - Method in class org.openanzo.common.ontology.SelectorTrackerImpl
 
addTrackerSet(GraphThing) - Method in interface org.openanzo.common.ontology.Tracker
Adds a value for the 'trackerSet' property
addTrackerSet() - Method in interface org.openanzo.common.ontology.Tracker
Adds an anonymous value for the 'trackerSet' property
addTrackerSet(Resource) - Method in interface org.openanzo.common.ontology.Tracker
Adds a value for the 'trackerSet' property.
addTrackerSet(GraphThing) - Method in class org.openanzo.common.ontology.TrackerImpl
 
addTrackerSet() - Method in class org.openanzo.common.ontology.TrackerImpl
 
addTrackerSet(Resource) - Method in class org.openanzo.common.ontology.TrackerImpl
 
addTrackerSet(URI) - Method in interface org.openanzo.services.trackers.ISerializableTracker
Add a new TrackerSet to this tracker
addTrackerSet(URI) - Method in class org.openanzo.services.trackers.SelectorTracker
 
addTransactionQueueListener(ITransactionQueueListener) - Method in class org.openanzo.model.transaction.impl.TransactionQueue
 
addTransactionQueueListener(ITransactionQueueListener) - Method in interface org.openanzo.model.transaction.ITransactionQueue
Add a new listener for TransactionQueue Events.
addTriplePattern(TriplePattern) - Method in class org.openanzo.common.rdb.container.query.RdbBGPQuery
Add a regular triple pattern to this query
addTriplePattern(TriplePatternNode) - Method in class org.openanzo.glitter.syntax.abstrakt.BGP
Add a new triple pattern to this BGP.
addTriplePattern(TriplePattern) - Method in class org.openanzo.server.repository.query.ServerBGPQuery
Add a regular triple pattern to this query
addType(Class) - Method in interface org.openanzo.atom.jastor.rdfs._Property
Adds a value for the 'type' property
addType() - Method in interface org.openanzo.atom.jastor.rdfs._Property
Adds an anonymous value for the 'type' property
addType(Resource) - Method in interface org.openanzo.atom.jastor.rdfs._Property
Adds a value for the 'type' property.
addType(Class) - Method in class org.openanzo.atom.jastor.rdfs._PropertyImpl
 
addType() - Method in class org.openanzo.atom.jastor.rdfs._PropertyImpl
 
addType(Resource) - Method in class org.openanzo.atom.jastor.rdfs._PropertyImpl
 
addType(Class) - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Adds a value for the 'type' property
addType() - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Adds an anonymous value for the 'type' property
addType(Resource) - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Adds a value for the 'type' property.
addType(Class) - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addType() - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addType(Resource) - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addType(Class) - Method in interface org.openanzo.atom.jastor.rdfs._Statement
Adds a value for the 'type' property
addType() - Method in interface org.openanzo.atom.jastor.rdfs._Statement
Adds an anonymous value for the 'type' property
addType(Resource) - Method in interface org.openanzo.atom.jastor.rdfs._Statement
Adds a value for the 'type' property.
addType(Class) - Method in class org.openanzo.atom.jastor.rdfs._StatementImpl
 
addType() - Method in class org.openanzo.atom.jastor.rdfs._StatementImpl
 
addType(Resource) - Method in class org.openanzo.atom.jastor.rdfs._StatementImpl
 
addType(Class) - Method in class org.openanzo.atom.jastor.rdfs.AltImpl
 
addType() - Method in class org.openanzo.atom.jastor.rdfs.AltImpl
 
addType(Resource) - Method in class org.openanzo.atom.jastor.rdfs.AltImpl
 
addType(Class) - Method in class org.openanzo.atom.jastor.rdfs.BagImpl
 
addType() - Method in class org.openanzo.atom.jastor.rdfs.BagImpl
 
addType(Resource) - Method in class org.openanzo.atom.jastor.rdfs.BagImpl
 
addType(Class) - Method in interface org.openanzo.atom.jastor.rdfs.Class
Adds a value for the 'type' property
addType() - Method in interface org.openanzo.atom.jastor.rdfs.Class
Adds an anonymous value for the 'type' property
addType(Resource) - Method in interface org.openanzo.atom.jastor.rdfs.Class
Adds a value for the 'type' property.
addType(Class) - Method in class org.openanzo.atom.jastor.rdfs.ClassImpl
 
addType() - Method in class org.openanzo.atom.jastor.rdfs.ClassImpl
 
addType(Resource) - Method in class org.openanzo.atom.jastor.rdfs.ClassImpl
 
addType(Class) - Method in interface org.openanzo.atom.jastor.rdfs.Container
Adds a value for the 'type' property
addType() - Method in interface org.openanzo.atom.jastor.rdfs.Container
Adds an anonymous value for the 'type' property
addType(Resource) - Method in interface org.openanzo.atom.jastor.rdfs.Container
Adds a value for the 'type' property.
addType(Class) - Method in class org.openanzo.atom.jastor.rdfs.ContainerImpl
 
addType() - Method in class org.openanzo.atom.jastor.rdfs.ContainerImpl
 
addType(Resource) - Method in class org.openanzo.atom.jastor.rdfs.ContainerImpl
 
addType(Class) - Method in class org.openanzo.atom.jastor.rdfs.ContainerMembershipPropertyImpl
 
addType() - Method in class org.openanzo.atom.jastor.rdfs.ContainerMembershipPropertyImpl
 
addType(Resource) - Method in class org.openanzo.atom.jastor.rdfs.ContainerMembershipPropertyImpl
 
addType(Class) - Method in class org.openanzo.atom.jastor.rdfs.DatatypeImpl
 
addType() - Method in class org.openanzo.atom.jastor.rdfs.DatatypeImpl
 
addType(Resource) - Method in class org.openanzo.atom.jastor.rdfs.DatatypeImpl
 
addType(Class) - Method in interface org.openanzo.atom.jastor.rdfs.List
Adds a value for the 'type' property
addType() - Method in interface org.openanzo.atom.jastor.rdfs.List
Adds an anonymous value for the 'type' property
addType(Resource) - Method in interface org.openanzo.atom.jastor.rdfs.List
Adds a value for the 'type' property.
addType(Class) - Method in class org.openanzo.atom.jastor.rdfs.ListImpl
 
addType() - Method in class org.openanzo.atom.jastor.rdfs.ListImpl
 
addType(Resource) - Method in class org.openanzo.atom.jastor.rdfs.ListImpl
 
addType(Class) - Method in interface org.openanzo.atom.jastor.rdfs.Literal
Adds a value for the 'type' property
addType() - Method in interface org.openanzo.atom.jastor.rdfs.Literal
Adds an anonymous value for the 'type' property
addType(Resource) - Method in interface org.openanzo.atom.jastor.rdfs.Literal
Adds a value for the 'type' property.
addType(Class) - Method in class org.openanzo.atom.jastor.rdfs.LiteralImpl
 
addType() - Method in class org.openanzo.atom.jastor.rdfs.LiteralImpl
 
addType(Resource) - Method in class org.openanzo.atom.jastor.rdfs.LiteralImpl
 
addType(Class) - Method in class org.openanzo.atom.jastor.rdfs.SeqImpl
 
addType() - Method in class org.openanzo.atom.jastor.rdfs.SeqImpl
 
addType(Resource) - Method in class org.openanzo.atom.jastor.rdfs.SeqImpl
 
addType(Class) - Method in class org.openanzo.atom.jastor.rdfs.XMLLiteralImpl
 
addType() - Method in class org.openanzo.atom.jastor.rdfs.XMLLiteralImpl
 
addType(Resource) - Method in class org.openanzo.atom.jastor.rdfs.XMLLiteralImpl
 
addType(Class) - Method in class org.openanzo.owl._ThingImpl
 
addType() - Method in class org.openanzo.owl._ThingImpl
 
addType(Resource) - Method in class org.openanzo.owl._ThingImpl
 
addType(Class) - Method in class org.openanzo.owl.AnnotationPropertyImpl
 
addType() - Method in class org.openanzo.owl.AnnotationPropertyImpl
 
addType(Resource) - Method in class org.openanzo.owl.AnnotationPropertyImpl
 
addType(Class) - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addType() - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addType(Resource) - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addType(Class) - Method in class org.openanzo.owl.ClassImpl
 
addType() - Method in class org.openanzo.owl.ClassImpl
 
addType(Resource) - Method in class org.openanzo.owl.ClassImpl
 
addType(Class) - Method in class org.openanzo.owl.dataset._ThingImpl
 
addType() - Method in class org.openanzo.owl.dataset._ThingImpl
 
addType(Resource) - Method in class org.openanzo.owl.dataset._ThingImpl
 
addType(Class) - Method in class org.openanzo.owl.dataset.AnnotationPropertyImpl
 
addType() - Method in class org.openanzo.owl.dataset.AnnotationPropertyImpl
 
addType(Resource) - Method in class org.openanzo.owl.dataset.AnnotationPropertyImpl
 
addType(Class) - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addType() - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addType(Resource) - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addType(Class) - Method in class org.openanzo.owl.dataset.ClassImpl
 
addType() - Method in class org.openanzo.owl.dataset.ClassImpl
 
addType(Resource) - Method in class org.openanzo.owl.dataset.ClassImpl
 
addType(Class) - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addType() - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addType(Resource) - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addType(Class) - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addType() - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addType(Resource) - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addType(Class) - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addType() - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addType(Resource) - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addType(Class) - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addType() - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addType(Resource) - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addType(Class) - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addType() - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addType(Resource) - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addType(Class) - Method in class org.openanzo.owl.dataset.IndividualImpl
 
addType() - Method in class org.openanzo.owl.dataset.IndividualImpl
 
addType(Resource) - Method in class org.openanzo.owl.dataset.IndividualImpl
 
addType(Class) - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addType() - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addType(Resource) - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addType(Class) - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addType() - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addType(Resource) - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addType(Class) - Method in class org.openanzo.owl.dataset.NothingImpl
 
addType() - Method in class org.openanzo.owl.dataset.NothingImpl
 
addType(Resource) - Method in class org.openanzo.owl.dataset.NothingImpl
 
addType(Class) - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addType() - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addType(Resource) - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addType(Class) - Method in class org.openanzo.owl.dataset.OWLEntityImpl
 
addType() - Method in class org.openanzo.owl.dataset.OWLEntityImpl
 
addType(Resource) - Method in class org.openanzo.owl.dataset.OWLEntityImpl
 
addType(Class) - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addType() - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addType(Resource) - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addType(Class) - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addType() - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addType(Resource) - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addType(Class) - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addType() - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addType(Resource) - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addType(Class) - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addType() - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addType(Resource) - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addType(Class) - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addType() - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addType(Resource) - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addType(Class) - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addType() - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addType(Resource) - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addType(Class) - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addType() - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addType(Resource) - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addType(Class) - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addType() - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addType(Resource) - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addType(Class) - Method in class org.openanzo.owl.IndividualImpl
 
addType() - Method in class org.openanzo.owl.IndividualImpl
 
addType(Resource) - Method in class org.openanzo.owl.IndividualImpl
 
addType(Class) - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addType() - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addType(Resource) - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addType(Class) - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addType() - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addType(Resource) - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addType(Class) - Method in class org.openanzo.owl.NothingImpl
 
addType() - Method in class org.openanzo.owl.NothingImpl
 
addType(Resource) - Method in class org.openanzo.owl.NothingImpl
 
addType(Class) - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addType() - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addType(Resource) - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addType(Class) - Method in class org.openanzo.owl.OWLEntityImpl
 
addType() - Method in class org.openanzo.owl.OWLEntityImpl
 
addType(Resource) - Method in class org.openanzo.owl.OWLEntityImpl
 
addType(Class) - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addType() - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addType(Resource) - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addType(Class) - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addType() - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addType(Resource) - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addType(Class) - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addType() - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addType(Resource) - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addType(Class) - Method in class org.openanzo.rdfs._PropertyImpl
 
addType() - Method in class org.openanzo.rdfs._PropertyImpl
 
addType(Resource) - Method in class org.openanzo.rdfs._PropertyImpl
 
addType(Class) - Method in interface org.openanzo.rdfs._Resource
Adds a value for the 'type' property
addType() - Method in interface org.openanzo.rdfs._Resource
Adds an anonymous value for the 'type' property
addType(Resource) - Method in interface org.openanzo.rdfs._Resource
Adds a value for the 'type' property.
addType(Class) - Method in class org.openanzo.rdfs._ResourceImpl
 
addType() - Method in class org.openanzo.rdfs._ResourceImpl
 
addType(Resource) - Method in class org.openanzo.rdfs._ResourceImpl
 
addType(Class) - Method in class org.openanzo.rdfs.AltImpl
 
addType() - Method in class org.openanzo.rdfs.AltImpl
 
addType(Resource) - Method in class org.openanzo.rdfs.AltImpl
 
addType(Class) - Method in class org.openanzo.rdfs.BagImpl
 
addType() - Method in class org.openanzo.rdfs.BagImpl
 
addType(Resource) - Method in class org.openanzo.rdfs.BagImpl
 
addType(Class) - Method in class org.openanzo.rdfs.ClassImpl
 
addType() - Method in class org.openanzo.rdfs.ClassImpl
 
addType(Resource) - Method in class org.openanzo.rdfs.ClassImpl
 
addType(Class) - Method in class org.openanzo.rdfs.ContainerImpl
 
addType() - Method in class org.openanzo.rdfs.ContainerImpl
 
addType(Resource) - Method in class org.openanzo.rdfs.ContainerImpl
 
addType(Class) - Method in class org.openanzo.rdfs.ContainerMembershipPropertyImpl
 
addType() - Method in class org.openanzo.rdfs.ContainerMembershipPropertyImpl
 
addType(Resource) - Method in class org.openanzo.rdfs.ContainerMembershipPropertyImpl
 
addType(Class) - Method in class org.openanzo.rdfs.dataset._PropertyImpl
 
addType() - Method in class org.openanzo.rdfs.dataset._PropertyImpl
 
addType(Resource) - Method in class org.openanzo.rdfs.dataset._PropertyImpl
 
addType(Class) - Method in interface org.openanzo.rdfs.dataset._Resource
Adds a value for the 'type' property
addType() - Method in interface org.openanzo.rdfs.dataset._Resource
Adds an anonymous value for the 'type' property
addType(Resource) - Method in interface org.openanzo.rdfs.dataset._Resource
Adds a value for the 'type' property.
addType(Class) - Method in class org.openanzo.rdfs.dataset._ResourceImpl
 
addType() - Method in class org.openanzo.rdfs.dataset._ResourceImpl
 
addType(Resource) - Method in class org.openanzo.rdfs.dataset._ResourceImpl
 
addType(Class) - Method in class org.openanzo.rdfs.dataset.AltImpl
 
addType() - Method in class org.openanzo.rdfs.dataset.AltImpl
 
addType(Resource) - Method in class org.openanzo.rdfs.dataset.AltImpl
 
addType(Class) - Method in class org.openanzo.rdfs.dataset.BagImpl
 
addType() - Method in class org.openanzo.rdfs.dataset.BagImpl
 
addType(Resource) - Method in class org.openanzo.rdfs.dataset.BagImpl
 
addType(Class) - Method in class org.openanzo.rdfs.dataset.ClassImpl
 
addType() - Method in class org.openanzo.rdfs.dataset.ClassImpl
 
addType(Resource) - Method in class org.openanzo.rdfs.dataset.ClassImpl
 
addType(Class) - Method in class org.openanzo.rdfs.dataset.ContainerImpl
 
addType() - Method in class org.openanzo.rdfs.dataset.ContainerImpl
 
addType(Resource) - Method in class org.openanzo.rdfs.dataset.ContainerImpl
 
addType(Class) - Method in class org.openanzo.rdfs.dataset.ContainerMembershipPropertyImpl
 
addType() - Method in class org.openanzo.rdfs.dataset.ContainerMembershipPropertyImpl
 
addType(Resource) - Method in class org.openanzo.rdfs.dataset.ContainerMembershipPropertyImpl
 
addType(Class) - Method in class org.openanzo.rdfs.dataset.DatatypeImpl
 
addType() - Method in class org.openanzo.rdfs.dataset.DatatypeImpl
 
addType(Resource) - Method in class org.openanzo.rdfs.dataset.DatatypeImpl
 
addType(Class) - Method in class org.openanzo.rdfs.dataset.ListImpl
 
addType() - Method in class org.openanzo.rdfs.dataset.ListImpl
 
addType(Resource) - Method in class org.openanzo.rdfs.dataset.ListImpl
 
addType(Class) - Method in class org.openanzo.rdfs.dataset.LiteralImpl
 
addType() - Method in class org.openanzo.rdfs.dataset.LiteralImpl
 
addType(Resource) - Method in class org.openanzo.rdfs.dataset.LiteralImpl
 
addType(Class) - Method in class org.openanzo.rdfs.dataset.SeqImpl
 
addType() - Method in class org.openanzo.rdfs.dataset.SeqImpl
 
addType(Resource) - Method in class org.openanzo.rdfs.dataset.SeqImpl
 
addType(Class) - Method in class org.openanzo.rdfs.DatatypeImpl
 
addType() - Method in class org.openanzo.rdfs.DatatypeImpl
 
addType(Resource) - Method in class org.openanzo.rdfs.DatatypeImpl
 
addType(Class) - Method in class org.openanzo.rdfs.ListImpl
 
addType() - Method in class org.openanzo.rdfs.ListImpl
 
addType(Resource) - Method in class org.openanzo.rdfs.ListImpl
 
addType(Class) - Method in class org.openanzo.rdfs.LiteralImpl
 
addType() - Method in class org.openanzo.rdfs.LiteralImpl
 
addType(Resource) - Method in class org.openanzo.rdfs.LiteralImpl
 
addType(Class) - Method in class org.openanzo.rdfs.SeqImpl
 
addType() - Method in class org.openanzo.rdfs.SeqImpl
 
addType(Resource) - Method in class org.openanzo.rdfs.SeqImpl
 
addUri(String) - Method in interface org.openanzo.atom.jastor.atomowl.Generator
Add a 'uri' property value
addUri(String) - Method in class org.openanzo.atom.jastor.atomowl.GeneratorImpl
 
addUri(String) - Method in interface org.openanzo.atom.jastor.atomowl.Person
Add a 'uri' property value
addUri(String) - Method in class org.openanzo.atom.jastor.atomowl.PersonImpl
 
addUser(User, Long) - Method in class org.openanzo.server.repository.structures.Role
Add a user to this role, and add any implied roles based on role hierarchy
addUserToRole(String, String) - Method in class org.openanzo.atom.cache.AtomCache
 
addValue(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs._Property
Adds a value for the 'value' property
addValue() - Method in interface org.openanzo.atom.jastor.rdfs._Property
Adds an anonymous value for the 'value' property
addValue(Resource) - Method in interface org.openanzo.atom.jastor.rdfs._Property
Adds a value for the 'value' property.
addValue(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs._PropertyImpl
 
addValue() - Method in class org.openanzo.atom.jastor.rdfs._PropertyImpl
 
addValue(Resource) - Method in class org.openanzo.atom.jastor.rdfs._PropertyImpl
 
addValue(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Adds a value for the 'value' property
addValue() - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Adds an anonymous value for the 'value' property
addValue(Resource) - Method in interface org.openanzo.atom.jastor.rdfs._Resource
Adds a value for the 'value' property.
addValue(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addValue() - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addValue(Resource) - Method in class org.openanzo.atom.jastor.rdfs._ResourceImpl
 
addValue(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs._Statement
Adds a value for the 'value' property
addValue() - Method in interface org.openanzo.atom.jastor.rdfs._Statement
Adds an anonymous value for the 'value' property
addValue(Resource) - Method in interface org.openanzo.atom.jastor.rdfs._Statement
Adds a value for the 'value' property.
addValue(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs._StatementImpl
 
addValue() - Method in class org.openanzo.atom.jastor.rdfs._StatementImpl
 
addValue(Resource) - Method in class org.openanzo.atom.jastor.rdfs._StatementImpl
 
addValue(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.AltImpl
 
addValue() - Method in class org.openanzo.atom.jastor.rdfs.AltImpl
 
addValue(Resource) - Method in class org.openanzo.atom.jastor.rdfs.AltImpl
 
addValue(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.BagImpl
 
addValue() - Method in class org.openanzo.atom.jastor.rdfs.BagImpl
 
addValue(Resource) - Method in class org.openanzo.atom.jastor.rdfs.BagImpl
 
addValue(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs.Class
Adds a value for the 'value' property
addValue() - Method in interface org.openanzo.atom.jastor.rdfs.Class
Adds an anonymous value for the 'value' property
addValue(Resource) - Method in interface org.openanzo.atom.jastor.rdfs.Class
Adds a value for the 'value' property.
addValue(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.ClassImpl
 
addValue() - Method in class org.openanzo.atom.jastor.rdfs.ClassImpl
 
addValue(Resource) - Method in class org.openanzo.atom.jastor.rdfs.ClassImpl
 
addValue(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs.Container
Adds a value for the 'value' property
addValue() - Method in interface org.openanzo.atom.jastor.rdfs.Container
Adds an anonymous value for the 'value' property
addValue(Resource) - Method in interface org.openanzo.atom.jastor.rdfs.Container
Adds a value for the 'value' property.
addValue(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.ContainerImpl
 
addValue() - Method in class org.openanzo.atom.jastor.rdfs.ContainerImpl
 
addValue(Resource) - Method in class org.openanzo.atom.jastor.rdfs.ContainerImpl
 
addValue(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.ContainerMembershipPropertyImpl
 
addValue() - Method in class org.openanzo.atom.jastor.rdfs.ContainerMembershipPropertyImpl
 
addValue(Resource) - Method in class org.openanzo.atom.jastor.rdfs.ContainerMembershipPropertyImpl
 
addValue(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.DatatypeImpl
 
addValue() - Method in class org.openanzo.atom.jastor.rdfs.DatatypeImpl
 
addValue(Resource) - Method in class org.openanzo.atom.jastor.rdfs.DatatypeImpl
 
addValue(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs.List
Adds a value for the 'value' property
addValue() - Method in interface org.openanzo.atom.jastor.rdfs.List
Adds an anonymous value for the 'value' property
addValue(Resource) - Method in interface org.openanzo.atom.jastor.rdfs.List
Adds a value for the 'value' property.
addValue(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.ListImpl
 
addValue() - Method in class org.openanzo.atom.jastor.rdfs.ListImpl
 
addValue(Resource) - Method in class org.openanzo.atom.jastor.rdfs.ListImpl
 
addValue(GraphThing) - Method in interface org.openanzo.atom.jastor.rdfs.Literal
Adds a value for the 'value' property
addValue() - Method in interface org.openanzo.atom.jastor.rdfs.Literal
Adds an anonymous value for the 'value' property
addValue(Resource) - Method in interface org.openanzo.atom.jastor.rdfs.Literal
Adds a value for the 'value' property.
addValue(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.LiteralImpl
 
addValue() - Method in class org.openanzo.atom.jastor.rdfs.LiteralImpl
 
addValue(Resource) - Method in class org.openanzo.atom.jastor.rdfs.LiteralImpl
 
addValue(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.SeqImpl
 
addValue() - Method in class org.openanzo.atom.jastor.rdfs.SeqImpl
 
addValue(Resource) - Method in class org.openanzo.atom.jastor.rdfs.SeqImpl
 
addValue(GraphThing) - Method in class org.openanzo.atom.jastor.rdfs.XMLLiteralImpl
 
addValue() - Method in class org.openanzo.atom.jastor.rdfs.XMLLiteralImpl
 
addValue(Resource) - Method in class org.openanzo.atom.jastor.rdfs.XMLLiteralImpl
 
addValue(_Resource) - Method in class org.openanzo.owl._ThingImpl
 
addValue() - Method in class org.openanzo.owl._ThingImpl
 
addValue(Resource) - Method in class org.openanzo.owl._ThingImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.AnnotationPropertyImpl
 
addValue() - Method in class org.openanzo.owl.AnnotationPropertyImpl
 
addValue(Resource) - Method in class org.openanzo.owl.AnnotationPropertyImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addValue() - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addValue(Resource) - Method in class org.openanzo.owl.AntisymmetricPropertyImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.ClassImpl
 
addValue() - Method in class org.openanzo.owl.ClassImpl
 
addValue(Resource) - Method in class org.openanzo.owl.ClassImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.dataset._ThingImpl
 
addValue() - Method in class org.openanzo.owl.dataset._ThingImpl
 
addValue(Resource) - Method in class org.openanzo.owl.dataset._ThingImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.dataset.AnnotationPropertyImpl
 
addValue() - Method in class org.openanzo.owl.dataset.AnnotationPropertyImpl
 
addValue(Resource) - Method in class org.openanzo.owl.dataset.AnnotationPropertyImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addValue() - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addValue(Resource) - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.dataset.ClassImpl
 
addValue() - Method in class org.openanzo.owl.dataset.ClassImpl
 
addValue(Resource) - Method in class org.openanzo.owl.dataset.ClassImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addValue() - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addValue(Resource) - Method in class org.openanzo.owl.dataset.DatatypePropertyImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addValue() - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addValue(Resource) - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addValue() - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addValue(Resource) - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addValue() - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addValue(Resource) - Method in class org.openanzo.owl.dataset.FunctionalPropertyImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addValue() - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addValue(Resource) - Method in class org.openanzo.owl.dataset.FunctionalPropetyImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.dataset.IndividualImpl
 
addValue() - Method in class org.openanzo.owl.dataset.IndividualImpl
 
addValue(Resource) - Method in class org.openanzo.owl.dataset.IndividualImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addValue() - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addValue(Resource) - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addValue() - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addValue(Resource) - Method in class org.openanzo.owl.dataset.IrreflexivePropertyImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.dataset.NothingImpl
 
addValue() - Method in class org.openanzo.owl.dataset.NothingImpl
 
addValue(Resource) - Method in class org.openanzo.owl.dataset.NothingImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addValue() - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addValue(Resource) - Method in class org.openanzo.owl.dataset.ObjectPropertyImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.dataset.OWLEntityImpl
 
addValue() - Method in class org.openanzo.owl.dataset.OWLEntityImpl
 
addValue(Resource) - Method in class org.openanzo.owl.dataset.OWLEntityImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addValue() - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addValue(Resource) - Method in class org.openanzo.owl.dataset.ReflexivePropertyImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addValue() - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addValue(Resource) - Method in class org.openanzo.owl.dataset.SymmetricPropertyImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addValue() - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addValue(Resource) - Method in class org.openanzo.owl.dataset.TransitivePropertyImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addValue() - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addValue(Resource) - Method in class org.openanzo.owl.DatatypePropertyImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addValue() - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addValue(Resource) - Method in class org.openanzo.owl.FunctionalDataPropetyImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addValue() - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addValue(Resource) - Method in class org.openanzo.owl.FunctionalObjectPropertyImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addValue() - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addValue(Resource) - Method in class org.openanzo.owl.FunctionalPropertyImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addValue() - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addValue(Resource) - Method in class org.openanzo.owl.FunctionalPropetyImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.IndividualImpl
 
addValue() - Method in class org.openanzo.owl.IndividualImpl
 
addValue(Resource) - Method in class org.openanzo.owl.IndividualImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addValue() - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addValue(Resource) - Method in class org.openanzo.owl.InverseFunctionalPropertyImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addValue() - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addValue(Resource) - Method in class org.openanzo.owl.IrreflexivePropertyImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.NothingImpl
 
addValue() - Method in class org.openanzo.owl.NothingImpl
 
addValue(Resource) - Method in class org.openanzo.owl.NothingImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addValue() - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addValue(Resource) - Method in class org.openanzo.owl.ObjectPropertyImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.OWLEntityImpl
 
addValue() - Method in class org.openanzo.owl.OWLEntityImpl
 
addValue(Resource) - Method in class org.openanzo.owl.OWLEntityImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addValue() - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addValue(Resource) - Method in class org.openanzo.owl.ReflexivePropertyImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addValue() - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addValue(Resource) - Method in class org.openanzo.owl.SymmetricPropertyImpl
 
addValue(_Resource) - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addValue() - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addValue(Resource) - Method in class org.openanzo.owl.TransitivePropertyImpl
 
addValue(_Resource) - Method in class org.openanzo.rdfs._PropertyImpl
 
addValue() - Method in class org.openanzo.rdfs._PropertyImpl
 
addValue(Resource) - Method in class org.openanzo.rdfs._PropertyImpl
 
addValue(_Resource) - Method in interface org.openanzo.rdfs._Resource
Adds a value for the 'value' property
addValue() - Method in interface org.openanzo.rdfs._Resource
Adds an anonymous value for the 'value' property
addValue(Resource) - Method in interface org.openanzo.rdfs._Resource
Adds a value for the 'value' property.
addValue(_Resource) - Method in class org.openanzo.rdfs._ResourceImpl
 
addValue() - Method in class org.openanzo.rdfs._ResourceImpl
 
addValue(Resource) - Method in class org.openanzo.rdfs._ResourceImpl
 
addValue(_Resource) - Method in class org.openanzo.rdfs.AltImpl
 
addValue() - Method in class org.openanzo.rdfs.AltImpl
 
addValue(Resource) - Method in class org.openanzo.rdfs.AltImpl
 
addValue(_Resource) - Method in class org.openanzo.rdfs.BagImpl
 
addValue() - Method in class org.openanzo.rdfs.BagImpl
 
addValue(Resource) - Method in class org.openanzo.rdfs.BagImpl
 
addValue(_Resource) - Method in class org.openanzo.rdfs.ClassImpl
 
addValue() - Method in class org.openanzo.rdfs.ClassImpl
 
addValue(Resource) - Method in class org.openanzo.rdfs.ClassImpl
 
addValue(_Resource) - Method in class org.openanzo.rdfs.ContainerImpl
 
addValue() - Method in class org.openanzo.rdfs.ContainerImpl
 
addValue(Resource) - Method in class org.openanzo.rdfs.ContainerImpl
 
addValue(_Resource) - Method in class org.openanzo.rdfs.ContainerMembershipPropertyImpl
 
addValue() - Method in class org.openanzo.rdfs.ContainerMembershipPropertyImpl
 
addValue(Resource) - Method in class org.openanzo.rdfs.ContainerMembershipPropertyImpl
 
addValue(_Resource) - Method in class org.openanzo.rdfs.dataset._PropertyImpl
 
addValue() - Method in class org.openanzo.rdfs.dataset._PropertyImpl
 
addValue(Resource) - Method in class org.openanzo.rdfs.dataset._PropertyImpl
 
addValue(_Resource) - Method in interface org.openanzo.rdfs.dataset._Resource
Adds a value for the 'value' property
addValue() - Method in interface org.openanzo.rdfs.dataset._Resource
Adds an anonymous value for the 'value' property
addValue(Resource) - Method in interface org.openanzo.rdfs.dataset._Resource
Adds a value for the 'value' property.
addValue(_Resource) - Method in class org.openanzo.rdfs.dataset._ResourceImpl
 
addValue() - Method in class org.openanzo.rdfs.dataset._ResourceImpl
 
addValue(Resource) - Method in class org.openanzo.rdfs.dataset._ResourceImpl
 
addValue(_Resource) - Method in class org.openanzo.rdfs.dataset.AltImpl
 
addValue() - Method in class org.openanzo.rdfs.dataset.AltImpl
 
addValue(Resource) - Method in class org.openanzo.rdfs.dataset.AltImpl
 
addValue(_Resource) - Method in class org.openanzo.rdfs.dataset.BagImpl
 
addValue() - Method in class org.openanzo.rdfs.dataset.BagImpl
 
addValue(Resource) - Method in class org.openanzo.rdfs.dataset.BagImpl
 
addValue(_Resource) - Method in class org.openanzo.rdfs.dataset.ClassImpl
 
addValue() - Method in class org.openanzo.rdfs.dataset.ClassImpl
 
addValue(Resource) - Method in class org.openanzo.rdfs.dataset.ClassImpl
 
addValue(_Resource) - Method in class org.openanzo.rdfs.dataset.ContainerImpl
 
addValue() - Method in class org.openanzo.rdfs.dataset.ContainerImpl
 
addValue(Resource) - Method in class org.openanzo.rdfs.dataset.ContainerImpl
 
addValue(_Resource) - Method in class org.openanzo.rdfs.dataset.ContainerMembershipPropertyImpl
 
addValue() - Method in class org.openanzo.rdfs.dataset.ContainerMembershipPropertyImpl
 
addValue(Resource) - Method in class org.openanzo.rdfs.dataset.ContainerMembershipPropertyImpl
 
addValue(_Resource) - Method in class org.openanzo.rdfs.dataset.DatatypeImpl
 
addValue() - Method in class org.openanzo.rdfs.dataset.DatatypeImpl
 
addValue(Resource) - Method in class org.openanzo.rdfs.dataset.DatatypeImpl
 
addValue(_Resource) - Method in class org.openanzo.rdfs.dataset.ListImpl
 
addValue() - Method in class org.openanzo.rdfs.dataset.ListImpl
 
addValue(Resource) - Method in class org.openanzo.rdfs.dataset.ListImpl
 
addValue(_Resource) - Method in class org.openanzo.rdfs.dataset.LiteralImpl
 
addValue() - Method in class org.openanzo.rdfs.dataset.LiteralImpl
 
addValue(Resource) - Method in class org.openanzo.rdfs.dataset.LiteralImpl
 
addValue(_Resource) - Method in class org.openanzo.rdfs.dataset.SeqImpl
 
addValue() - Method in class org.openanzo.rdfs.dataset.SeqImpl
 
addValue(Resource) - Method in class org.openanzo.rdfs.dataset.SeqImpl
 
addValue(_Resource) - Method in class org.openanzo.rdfs.DatatypeImpl
 
addValue() - Method in class org.openanzo.rdfs.DatatypeImpl
 
addValue(Resource) - Method in class org.openanzo.rdfs.DatatypeImpl
 
addValue(_Resource) - Method in class org.openanzo.rdfs.ListImpl
 
addValue() - Method in class org.openanzo.rdfs.ListImpl
 
addValue(Resource) - Method in class org.openanzo.rdfs.ListImpl
 
addValue(_Resource) - Method in class org.openanzo.rdfs.LiteralImpl
 
addValue() - Method in class org.openanzo.rdfs.LiteralImpl
 
addValue(Resource) - Method in class org.openanzo.rdfs.LiteralImpl
 
addValue(_Resource) - Method in class org.openanzo.rdfs.SeqImpl
 
addValue() - Method in class org.openanzo.rdfs.SeqImpl
 
addValue(Resource) - Method in class org.openanzo.rdfs.SeqImpl
 
addWorkInfoHomepage(Document) - Method in interface org.openanzo.atom.jastor.foaf.Person
Adds a value for the 'workInfoHomepage' property
addWorkInfoHomepage() - Method in interface org.openanzo.atom.jastor.foaf.Person
Adds an anonymous value for the 'workInfoHomepage' property
addWorkInfoHomepage(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Person
Adds a value for the 'workInfoHomepage' property.
addWorkInfoHomepage(Document) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addWorkInfoHomepage() - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addWorkInfoHomepage(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addWorkplaceHomepage(Document) - Method in interface org.openanzo.atom.jastor.foaf.Person
Adds a value for the 'workplaceHomepage' property
addWorkplaceHomepage() - Method in interface org.openanzo.atom.jastor.foaf.Person
Adds an anonymous value for the 'workplaceHomepage' property
addWorkplaceHomepage(Resource) - Method in interface org.openanzo.atom.jastor.foaf.Person
Adds a value for the 'workplaceHomepage' property.
addWorkplaceHomepage(Document) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addWorkplaceHomepage() - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
addWorkplaceHomepage(Resource) - Method in class org.openanzo.atom.jastor.foaf.PersonImpl
 
adjustBeginLineColumn(int, int) - Method in class org.openanzo.glitter.syntax.concrete.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class org.openanzo.glitter.syntax.concrete.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
AdminServlet - Class in org.openanzo.telar
 
AdminServlet(ModelServiceApi) - Constructor for class org.openanzo.telar.AdminServlet
 
adr - Static variable in class org.openanzo.common.vocabulary.VCard
http://nwalsh.com/rdf/vCard#adr
Agent - Interface in org.openanzo.atom.jastor.foaf
Interface for Agent ontology class
Use the org.openanzo.atom.jastor.foaf.FOAFFactory to create instances of this interface.
Agent - Static variable in class org.openanzo.common.vocabulary.FOAF
http://xmlns.com/foaf/0.1/Agent
agent - Static variable in class org.openanzo.common.vocabulary.VCard
http://nwalsh.com/rdf/vCard#agent
AgentImpl - Class in org.openanzo.atom.jastor.foaf
Implementation of Agent Use the org.openanzo.atom.jastor.foaf.FOAFFactory to create instances of this class.
aggregates - Static variable in interface org.openanzo.atom.jastor.owl.ObjectProperty
Individual for URI: http://bblfish.net/work/atom-owl/2006-06-06/#aggregates
aggregatesProperty - Static variable in interface org.openanzo.atom.jastor.atomowl.Feed
The Jena Property for aggregates
aimChatID - Static variable in interface org.openanzo.atom.jastor.rdfs._Property
Individual for URI: http://xmlns.com/foaf/0.1/aimChatID
aimChatID - Static variable in class org.openanzo.common.vocabulary.FOAF
http://xmlns.com/foaf/0.1/aimChatID
aimChatIDProperty - Static variable in interface org.openanzo.atom.jastor.foaf.Agent
The Jena Property for aimChatID
AlgorithmsBase - Class in org.openanzo.jastor.util.graph
 
AlgorithmsBase() - Constructor for class org.openanzo.jastor.util.graph.AlgorithmsBase
 
allGraphsJavaUri - Static variable in interface org.openanzo.model.Constants
java.net,URI for all NamedGraphs and Metadata Graphs
allGraphsUri - Static variable in interface org.openanzo.model.Constants
String representation of URI for all NamedGraphs and Metadata Graphs
allGraphsUriURI - Static variable in interface org.openanzo.model.Constants
URI for all NamedGraphs and Metadata Graphs
allMetadataGraphsJavaUri - Static variable in interface org.openanzo.model.Constants
java.net.URI for all Metadata Graphs
allMetaDataGraphsUri - Static variable in interface org.openanzo.model.Constants
Deprecated.  
allMetadataGraphsUri - Static variable in interface org.openanzo.model.Constants
String representation of URI for all Metadata Graphs
allMetaDataGraphsUriURI - Static variable in interface org.openanzo.model.Constants
Deprecated.  
allMetadataGraphsUriURI - Static variable in interface org.openanzo.model.Constants
URI for all Metadata Graphs
allNamedGraphsJavaUri - Static variable in interface org.openanzo.model.Constants
java.net.URI for all NamedGraphs
allNamedGraphsUri - Static variable in interface org.openanzo.model.Constants
String representation of URI for all NamedGraphs
allNamedGraphsUriURI - Static variable in interface org.openanzo.model.Constants
URI for all NamedGraphs
allowNaryUnion() - Method in class org.openanzo.glitter.DefaultEngineConfig
 
allowNaryUnion() - Method in interface org.openanzo.glitter.EngineConfig
 
allValuesFromAdded(Restriction, DatasetThing) - Method in interface org.openanzo.owl.dataset.RestrictionListener
Called when a value of allValuesFrom has been added
allValuesFromAdded(Restriction, DatasetThing) - Method in class org.openanzo.owl.dataset.RestrictionListenerAdapter
Called when a value of allValuesFrom has been added
allValuesFromAdded(Restriction, GraphThing) - Method in interface org.openanzo.owl.RestrictionListener
Called when a value of allValuesFrom has been added
allValuesFromProperty - Static variable in interface org.openanzo.owl.dataset.Restriction
The Anzo Property for allValuesFrom
allValuesFromProperty - Static variable in interface org.openanzo.owl.Restriction
The Anzo Property for allValuesFrom
allValuesFromRemoved(Restriction, DatasetThing) - Method in interface org.openanzo.owl.dataset.RestrictionListener
Called when a value of allValuesFrom has been removed
allValuesFromRemoved(Restriction, DatasetThing) - Method in class org.openanzo.owl.dataset.RestrictionListenerAdapter
Called when a value of allValuesFrom has been removed
allValuesFromRemoved(Restriction, GraphThing) - Method in interface org.openanzo.owl.RestrictionListener
Called when a value of allValuesFrom has been removed
ALPHANUM - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
ALPHANUM - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
Alt - Interface in org.openanzo.atom.jastor.rdfs
Interface for Alt ontology class
Use the org.openanzo.atom.jastor.rdfs.Factory to create instances of this interface.
Alt - Static variable in class org.openanzo.common.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt
Alt - Interface in org.openanzo.rdfs
Interface for Alt ontology class
Use the org.openanzo.rdfs.RDFSFactory to create instances of this interface.
Alt - Interface in org.openanzo.rdfs.dataset
Interface for Alt ontology class
Use the org.openanzo.rdfs.dataset.RDFSFactory to create instances of this interface.
alternate - Static variable in interface org.openanzo.atom.jastor.atomowl.RelationType
Individual for URI: http://www.iana.org/assignments/relation/alternate
alternate - Static variable in interface org.openanzo.atom.jastor.owl.ObjectProperty
Individual for URI: http://www.iana.org/assignments/relation/alternate
alternateProperty - Static variable in interface org.openanzo.atom.jastor.atomowl.Version
The Jena Property for alternate
AltImpl - Class in org.openanzo.atom.jastor.rdfs
Implementation of Alt Use the org.openanzo.atom.jastor.rdfs.Factory to create instances of this class.
AltImpl - Class in org.openanzo.rdfs
Implementation of Alt Use the org.openanzo.rdfs.RDFSFactory to create instances of this class.
AltImpl - Class in org.openanzo.rdfs.dataset
Implementation of Alt Use the org.openanzo.rdfs.dataset.RDFSFactory to create instances of this class.
AltListener - Interface in org.openanzo.rdfs
Implementations of this listener may be registered with instances of org.openanzo.rdfs.Alt to receive notification when properties changed, added or removed.
AltListener - Interface in org.openanzo.rdfs.dataset
Implementations of this listener may be registered with instances of org.openanzo.rdfs.dataset.Alt to receive notification when properties changed, added or removed.
AltListenerAdapter - Class in org.openanzo.rdfs.dataset
Implementations of this listener may be registered with instances of org.openanzo.rdfs.dataset.Alt to receive notification when properties changed, added or removed.
AltListenerAdapter() - Constructor for class org.openanzo.rdfs.dataset.AltListenerAdapter
 
ANCHOR - Static variable in interface org.openanzo.atom.AtomConstants
 
anchor - Static variable in interface org.openanzo.atom.jastor.atomowl.RelationType
Individual for URI: http://www.iana.org/assignments/relation/anchor
AND - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
AND - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
and(Constraint...) - Static method in class org.openanzo.sqlscribe.LogicalOperator
Create a new AND logical constraint
AnnotationProperty - Interface in org.openanzo.owl
Interface for AnnotationProperty ontology class
Use the org.openanzo.owl.OWL11Factory to create instances of this interface.
AnnotationProperty - Interface in org.openanzo.owl.dataset
Interface for AnnotationProperty ontology class
Use the org.openanzo.owl.dataset.OWL11Factory to create instances of this interface.
AnnotationPropertyImpl - Class in org.openanzo.owl
Implementation of AnnotationProperty Use the org.openanzo.owl.OWL11Factory to create instances of this class.
AnnotationPropertyImpl - Class in org.openanzo.owl.dataset
Implementation of AnnotationProperty Use the org.openanzo.owl.dataset.OWL11Factory to create instances of this class.
AnnotationPropertyListener - Interface in org.openanzo.owl
Implementations of this listener may be registered with instances of org.openanzo.owl.AnnotationProperty to receive notification when properties changed, added or removed.
AnnotationPropertyListener - Interface in org.openanzo.owl.dataset
Implementations of this listener may be registered with instances of org.openanzo.owl.dataset.AnnotationProperty to receive notification when properties changed, added or removed.
AnnotationPropertyListenerAdapter - Class in org.openanzo.owl.dataset
Implementations of this listener may be registered with instances of org.openanzo.owl.dataset.AnnotationProperty to receive notification when properties changed, added or removed.
AnnotationPropertyListenerAdapter() - Constructor for class org.openanzo.owl.dataset.AnnotationPropertyListenerAdapter
 
ANON - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
ANON - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
ANONYMOUSURI_PREFIX - Static variable in interface org.openanzo.model.Constants
Prefix for AnonymousNode URIs
AntisymmetricProperty - Interface in org.openanzo.owl
Interface for AntisymmetricProperty ontology class
Use the org.openanzo.owl.OWL11Factory to create instances of this interface.
AntisymmetricProperty - Interface in org.openanzo.owl.dataset
Interface for AntisymmetricProperty ontology class
Use the org.openanzo.owl.dataset.OWL11Factory to create instances of this interface.
AntisymmetricPropertyImpl - Class in org.openanzo.owl
Implementation of AntisymmetricProperty Use the org.openanzo.owl.OWL11Factory to create instances of this class.
AntisymmetricPropertyImpl - Class in org.openanzo.owl.dataset
Implementation of AntisymmetricProperty Use the org.openanzo.owl.dataset.OWL11Factory to create instances of this class.
AntisymmetricPropertyListener - Interface in org.openanzo.owl
Implementations of this listener may be registered with instances of org.openanzo.owl.AntisymmetricProperty to receive notification when properties changed, added or removed.
AntisymmetricPropertyListener - Interface in org.openanzo.owl.dataset
Implementations of this listener may be registered with instances of org.openanzo.owl.dataset.AntisymmetricProperty to receive notification when properties changed, added or removed.
AntisymmetricPropertyListenerAdapter - Class in org.openanzo.owl.dataset
Implementations of this listener may be registered with instances of org.openanzo.owl.dataset.AntisymmetricProperty to receive notification when properties changed, added or removed.
AntisymmetricPropertyListenerAdapter() - Constructor for class org.openanzo.owl.dataset.AntisymmetricPropertyListenerAdapter
 
ANY - Static variable in interface org.openanzo.model.Constants
String representation of URI for the "ANY" wildcard
ANY - Static variable in class org.openanzo.serialization.SerializationUtils
Constant for the WILDCARD Any type
ANY_URI - Static variable in interface org.openanzo.model.Constants
URI for the "ANY" wildcard
AnzoAxisFault - Exception in org.openanzo.common.exceptions
Axis fault that encapsulates an AnzoException
AnzoAxisFault(int, int, String...) - Constructor for exception org.openanzo.common.exceptions.AnzoAxisFault
Create new AnzoAxisFault based on provided arguments
AnzoAxisFault(AnzoRuntimeException) - Constructor for exception org.openanzo.common.exceptions.AnzoAxisFault
Create AnzoAxisFault based on errorcodes and arguments within exception
AnzoAxisFault(AnzoException) - Constructor for exception org.openanzo.common.exceptions.AnzoAxisFault
Create AnzoAxisFault based on errorcodes and arguments within exception
AnzoContextStatementImpl - Class in org.openanzo.model.impl
Extension of ContextStatementImpl that adds a few extra constraints.
AnzoContextStatementImpl(Resource, URI, Value, Resource) - Constructor for class org.openanzo.model.impl.AnzoContextStatementImpl
Create new AnzoContextStatementImpl with the given values
AnzoContextStatementImpl(Resource, URI, Value) - Constructor for class org.openanzo.model.impl.AnzoContextStatementImpl
Create new AnzoContextStatementImpl with the given values
AnzoException - Exception in org.openanzo.common.exceptions
Base exception for Anzo.
AnzoFactory - Class in org.openanzo.common.ontology
Factory for instantiating objects for ontology classes in the Anzo ontology.
AnzoFactory() - Constructor for class org.openanzo.common.ontology.AnzoFactory
 
AnzoLiteralImpl - Class in org.openanzo.model.impl
Anzo extension of Literal object.
AnzoLiteralImpl(String, URI) - Constructor for class org.openanzo.model.impl.AnzoLiteralImpl
Create new AnzoLiteral
AnzoLiteralImpl(String) - Constructor for class org.openanzo.model.impl.AnzoLiteralImpl
Create new AnzoLiteral
AnzoLiteralImpl(String, String) - Constructor for class org.openanzo.model.impl.AnzoLiteralImpl
Create new AnzoLiteral
AnzoRuntimeException - Exception in org.openanzo.common.exceptions
Runtime exception that encapsulates a AnzoException
AnzoRuntimeException(AnzoException) - Constructor for exception org.openanzo.common.exceptions.AnzoRuntimeException
Create a RuntimeException caused by an AnzoException
AnzoRuntimeException(int, int, String...) - Constructor for exception org.openanzo.common.exceptions.AnzoRuntimeException
Create a RuntimeException based on given error codes and arguments
AnzoRuntimeException(int, int, Throwable, String...) - Constructor for exception org.openanzo.common.exceptions.AnzoRuntimeException
Create a RuntimeException based on given error codes,throwable, and arguments
AnzoServer - Interface in org.openanzo.common.ontology
Interface for AnzoServer ontology class
Use the org.openanzo.common.ontology.AnzoFactory to create instances of this interface.
AnzoServerImpl - Class in org.openanzo.common.ontology
Implementation of AnzoServer Use the org.openanzo.common.ontology.AnzoFactory to create instances of this class.
AnzoServerListener - Interface in org.openanzo.common.ontology
Implementations of this listener may be registered with instances of org.openanzo.common.ontology.AnzoServer to receive notification when properties changed, added or removed.
AnzoStatementImpl - Class in org.openanzo.model.impl
Anzo extension of StatementImpl.
AnzoStatementImpl(Resource, URI, Value) - Constructor for class org.openanzo.model.impl.AnzoStatementImpl
Create new AnzoContextStatementImpl with the given values
AnzoUriImpl - Class in org.openanzo.model.impl
Anzo extension of URI object.
AnzoUriImpl(String) - Constructor for class org.openanzo.model.impl.AnzoUriImpl
Create new AnzoUriImpl
AnzoValueFactory - Class in org.openanzo.model.impl
Anzo implementation of ValueFactory Contains weakHashMaps for caching uris, literals, typedLiterals, and bNodes.
AnzoValueFactory() - Constructor for class org.openanzo.model.impl.AnzoValueFactory
 
apply(IContainer) - Method in class org.openanzo.model.delta.DeltaContainer
Apply the deltas contained in this container to the provided container.
apply(INamedGraph) - Method in class org.openanzo.model.delta.DeltaGraphContainer
Apply the deltas contained in this BasicGraph to the provided graph.
APPRepository - Class in org.openanzo.atom.client
 
APPRepository(String, int, String, String, String) - Constructor for class org.openanzo.atom.client.APPRepository
 
APPRepository(String, String, int, String, String, String) - Constructor for class org.openanzo.atom.client.APPRepository
 
areTypesCompatible(URI, URI) - Static method in class org.openanzo.utils.StatementUtils
Determine if 2 URI datatypes are compatible
ArgList() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
ArgList() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
arrayTypeNameName - Static variable in class org.openanzo.common.SoapConstants.ModelService.ReplicateOperation.Tracker
http://www.w3.org/2001/09/soap-encoding/arrayType Name
arrayTypeNameQName - Static variable in class org.openanzo.common.SoapConstants.ModelService.ReplicateOperation.Tracker
http://www.w3.org/2001/09/soap-encoding/arrayType QName
ASC - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
ASC - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
Ask - Class in org.openanzo.glitter.query
The Ask query form serializes results as a booealn depending on whether or not there are any solutions in the result set.
Ask() - Constructor for class org.openanzo.glitter.query.Ask
 
ASK - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
ASK - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
AskQuery() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
AskQuery() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
AskResult - Class in org.openanzo.commands
AskResult is used as the expected precondition result from an Sparql Ask Query.
AskResult - Interface in org.openanzo.common.ontology
Interface for AskResult ontology class
Use the org.openanzo.common.ontology.AnzoFactory to create instances of this interface.
AskResultImpl - Class in org.openanzo.common.ontology
Implementation of AskResult Use the org.openanzo.common.ontology.AnzoFactory to create instances of this class.
AskResultListener - Interface in org.openanzo.common.ontology
Implementations of this listener may be registered with instances of org.openanzo.common.ontology.AskResult to receive notification when properties changed, added or removed.
asTriple() - Method in class org.openanzo.common.rdb.layout.Quad
Get a new Triple object representing this quad
asTypedLiteral() - Method in class org.openanzo.glitter.util.PolymorphicNumber
Get the value of this number in its narrowest form wrapped as a TypedLiteral
ATOM_SERVER_NAME - Static variable in interface org.openanzo.atom.AtomConstants
 
ATOM_SERVER_VERSION - Static variable in interface org.openanzo.atom.AtomConstants
 
AtomBinaryStore - Interface in org.openanzo.atom.binary
 
AtomBinaryStore.MultiPartContents - Class in org.openanzo.atom.binary
 
AtomBinaryStore.MultiPartContents(Map<String, Object>, List<FileItem>) - Constructor for class org.openanzo.atom.binary.AtomBinaryStore.MultiPartContents
 
AtomCache - Class in org.openanzo.atom.cache
 
AtomCache.NamedGraphRoleEntry - Class in org.openanzo.atom.cache
 
AtomCache.NamedGraphRoleEntry() - Constructor for class org.openanzo.atom.cache.AtomCache.NamedGraphRoleEntry
 
AtomCache.OutputCacheEntry - Class in org.openanzo.atom.cache
 
AtomCache.OutputCacheEntry() - Constructor for class org.openanzo.atom.cache.AtomCache.OutputCacheEntry
 
AtomCache.UserCacheEntry - Class in org.openanzo.atom.cache
 
AtomCache.UserCacheEntry() - Constructor for class org.openanzo.atom.cache.AtomCache.UserCacheEntry
 
AtomCacheEventListener - Class in org.openanzo.atom.cache
 
AtomCacheEventListener(DatasetService, AtomCache, AtomModel) - Constructor for class org.openanzo.atom.cache.AtomCacheEventListener
 
AtomClient - Interface in org.openanzo.atom.client
 
AtomClientConstants - Interface in org.openanzo.atom.client
 
AtomClientException - Exception in org.openanzo.atom.client
 
AtomClientException(AtomClientResponse<Entry>, int, String, Throwable) - Constructor for exception org.openanzo.atom.client.AtomClientException
 
AtomClientException(AtomClientResponse<Entry>, int, String) - Constructor for exception org.openanzo.atom.client.AtomClientException
 
AtomClientException(int, String, Throwable) - Constructor for exception org.openanzo.atom.client.AtomClientException
 
AtomClientException(int, Throwable) - Constructor for exception org.openanzo.atom.client.AtomClientException
 
AtomClientException(int, String) - Constructor for exception org.openanzo.atom.client.AtomClientException
 
AtomClientException(int) - Constructor for exception org.openanzo.atom.client.AtomClientException
 
AtomClientResponse<T> - Class in org.openanzo.atom.client
 
AtomClientResponse(T, HttpMethod) - Constructor for class org.openanzo.atom.client.AtomClientResponse
 
AtomClientUtils - Class in org.openanzo.atom.client
 
AtomClientUtils() - Constructor for class org.openanzo.atom.client.AtomClientUtils
 
AtomConstants - Interface in org.openanzo.atom
 
AtomHandler - Class in org.openanzo.atom
 
AtomHandler.Method - Enum in org.openanzo.atom
 
AtomHandler.Type - Enum in org.openanzo.atom
 
AtomModel - Class in org.openanzo.atom
 
AtomModel(AtomHandler) - Constructor for class org.openanzo.atom.AtomModel
 
AtomModel(DatasetService) - Constructor for class org.openanzo.atom.AtomModel
this constructor is only used in test
AtomOWLModel - Class in org.openanzo.atom.atomowl
 
AtomOWLModel(INamedGraph) - Constructor for class org.openanzo.atom.atomowl.AtomOWLModel
 
AtomOWLUtils - Class in org.openanzo.atom.atomowl
 
AtomOWLUtils() - Constructor for class org.openanzo.atom.atomowl.AtomOWLUtils
 
AtomOWLWriter - Class in org.openanzo.atom.atomowl
 
AtomOWLWriter() - Constructor for class org.openanzo.atom.atomowl.AtomOWLWriter
 
atomParser - Static variable in class org.openanzo.atom.QuesoRDFModel
 
AtomProfiler - Class in org.openanzo.atom
 
AtomProfiler() - Constructor for class org.openanzo.atom.AtomProfiler
 
AtomProperties - Interface in org.openanzo.atom
 
AtomRDFTransformer - Class in org.openanzo.atom
 
AtomRDFTransformer() - Constructor for class org.openanzo.atom.AtomRDFTransformer
 
AtomServerException - Exception in org.openanzo.atom
 
AtomServerException() - Constructor for exception org.openanzo.atom.AtomServerException
 
AtomServerException(int, String, Throwable) - Constructor for exception org.openanzo.atom.AtomServerException
 
AtomServerException(int, String) - Constructor for exception org.openanzo.atom.AtomServerException
 
AtomServerException(int, Throwable) - Constructor for exception org.openanzo.atom.AtomServerException
 
AtomServlet - Class in org.openanzo.atom
 
AtomServlet(ModelServiceApi) - Constructor for class org.openanzo.atom.AtomServlet
 
AtomServlet() - Constructor for class org.openanzo.atom.AtomServlet
 
AtomUtils - Class in org.openanzo.atom
 
AtomUtils() - Constructor for class org.openanzo.atom.AtomUtils
 
ATTR_ABOUT - Static variable in class org.openanzo.atom.rdfa.RDFaParser
 
ATTR_BASE - Static variable in class org.openanzo.atom.rdfa.RDFaParser
 
ATTR_CONTENT - Static variable in class org.openanzo.atom.rdfa.RDFaParser
 
ATTR_DATATYPE - Static variable in class org.openanzo.atom.rdfa.RDFaParser
 
ATTR_HREF - Static variable in class org.openanzo.atom.rdfa.RDFaParser
 
ATTR_ID - Static variable in class org.openanzo.atom.rdfa.RDFaParser
 
ATTR_LANG - Static variable in class org.openanzo.atom.rdfa.RDFaParser
 
ATTR_PREFIX_XMLNS - Static variable in class org.openanzo.atom.rdfa.RDFaParser
 
ATTR_PROPERTY - Static variable in class org.openanzo.atom.rdfa.RDFaParser
 
ATTR_REL - Static variable in class org.openanzo.atom.rdfa.RDFaParser
 
ATTR_REV - Static variable in class org.openanzo.atom.rdfa.RDFaParser
 
ATTR_ROLE - Static variable in class org.openanzo.atom.rdfa.RDFaParser
 
AttributeBinding - Interface in org.openanzo.common.ldap.container
Maps an LDAP attribute to RDF statements with a common subject and predicate.
attributeNodeBindings - Variable in class org.openanzo.common.ldap.container.map.BlankNodeIndex
 
augmentHashValue(int, Object) - Static method in class org.openanzo.util.System
Method to augment a hashcode with some extra hash
authenticate(String, String) - Method in class org.openanzo.server.repository.ModelServiceApi
Authenticate the username and password, and return user's ID
authenticate(String, String, RepositoryConnection) - Method in class org.openanzo.server.repository.ModelServiceApi
Authenticate the username and password, and return user's ID
AUTHENTICATE_USER - Static variable in interface org.openanzo.telar.ServletConstants
 
authenticateUser(String, String) - Method in class org.openanzo.atom.cache.AtomCache
 
authenticateUser(String, String) - Method in class org.openanzo.model.embedded.EmbeddedAuthenticationService
 
authenticateUser(String, String, String, String) - Method in class org.openanzo.server.repository.ModelServiceApi
Authenticate a username and password with server
authenticateUser(Long, String, String) - Method in class org.openanzo.server.repository.ModelServiceApi
Authenticate a username and password with server
authenticateUser(RepositoryConnection, String, String) - Method in class org.openanzo.server.security.AuthenticationProvider
 
authenticateUser(RepositoryConnection, String, String) - Method in interface org.openanzo.server.security.IAuthenticationProvider
Authenticate the userId and password with provider, and return the URI of the user within Anzo
authenticateUser(RepositoryConnection, String, String) - Method in class org.openanzo.server.security.JaasAuthenticationProvider
 
authenticateUser(RepositoryConnection, String, String) - Method in class org.openanzo.server.security.LdapAuthenticationProvider
 
authenticateUser(SOAPBodyElement[]) - Method in class org.openanzo.server.web.RepositoryWebService
Authenticate a user
authenticateUser(String, String) - Method in interface org.openanzo.services.IAuthenticationService
Authenticates the user with a given userId and password against the Anzo Server's authentication service, and returns the user's URI in Anzo.
authenticateUser(String, String) - Method in class org.openanzo.services.impl.WSAuthenticationService
 
authenticateUserResponse - Static variable in class org.openanzo.common.SoapConstants.ModelService.AuthenticateUser
http://openanzo.org/authenticateUserResponse QName
AUTHENTICATION_ERROR - Static variable in interface org.openanzo.common.exceptions.ExceptionConstants.SERVER.CODES
Error authenticating with Server Major Code
AuthenticationBroker - Class in org.openanzo.server.security.activemq
AuthenticationBroker that provides Anzo authentication and authorization to a ActiveMQ broker.
AuthenticationBroker(Broker, ModelServiceApi, Properties) - Constructor for class org.openanzo.server.security.activemq.AuthenticationBroker
Create a new AuthenticationBroker
AuthenticationBroker(Broker, IAuthenticationService) - Constructor for class org.openanzo.server.security.activemq.AuthenticationBroker
Create a new AuthenticationBroker
AuthenticationFactory - Class in org.openanzo.server.security
Factory to create IAuthenticationProviders
AuthenticationFactory() - Constructor for class org.openanzo.server.security.AuthenticationFactory
 
AuthenticationPlugin - Class in org.openanzo.server.security.activemq
Plugin that provides the AuthenticationBroker to an ActiveMQ server
AuthenticationPlugin(ModelServiceApi, Properties) - Constructor for class org.openanzo.server.security.activemq.AuthenticationPlugin
Create a new AuthenticationPlugin
AuthenticationProvider - Class in org.openanzo.server.security
Implementation of IAuthenticationProvider that authenticates with users and passwords stored in Anzo
AuthenticationProvider(Properties) - Constructor for class org.openanzo.server.security.AuthenticationProvider
Create new AuthenticationProvider with given configuration properties
AuthenticationProviderMBean - Interface in org.openanzo.server.security
 
AuthenticationServiceFactory - Class in org.openanzo.services
Factory to create IModelService based on configuration properties passed in on create method
AuthenticationServiceFactory() - Constructor for class org.openanzo.services.AuthenticationServiceFactory
 
authorProperty - Static variable in interface org.openanzo.atom.jastor.atomowl.FeedOrEntry
The Jena Property for author
authorProperty - Static variable in interface org.openanzo.atom.jastor.queso.Entry
The Jena Property for author
AXIS_ERROR - Static variable in interface org.openanzo.common.exceptions.ExceptionConstants.IO.SUBCODES
Axis error Minor Codes

B

backup(int) - Method in class org.openanzo.glitter.syntax.concrete.SimpleCharStream
 
backup(int) - Method in class org.openanzo.glitter.syntax.concrete.SimpleCharStream
 
BAD_USER_PASSWORD - Static variable in interface org.openanzo.common.exceptions.ExceptionConstants.SERVER.SUBCODES
Bad User password Minor Code
Bag - Interface in org.openanzo.atom.jastor.rdfs
Interface for Bag ontology class
Use the org.openanzo.atom.jastor.rdfs.Factory to create instances of this interface.
Bag - Static variable in class org.openanzo.common.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag
Bag - Interface in org.openanzo.rdfs
Interface for Bag ontology class
Use the org.openanzo.rdfs.RDFSFactory to create instances of this interface.
Bag - Interface in org.openanzo.rdfs.dataset
Interface for Bag ontology class
Use the org.openanzo.rdfs.dataset.RDFSFactory to create instances of this interface.
BagImpl - Class in org.openanzo.atom.jastor.rdfs
Implementation of Bag Use the org.openanzo.atom.jastor.rdfs.Factory to create instances of this class.
BagImpl - Class in org.openanzo.rdfs
Implementation of Bag Use the org.openanzo.rdfs.RDFSFactory to create instances of this class.
BagImpl - Class in org.openanzo.rdfs.dataset
Implementation of Bag Use the org.openanzo.rdfs.dataset.RDFSFactory to create instances of this class.
BagListener - Interface in org.openanzo.rdfs
Implementations of this listener may be registered with instances of org.openanzo.rdfs.Bag to receive notification when properties changed, added or removed.
BagListener - Interface in org.openanzo.rdfs.dataset
Implementations of this listener may be registered with instances of org.openanzo.rdfs.dataset.Bag to receive notification when properties changed, added or removed.
BagListenerAdapter - Class in org.openanzo.rdfs.dataset
Implementations of this listener may be registered with instances of org.openanzo.rdfs.dataset.Bag to receive notification when properties changed, added or removed.
BagListenerAdapter() - Constructor for class org.openanzo.rdfs.dataset.BagListenerAdapter
 
BASE - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
BASE - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
BASE64_ENABLED - Static variable in class org.openanzo.serialization.SerializationUtils
Should the contents of elements be encoded as Base64
BASE64BINARY - Static variable in class org.openanzo.common.ldap.container.transform.LiteralTransform
 
based_near - Static variable in class org.openanzo.common.vocabulary.FOAF
http://xmlns.com/foaf/0.1/based_near
BaseDecl() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
BaseDecl() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
BaseSQL - Class in org.openanzo.common.rdb.sql
BaseSQL provides wrappers around SQL queries and transforms ResultSets into java objects
BaseSQL() - Constructor for class org.openanzo.common.rdb.sql.BaseSQL
 
BaseSQL.BatchClearTable - Class in org.openanzo.common.rdb.sql
Batch operation for adding parameters to the ClearTable prepared statement
BaseSQL.BatchClearTable(String) - Constructor for class org.openanzo.common.rdb.sql.BaseSQL.BatchClearTable
Create a batchable object for the clearTable prepared statement.
BaseSQL.BatchDropTable - Class in org.openanzo.common.rdb.sql
Batch operation for adding parameters to the DropTable prepared statement
BaseSQL.BatchDropTable(String) - Constructor for class org.openanzo.common.rdb.sql.BaseSQL.BatchDropTable
Create a batchable object for the dropTable prepared statement.
BaseSQL.BatchDropView - Class in org.openanzo.common.rdb.sql
Batch operation for adding parameters to the DropView prepared statement
BaseSQL.BatchDropView(String) - Constructor for class org.openanzo.common.rdb.sql.BaseSQL.BatchDropView
Create a batchable object for the dropView prepared statement.
BaseSQL.BatchInsertGraph - Class in org.openanzo.common.rdb.sql
Batch operation for adding parameters to the InsertGraph prepared statement
BaseSQL.BatchInsertGraph(String, String) - Constructor for class org.openanzo.common.rdb.sql.BaseSQL.BatchInsertGraph
Create a batchable object for the insertGraph prepared statement.
BaseSQL.BatchLockTable - Class in org.openanzo.common.rdb.sql
Batch operation for adding parameters to the LockTable prepared statement
BaseSQL.BatchLockTable(String, String) - Constructor for class org.openanzo.common.rdb.sql.BaseSQL.BatchLockTable
Create a batchable object for the lockTable prepared statement.
BaseSQL.BatchRemoveRowsFromTable - Class in org.openanzo.common.rdb.sql
Batch operation for adding parameters to the RemoveRowsFromTable prepared statement
BaseSQL.BatchRemoveRowsFromTable(long, String) - Constructor for class org.openanzo.common.rdb.sql.BaseSQL.BatchRemoveRowsFromTable
Create a batchable object for the removeRowsFromTable prepared statement.
BaseSQL.BatchUnlockTable - Class in org.openanzo.common.rdb.sql
Batch operation for adding parameters to the UnlockTable prepared statement
BaseSQL.BatchUnlockTable(String) - Constructor for class org.openanzo.common.rdb.sql.BaseSQL.BatchUnlockTable
Create a batchable object for the unlockTable prepared statement.
BaseTypesElement - Class in org.openanzo.jastor.ant
 
BaseTypesElement() - Constructor for class org.openanzo.jastor.ant.BaseTypesElement
 
BasicAttributeBinding - Class in org.openanzo.common.ldap.container.map
Maps an RDF URI to an Ldap attribute.
BasicAttributeBinding(String, URI, ValueTransform) - Constructor for class org.openanzo.common.ldap.container.map.BasicAttributeBinding
Create a new mapping between URI and Ldap attribute.
BasicDataset - Class in org.openanzo.glitter.dataset
BasicDataset implements RDFDataset where the graphs are simply identified as (opaque) URIs.
BasicDataset() - Constructor for class org.openanzo.glitter.dataset.BasicDataset
 
BasicEntrySet - Class in org.openanzo.common.ldap.container.map
Simple implementation of EntrySet.
BasicEntrySet(BlankNodeIndex, URI, String, LdapName) - Constructor for class org.openanzo.common.ldap.container.map.BasicEntrySet
Create a EntrySet for the all nodes one level below the provided DN.
BasicEntrySet(BlankNodeIndex, URI, String, LdapName, int, boolean) - Constructor for class org.openanzo.common.ldap.container.map.BasicEntrySet
Create a EntrySet.
BasicEntrySet(BlankNodeIndex, URI, String, LdapName, SearchControls, String) - Constructor for class org.openanzo.common.ldap.container.map.BasicEntrySet
 
BasicEntrySetBinding - Class in org.openanzo.common.ldap.container.map
 
BasicEntrySetBinding() - Constructor for class org.openanzo.common.ldap.container.map.BasicEntrySetBinding
Create a new entry binding.
BasicEventManager - Class in org.openanzo.model.impl
Basic implementation of INamedGraphEventManager
BasicEventManager(INamedGraph) - Constructor for class org.openanzo.model.impl.BasicEventManager
Create a new event manager for a NamedGraph
BasicGlitterDataset - Class in org.openanzo.model.impl.query
Basic Implementation of Glitter's Dataset class, which helps to map java.net.URIs from glitter to the Anzo URI
BasicGlitterDataset() - Constructor for class org.openanzo.model.impl.query.BasicGlitterDataset
 
BasicGraph - Class in org.openanzo.model.impl
BasicGraph is the basic in-memory implementation of an INamedGraph which relies on a triple store to hold data in memory.
BasicGraph(URI) - Constructor for class org.openanzo.model.impl.BasicGraph
Create a new BasicGraph with given URI
BasicGraph(Collection<Statement>, URI) - Constructor for class org.openanzo.model.impl.BasicGraph
Create a new BasicGraph with given URI, and prepopulated with set of statements
BasicGraphEngineConfig - Class in org.openanzo.model.impl.query
BasicGraphEngineConfig is a Glitter Engine config that uses triple find operations on BasicGraphs in order to do queries.
BasicGraphEngineConfig(IDataset) - Constructor for class org.openanzo.model.impl.query.BasicGraphEngineConfig
Create new BasicGraphEngineConfig with dataset as source of graphs.
BasicGraphPattern() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
BasicGraphPattern() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
BasicGraphSolutionGenerator - Class in org.openanzo.model.impl.query
BasicGraphSolutionGenerator solves only TriplePatternNode patterns using NamedGraphs retrieved from the EngineConfig's dataset.
BasicGraphSolutionGenerator(IDataset) - Constructor for class org.openanzo.model.impl.query.BasicGraphSolutionGenerator
Create new BasicGraphSolutionGenerator in order to solve TriplePatternNode patterns within query
BasicLdapMapping - Class in org.openanzo.common.ldap.container.map
Support for some basic ldap to rdf mapping rules: 1-to-1+ attribute to rdf predicate mapping DN attribute value to URI object translation (e.g.
BasicLdapMapping(LdapName, URI, URI) - Constructor for class org.openanzo.common.ldap.container.map.BasicLdapMapping
 
BasicNodeConverter - Class in org.openanzo.model.impl.query
Convert between Glitter and Anzo RDF objects
BasicNodeConverter() - Constructor for class org.openanzo.model.impl.query.BasicNodeConverter
Create a new BasicNodeConverter
BasicSolutionGeneratorFactory - Class in org.openanzo.model.impl.query
Factory for BasicGraphSolutionGenerators
BasicSolutionGeneratorFactory() - Constructor for class org.openanzo.model.impl.query.BasicSolutionGeneratorFactory
Create new BasicSolutionGeneratorFactory with no dataset defined
BasicSolutionGeneratorFactory(IDataset) - Constructor for class org.openanzo.model.impl.query.BasicSolutionGeneratorFactory
Create new BasicSolutionGeneratorFactory with no dataset defined
BasicUriBinding - Class in org.openanzo.common.ldap.container.map
 
BasicUriBinding(EntrySet, EntrySet, EntrySet, URI, Name) - Constructor for class org.openanzo.common.ldap.container.map.BasicUriBinding
 
BATCH_OPERATION - Static variable in interface org.openanzo.common.exceptions.ExceptionConstants.MODEL.CODES
Error processing batch operation Major Code
Batchable - Interface in org.openanzo.jdbc.utils.batchable
Provides a mechanism for holding onto yet-to-be-committed prepared statements calls to a JDBC database (inserts/updates and deletes) with all the parameters set for later batch commits via the BatchExecuter class.
Batchable.BatchGroup - Class in org.openanzo.jdbc.utils.batchable
Groups together a set of batches into one.
Batchable.BatchGroup() - Constructor for class org.openanzo.jdbc.utils.batchable.Batchable.BatchGroup
Create a new BatchGroup
Batchable.BatchGroup(Batchable...) - Constructor for class org.openanzo.jdbc.utils.batchable.Batchable.BatchGroup
Create a new BatchGroup with 0 or more Batchable items
Batchable.BatchGroup(Collection<Batchable>) - Constructor for class org.openanzo.jdbc.utils.batchable.Batchable.BatchGroup
Create a BatchGroup with given batchItems
Batchable.BatchOperation - Class in org.openanzo.jdbc.utils.batchable
Base of all operations that are to be delayed and batched later.
Batchable.BatchOperation(String, String[]) - Constructor for class org.openanzo.jdbc.utils.batchable.Batchable.BatchOperation
Create a new BatchOperation for preparedStatement, with the given template parameters
Batchable.BatchOperation(String) - Constructor for class org.openanzo.jdbc.utils.batchable.Batchable.BatchOperation
Create a new BatchOperation for preparedStatement
Batchable.BatchOperation.ParamKey - Class in org.openanzo.jdbc.utils.batchable
A reference to a an array of template parameters
Batchable.BatchOperation.ParamKey(String[]) - Constructor for class org.openanzo.jdbc.utils.batchable.Batchable.BatchOperation.ParamKey
Create a new ParamKey for given template parameters
Batchable.BatchOperationSet - Class in org.openanzo.jdbc.utils.batchable
BatchOperationSet combines set of BatchOperations into one Batchable object
Batchable.BatchOperationSet() - Constructor for class org.openanzo.jdbc.utils.batchable.Batchable.BatchOperationSet
 
Batchable.NullBatch - Class in org.openanzo.jdbc.utils.batchable
Simple implementation of Batchable that does nothing except serve as a place holder.
Batchable.NullBatch() - Constructor for class org.openanzo.jdbc.utils.batchable.Batchable.NullBatch
 
batchAdd(Iterator<String>) - Method in interface org.openanzo.common.rdb.layout.IValueLayout
Add a set of strings, ignoring resulting IDs
batchAdd(Iterator<String>) - Method in class org.openanzo.common.rdb.layout.ValueLayout
 
batchAdd(Iterator<String>) - Method in class org.openanzo.common.rdb.layout.ValueLayoutCacheProxy
Doesn't cached added nodes
batchAddAndCache(Iterator<String>) - Method in class org.openanzo.common.rdb.layout.ValueLayoutCacheProxy
Add set of strings into this layout and cache their values
BatchExecuter - Class in org.openanzo.jdbc.utils.batchable
Commits a List of batchable rdb statements (DDL, inserts, updates and deletes) to the database using optimal jdbc prepared statement batching.
BatchExecuter() - Constructor for class org.openanzo.jdbc.utils.batchable.BatchExecuter
 
BatchExecuter.BatchHandler - Interface in org.openanzo.jdbc.utils.batchable
Methods that get run before and after the executor executes the batchables
BatchOperationQueue - Class in org.openanzo.jdbc.utils.batchable
Queue of Batchable operations to execute.
BatchOperationQueue(PreparedStatementCache) - Constructor for class org.openanzo.jdbc.utils.batchable.BatchOperationQueue
Create a new queue
batchStore(Collection<Literal>) - Method in class org.openanzo.common.rdb.layout.NodeXMLLiteralLayout
This method will insert a list of Node_Literal, mapping each node to a unique ID.
bday - Static variable in class org.openanzo.common.vocabulary.VCard
http://nwalsh.com/rdf/vCard#bday
begin() - Method in class org.openanzo.atom.client.APPRepository
 
begin() - Method in class org.openanzo.client.DatasetService
Begin a transaction
begin() - Method in class org.openanzo.common.rdb.container.RDBConnection
Begin database transaction Note:Database already in transaction
begin() - Method in class org.openanzo.common.rdb.container.RDBNamedGraphContainer
Begin database transaction Note:Database already in transaction
begin() - Method in interface org.openanzo.model.ITransactionManager
Begin a transaction, blocking if another thread already started a transaction
begin(boolean) - Method in class org.openanzo.model.transaction.impl.LockingTransactionManager
Begin a new transaction, blocking if another transaction is already started
begin() - Method in class org.openanzo.model.transaction.impl.TransactionManager
 
begin() - Method in class org.openanzo.server.repository.rdb.RepositoryConnection
Begin database transaction Note:Database already in transaction
beginColumn - Variable in class org.openanzo.glitter.syntax.concrete.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginColumn - Variable in class org.openanzo.glitter.syntax.concrete.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.openanzo.glitter.syntax.concrete.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.openanzo.glitter.syntax.concrete.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginNonBlocking() - Method in class org.openanzo.client.DatasetService
Begin a NonBlocking transaction
beginNonBlocking() - Method in interface org.openanzo.model.ITransactionManager
Begin a transaction
beginNonBlocking(boolean) - Method in class org.openanzo.model.transaction.impl.LockingTransactionManager
Begin a new transaction
beginNonBlocking() - Method in class org.openanzo.model.transaction.impl.TransactionManager
 
beginTempTable() - Method in class org.openanzo.server.repository.rdb.RepositoryConnection
Begin database transaction Note:Database already in transaction
BeginToken() - Method in class org.openanzo.glitter.syntax.concrete.SimpleCharStream
 
BeginToken() - Method in class org.openanzo.glitter.syntax.concrete.SimpleCharStream
 
BeginTransactionEvent - Class in org.openanzo.model.event
Transaction was started
BGP - Class in org.openanzo.glitter.syntax.abstrakt
A SPARQL basic graph pattern.
BGP() - Constructor for class org.openanzo.glitter.syntax.abstrakt.BGP
Default constructor.
BGP(TriplePatternNode[]) - Constructor for class org.openanzo.glitter.syntax.abstrakt.BGP
Construct a BGP from an array of triple patterns.
BGP(ArrayList<TriplePatternNode>) - Constructor for class org.openanzo.glitter.syntax.abstrakt.BGP
Construct a BGP from a list of triple patterns.
bigDecimalValue() - Method in class org.openanzo.glitter.util.PolymorphicNumber
 
bigIntegerValue() - Method in class org.openanzo.glitter.util.PolymorphicNumber
 
BINARY_CONTENT_SRC - Static variable in interface org.openanzo.atom.AtomConstants
 
BINARY_CONTENT_TYPE - Static variable in interface org.openanzo.atom.AtomConstants
 
BINARY_CONTENT_VERSION - Static variable in interface org.openanzo.atom.AtomConstants
 
BinaryContent - Interface in org.openanzo.atom.jastor.queso
Interface for BinaryContent ontology class
Use the org.openanzo.atom.jastor.queso.QuesoFactory to create instances of this interface.
BinaryContentImpl - Class in org.openanzo.atom.jastor.queso
Implementation of BinaryContent Use the org.openanzo.atom.jastor.queso.QuesoFactory to create instances of this class.
BinaryFunction - Class in org.openanzo.glitter.expression
BinaryFunction is a base class for SPARQL functions that take two arguments.
BinaryFunction() - Constructor for class org.openanzo.glitter.expression.BinaryFunction
 
BinaryStoreData - Class in org.openanzo.atom.binary
 
BinaryStoreData(InputStream, long) - Constructor for class org.openanzo.atom.binary.BinaryStoreData
 
Bindable - Interface in org.openanzo.glitter.rdf
Bindable represents any query object that can be bound to values from the target dataset while evaluating a query.
BINDING_NAME_ATT - Static variable in class org.openanzo.common.Predicates.SparqlQueryResults
http://www.w3.org/2005/sparql-results#name predicate
BINDING_TAG - Static variable in class org.openanzo.common.Predicates.SparqlQueryResults
http://www.w3.org/2005/sparql-results#binding predicate
birthday - Static variable in interface org.openanzo.atom.jastor.rdfs._Property
Individual for URI: http://xmlns.com/foaf/0.1/birthday
birthday - Static variable in class org.openanzo.common.vocabulary.FOAF
http://xmlns.com/foaf/0.1/birthday
birthdayProperty - Static variable in interface org.openanzo.atom.jastor.foaf.Agent
The Jena Property for birthday
BLANK - Static variable in class org.openanzo.common.rdb.layout.NodeType
Blank node type
BLANK_NODE_LABEL - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
BLANK_NODE_LABEL - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
BLANK_TYPE - Static variable in class org.openanzo.common.rdb.layout.NodeType
Blank node type mask
blankCache - Variable in class org.openanzo.common.rdb.container.CacheProvider
Cache of BNodes to IDs
blankIdCache - Variable in class org.openanzo.common.rdb.container.CacheProvider
Cache of IDs to BNodes
BlankNode - Class in org.openanzo.common.rdb.query
BlankNode Term for Anzo Glitter mapping
BlankNode(BNode) - Constructor for class org.openanzo.common.rdb.query.BlankNode
Create a new BlankNode for the given Anzo BNode
BlankNode(CompositeNodeLayout, long) - Constructor for class org.openanzo.common.rdb.query.BlankNode
Create a new BlankNode for the given ID
BlankNode() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
BlankNode() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
blankNodeBindings - Variable in class org.openanzo.common.ldap.container.map.BlankNodeIndex
 
BlankNodeExtension - Class in org.openanzo.common.ldap.container.map
 
BlankNodeExtension(URI) - Constructor for class org.openanzo.common.ldap.container.map.BlankNodeExtension
 
BlankNodeExtension(URI, ValueTransform) - Constructor for class org.openanzo.common.ldap.container.map.BlankNodeExtension
 
BlankNodeExtension(URI, ValueTransform, String) - Constructor for class org.openanzo.common.ldap.container.map.BlankNodeExtension
 
BlankNodeIndex - Class in org.openanzo.common.ldap.container.map
Keeps track of blank nodes during query execution.
BlankNodeIndex() - Constructor for class org.openanzo.common.ldap.container.map.BlankNodeIndex
 
BlankNodeManager - Class in org.openanzo.glitter.rdf
The BlankNodeManager is a factory for creating blank nodes.
BlankNodeManager(boolean, int) - Constructor for class org.openanzo.glitter.rdf.BlankNodeManager
 
BlankNodeManager(boolean) - Constructor for class org.openanzo.glitter.rdf.BlankNodeManager
 
BlankNodeManager.BlankNode - Class in org.openanzo.glitter.rdf
Represents a blank node, identified by an index.
BlankNodeManager.BlankNode(int) - Constructor for class org.openanzo.glitter.rdf.BlankNodeManager.BlankNode
Constructor.
BlankNodePropertyList(ArrayList<TriplePatternNode>) - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
BlankNodePropertyList(ArrayList<TriplePatternNode>) - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
BlankNodeTransform - Class in org.openanzo.common.ldap.container.map
Transform the value to a blank node and keep track of it.
BlankNodeTransform(BlankNodeIndex, URI, String) - Constructor for class org.openanzo.common.ldap.container.map.BlankNodeTransform
 
blankSequence - Static variable in class org.openanzo.common.rdb.layout.NodeType
Sequence name for blank nodes
BlockOfTriples() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
BlockOfTriples() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
BNODE - Static variable in class org.openanzo.serialization.SerializationUtils
Constant for BLANKNode object type
BNODE_PREFIX - Static variable in interface org.openanzo.model.Constants
Prefix for BlankNodes
BNODE_TAG - Static variable in class org.openanzo.common.Predicates.SparqlQueryResults
http://www.w3.org/2005/sparql-results#bnode predicate
bodyProperty - Static variable in interface org.openanzo.atom.jastor.atomowl.Content
The Jena Property for body
BOOLEAN - Static variable in class org.openanzo.common.ldap.container.transform.LiteralTransform
 
Boolean - Static variable in class org.openanzo.server.repository.querybuilder.LiteralGrounding
LiteralGrounding for Boolean types
BOOLEAN_TAG - Static variable in class org.openanzo.common.Predicates.SparqlQueryResults
http://www.w3.org/2005/sparql-results#boolean predicate
BooleanEq - Class in org.openanzo.glitter.expression.builtin
Implements = on boolean arguments.
BooleanEq() - Constructor for class org.openanzo.glitter.expression.builtin.BooleanEq
 
BooleanGe - Class in org.openanzo.glitter.expression.builtin
Implements >= on boolean values.
BooleanGe() - Constructor for class org.openanzo.glitter.expression.builtin.BooleanGe
 
BooleanGt - Class in org.openanzo.glitter.expression.builtin
Implements > on boolean values.
BooleanGt() - Constructor for class org.openanzo.glitter.expression.builtin.BooleanGt
 
BooleanLe - Class in org.openanzo.glitter.expression.builtin
Implements <= on boolean values.
BooleanLe() - Constructor for class org.openanzo.glitter.expression.builtin.BooleanLe
 
BooleanLiteral() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
BooleanLiteral() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
BooleanLt - Class in org.openanzo.glitter.expression.builtin
Implements < on boolean values.
BooleanLt() - Constructor for class org.openanzo.glitter.expression.builtin.BooleanLt
 
BooleanNe - Class in org.openanzo.glitter.expression.builtin
Implements != on boolean values.
BooleanNe() - Constructor for class org.openanzo.glitter.expression.builtin.BooleanNe
 
booleanValue(TriplePatternComponent) - Static method in class org.openanzo.glitter.util.TypeConversions
Extract native boolean value from a literal with type boolean.
Bound - Class in org.openanzo.glitter.expression.builtin
Implements the SPARQL bound function.
Bound() - Constructor for class org.openanzo.glitter.expression.builtin.Bound
 
BOUND - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
BOUND - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
BrackettedExpression() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
BrackettedExpression() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
bufpos - Variable in class org.openanzo.glitter.syntax.concrete.SimpleCharStream
 
bufpos - Variable in class org.openanzo.glitter.syntax.concrete.SimpleCharStream
 
buildMatch(TripleNode) - Method in class org.openanzo.glitter.query.planning.TripleNode
Checks this TripleNode against the supplied triple node to see if they contain variables in common.
BUILTIN_NAMESPACE - Static variable in class org.openanzo.glitter.util.Constants
The (artificial) namespace for builtin SPARQL functions.
BuiltInCall() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
BuiltInCall() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
BY - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
BY - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
BYTE - Static variable in class org.openanzo.common.ldap.container.transform.LiteralTransform
 
byteEncoding - Static variable in interface org.openanzo.model.Constants
byte encoding used for serialization and hasing within system

C

CachableResource - Interface in org.openanzo.server.repository.cache
Methods required by the ResourceCache to manage the caching of a data object representing a RDF resource that has both a URI and an id.
CachableResourceFactory<E> - Interface in org.openanzo.server.repository.cache
Provides access to resources either via their URI or id.
cache(Long, String, Long) - Method in class org.openanzo.common.rdb.layout.CompositeNodeLayout
Create Value object from provided ID and value and cache result
cache(Long, String, Long) - Method in interface org.openanzo.common.rdb.layout.ILayoutCache
Create object from provided ID and value and cache result
cache(Long, String, Long) - Method in class org.openanzo.common.rdb.layout.NodeLayoutCacheProxy
 
cache(Long, String, Long) - Method in class org.openanzo.common.rdb.layout.ValueLayoutCacheProxy
 
cache(Long, Value) - Method in class org.openanzo.server.repository.update.UpdateHandler
Cache the ID and value
CACHE_CONTROL_NO_CACHE - Static variable in interface org.openanzo.atom.client.AtomClientConstants
 
CachedPropertyIterator<E> - Class in org.openanzo.jastor
Iterator that iterates over the set of object values for a given property on a given subject.
CachedPropertyIterator(Collection<E>, INamedGraph, Resource, URI, String, boolean) - Constructor for class org.openanzo.jastor.CachedPropertyIterator
Create iterator of object values for a given property on a given subject.
CacheEventListener - Class in org.openanzo.telar.web.cache
 
CacheEventListener(DatasetService, RevisionCache) - Constructor for class org.openanzo.telar.web.cache.CacheEventListener
 
CacheException - Exception in org.openanzo.atom.cache
 
CacheException() - Constructor for exception org.openanzo.atom.cache.CacheException
 
CacheException(String, Throwable) - Constructor for exception org.openanzo.atom.cache.CacheException
 
CacheException(String) - Constructor for exception org.openanzo.atom.cache.CacheException
 
CacheException(Throwable) - Constructor for exception org.openanzo.atom.cache.CacheException
 
CacheProvider - Class in org.openanzo.common.rdb.container
Set of LRUMaps used for caching Node values mapped to their IDs and the reverse.
CacheProvider(int) - Constructor for class org.openanzo.common.rdb.container.CacheProvider
Create new cacheProvider with caches of given size
CacheTable - Interface in org.openanzo.atom.cache
 
CacheTableFactory - Interface in org.openanzo.atom.cache
 
CachingInputStream - Class in org.openanzo.atom.cache
 
CachingInputStream(InputStream, long) - Constructor for class org.openanzo.atom.cache.CachingInputStream
 
call(List<RDFTerm>) - Method in class org.openanzo.glitter.expression.BinaryFunction
 
call(RDFTerm, RDFTerm) - Method in class org.openanzo.glitter.expression.BinaryFunction
Invoke a binary function explicitly with two arguments.
call(RDFTerm, RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.BooleanEq
 
call(RDFTerm, RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.BooleanGe
 
call(RDFTerm, RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.BooleanGt
 
call(RDFTerm, RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.BooleanLe
 
call(RDFTerm, RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.BooleanLt
 
call(RDFTerm, RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.BooleanNe
 
call(List<Expression>, PatternSolution) - Method in class org.openanzo.glitter.expression.builtin.Bound
 
call(RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.cast.XSDDouble
 
call(RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.cast.XSDInteger
 
call(RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.cast.XSDString
 
call(RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.Datatype
 
call(RDFTerm, RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.DateTimeEq
 
call(RDFTerm, RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.DateTimeGe
 
call(RDFTerm, RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.DateTimeGt
 
call(RDFTerm, RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.DateTimeLe
 
call(RDFTerm, RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.DateTimeLt
 
call(RDFTerm, RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.DateTimeNe
 
call(RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.IsBlank
 
call(RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.IsIRI
 
call(RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.IsLiteral
 
call(RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.Lang
 
call(RDFTerm, RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.LangMatches
 
call(List<RDFTerm>, List<ExpressionEvaluationException>) - Method in class org.openanzo.glitter.expression.builtin.LogicalAnd
 
call(List<RDFTerm>, List<ExpressionEvaluationException>) - Method in class org.openanzo.glitter.expression.builtin.LogicalOr
 
call(RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.Not
 
call(RDFTerm, RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.NumericAdd
 
call(RDFTerm, RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.NumericDivide
 
call(RDFTerm, RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.NumericEq
 
call(RDFTerm, RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.NumericGe
 
call(RDFTerm, RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.NumericGt
 
call(RDFTerm, RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.NumericLe
 
call(RDFTerm, RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.NumericLt
 
call(RDFTerm, RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.NumericMultiply
 
call(RDFTerm, RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.NumericNe
 
call(RDFTerm, RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.NumericSubtract
 
call(RDFTerm, RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.RDFTermEq
 
call(RDFTerm, RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.RDFTermNe
 
call(List<RDFTerm>) - Method in class org.openanzo.glitter.expression.builtin.RegEx
 
call(RDFTerm, RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.SameTerm
 
call(RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.Str
 
call(RDFTerm, RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.StringLiteralGe
 
call(RDFTerm, RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.StringLiteralGt
 
call(RDFTerm, RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.StringLiteralLe
 
call(RDFTerm, RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.StringLiteralLt
 
call(RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.UnaryMinus
 
call(RDFTerm) - Method in class org.openanzo.glitter.expression.builtin.UnaryPlus
 
call(List<Expression>, PatternSolution) - Method in interface org.openanzo.glitter.expression.FunctionOnTerms
Invokes the function and determines a return value.
call(List<RDFTerm>) - Method in interface org.openanzo.glitter.expression.FunctionOnValues
Invokes the function and determines a return value.
call(List<RDFTerm>, List<ExpressionEvaluationException>) - Method in interface org.openanzo.glitter.expression.FunctionOnValuesAndErrors
Takes arguments; a null argument will have a corresponding non-null Exception in the errors list.
call(List<RDFTerm>) - Method in class org.openanzo.glitter.expression.PolymorphicFunction
See FunctionOnValues.call(List)
call(List<RDFTerm>) - Method in class org.openanzo.glitter.expression.UnaryFunction
 
call(RDFTerm) - Method in class org.openanzo.glitter.expression.UnaryFunction
An unpackaged version of FunctionOnValues.call(List) that receives the single argument to the function.
canAddConstraint - Static variable in class org.openanzo.server.repository.graph.RdfMap.AclHistory
Constraint that ensures the canAdd value is true
canBeNull() - Method in class org.openanzo.jdbc.utils.opgen.RdbStatement.Parameter
Get whether or not this parameter can be bull
canBindGraphVariables() - Method in class org.openanzo.common.ldap.container.LdapSolutionGenerator
 
canBindGraphVariables() - Method in class org.openanzo.common.rdb.container.query.RdbSolutionGenerator
 
canBindGraphVariables() - Method in class org.openanzo.common.rdb.container.query.TextLikePredicate
 
canBindGraphVariables() - Method in interface org.openanzo.glitter.query.FunctionalPredicate
 
canBindGraphVariables() - Method in interface org.openanzo.glitter.query.SolutionGenerator
Informative method.
canBindGraphVariables() - Method in class org.openanzo.model.impl.query.CoreSolutionGenerator
 
canBindGraphVariables() - Method in class org.openanzo.server.repository.query.predicates.TextLikePredicate
 
canBindGraphVariables() - Method in class org.openanzo.server.repository.query.predicates.TextMatchPredicate
 
canBindGraphVariables() - Method in class org.openanzo.server.repository.query.ServerSolutionGenerator
 
canChangeAcl - Static variable in interface org.openanzo.serialization.SerializationConstants
canChangeAcl Constant
canChangeConstraint - Static variable in class org.openanzo.server.repository.graph.RdfMap.AclHistory
Constraint that ensures the canChangeAcl value is true
canDelete - Static variable in interface org.openanzo.serialization.SerializationConstants
canDelete Constant
canHandleSimultaneousRequests() - Method in class org.openanzo.common.ldap.container.LdapSolutionGenerator
 
canHandleSimultaneousRequests() - Method in class org.openanzo.common.rdb.container.query.RdbSolutionGenerator
 
canHandleSimultaneousRequests() - Method in interface org.openanzo.glitter.query.SolutionGenerator
Informative method.
canHandleSimultaneousRequests() - Method in class org.openanzo.model.impl.query.CoreSolutionGenerator
 
canHandleSimultaneousRequests() - Method in class org.openanzo.server.repository.query.ServerSolutionGenerator
 
canInsert - Static variable in interface org.openanzo.serialization.SerializationConstants
canInsert Constant
canInsertConstraint - Static variable in class org.openanzo.server.repository.graph.RdfMap.AclHistory
Constraint that ensures the canInsert value is true
CANNOT_ROLLBACK - Static variable in interface org.openanzo.common.exceptions.ExceptionConstants.DB.SUBCODES
Cannot rollback DB transaction Minor Code
CannotGenerateSolutionsException - Exception in org.openanzo.glitter.exception
A SolutionGenerator raises this exception if it is unable to handle the query pattern supplied to it.
CannotGenerateSolutionsException() - Constructor for exception org.openanzo.glitter.exception.CannotGenerateSolutionsException
Default constructor.
canRead - Static variable in interface org.openanzo.serialization.SerializationConstants
canRead Constant
canRead - Variable in class org.openanzo.server.repository.rdb.sql.NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryNewResultImpl
Value for the "canRead" result value
canRead - Variable in class org.openanzo.server.repository.rdb.sql.NamedGraphRdbWrapper.GetNamedGraphsMetaIdAndAciHistoryResultImpl
Value for the "canRead" result value
canReadConstraint - Static variable in class org.openanzo.server.repository.graph.RdfMap.AclHistory
Constraint that ensures the canRead value is true
canRemove - Static variable in interface org.openanzo.serialization.SerializationConstants
canRemove Constant
canRemoveConstraint - Static variable in class org.openanzo.server.repository.graph.RdfMap.AclHistory
Constraint that ensures the canRemove value is true
canRemoveNGConstraint - Static variable in class org.openanzo.server.repository.graph.RdfMap.AclHistory
Constraint that ensures the canRemoveNamedGraph is true
canUpdate - Static variable in interface org.openanzo.serialization.SerializationConstants
canUpdate Constant
capFirstLetter(String) - Static method in class org.openanzo.util.properties.PropertiesDefinitionParser
Capitalize the first Letter of a string, and the first letter following a .
capitalize(String) - Static method in class org.openanzo.jastor.inference.OntologyProperty
Capitalize the first letter of a String
capitalizedName() - Method in class org.openanzo.jdbc.utils.opgen.RdbStatement
Capitalize the name of the statement
cardinalityAdded(DataRestriction, Integer) - Method in interface org.openanzo.owl.DataRestrictionListener
Called when a value of cardinality has been added
cardinalityAdded(DataRestriction, Integer) - Method in interface org.openanzo.owl.dataset.DataRestrictionListener
Called when a value of cardinality has been added
cardinalityAdded(DataRestriction, Integer) - Method in class org.openanzo.owl.dataset.DataRestrictionListenerAdapter
Called when a value of cardinality has been added
cardinalityAdded(ObjectRestriction, Integer) - Method in interface org.openanzo.owl.dataset.ObjectRestrictionListener
Called when a value of cardinality has been added
cardinalityAdded(ObjectRestriction, Integer) - Method in class org.openanzo.owl.dataset.ObjectRestrictionListenerAdapter
Called when a value of cardinality has been added
cardinalityAdded(Restriction, Integer) - Method in interface org.openanzo.owl.dataset.RestrictionListener
Called when a value of cardinality has been added
cardinalityAdded(Restriction, Integer) - Method in class org.openanzo.owl.dataset.RestrictionListenerAdapter
Called when a value of cardinality has been added
cardinalityAdded(ObjectRestriction, Integer) - Method in interface org.openanzo.owl.ObjectRestrictionListener
Called when a value of cardinality has been added
cardinalityAdded(Restriction, Integer) - Method in interface org.openanzo.owl.RestrictionListener
Called when a value of cardinality has been added
cardinalityProperty - Static variable in interface org.openanzo.owl.DataRestriction
The Anzo Property for cardinality
cardinalityProperty - Static variable in interface org.openanzo.owl.dataset.DataRestriction
The Anzo Property for cardinality
cardinalityProperty - Static variable in interface org.openanzo.owl.dataset.ObjectRestriction
The Anzo Property for cardinality
cardinalityProperty - Static variable in interface org.openanzo.owl.dataset.Restriction
The Anzo Property for cardinality
cardinalityProperty - Static variable in interface org.openanzo.owl.ObjectRestriction
The Anzo Property for cardinality
cardinalityProperty - Static variable in interface org.openanzo.owl.Restriction
The Anzo Property for cardinality
cardinalityRemoved(DataRestriction, Integer) - Method in interface org.openanzo.owl.DataRestrictionListener
Called when a value of cardinality has been removed
cardinalityRemoved(DataRestriction, Integer) - Method in interface org.openanzo.owl.dataset.DataRestrictionListener
Called when a value of cardinality has been removed
cardinalityRemoved(DataRestriction, Integer) - Method in class org.openanzo.owl.dataset.DataRestrictionListenerAdapter
Called when a value of cardinality has been removed
cardinalityRemoved(ObjectRestriction, Integer) - Method in interface org.openanzo.owl.dataset.ObjectRestrictionListener
Called when a value of cardinality has been removed
cardinalityRemoved(ObjectRestriction, Integer) - Method in class org.openanzo.owl.dataset.ObjectRestrictionListenerAdapter
Called when a value of cardinality has been removed
cardinalityRemoved(Restriction, Integer) - Method in interface org.openanzo.owl.dataset.RestrictionListener
Called when a value of cardinality has been removed
cardinalityRemoved(Restriction, Integer) - Method in class org.openanzo.owl.dataset.RestrictionListenerAdapter
Called when a value of cardinality has been removed
cardinalityRemoved(ObjectRestriction, Integer) - Method in interface org.openanzo.owl.ObjectRestrictionListener
Called when a value of cardinality has been removed
cardinalityRemoved(Restriction, Integer) - Method in interface org.openanzo.owl.RestrictionListener
Called when a value of cardinality has been removed
cartesianProduct(List<Collection<T>>) - Static method in class org.openanzo.util.Collections
Create the cartesian product for a collection of collections
catalogTriples() - Method in class org.openanzo.common.rdb.container.query.RdbBGPQuery
Once all the triple patterns are added to the query, catalog them, determining things like what variables are need to fulfill optionals, likematches, and create maps between the variables and the patterns that they fulfill.
Category - Interface in org.openanzo.atom.jastor.atomowl
Interface for Category Class ontology class
Use the org.openanzo.atom.jastor.atomowl.Factory to create instances of this interface.
category - Static variable in class org.openanzo.common.vocabulary.VCard
http://nwalsh.com/rdf/vCard#category
CategoryImpl - Class in org.openanzo.atom.jastor.atomowl
Implementation of Category Use the org.openanzo.atom.jastor.atomowl.Factory to create instances of this class.
categoryProperty - Static variable in interface org.openanzo.atom.jastor.atomowl.FeedOrEntry
The Jena Property for category
categoryProperty - Static variable in interface org.openanzo.atom.jastor.queso.Entry
The Jena Property for category
changeDatatype(URI) - Method in class org.openanzo.glitter.rdf.TypedLiteral
To change the datatype, we take the lexical form of the current datatype and recast it using the new datatype.
changeNamedGraphACL - Static variable in class org.openanzo.server.repository.graph.RdfMap.AclHistory
Property grounding for canChangeNamedGraphAcl
changeNamedGraphAcl - Variable in class org.openanzo.server.repository.rdb.sql.AciRdbWrapper.SelectAccessControlResultImpl
Value for the "changeNamedGraphAcl" result value
changeNamedGraphAcl - Variable in class org.openanzo.server.repository.rdb.sql.AclRdbWrapper.SelectUserHasAccessResultImpl
Value for the "changeNamedGraphAcl" result value
changeNamedGraphAcl - Variable in class org.openanzo.server.repository.rdb.sql.ReplicationRdbWrapper.SelectAciMaskDeltasResultImpl
Value for the "changeNamedGraphAcl" result value
changeNamedGraphAcl - Variable in class org.openanzo.server.repository.rdb.sql.ReplicationRdbWrapper.SelectNamedGraphMetaInfoAdditionsResultImpl
Value for the "changeNamedGraphAcl" result value
changeNamedGraphAcl - Variable in class org.openanzo.server.repository.rdb.sql.ReplicationRdbWrapper.SelectNamedGraphMetaInfoDeletionsResultImpl
Value for the "changeNamedGraphAcl" result value
ChangeNamedGraphAcl - Static variable in class org.openanzo.server.repository.Schema.ACI
ACI's canChangeNamedGraphAcl column
ChangeNamedGraphAcl - Static variable in class org.openanzo.server.repository.Schema.ACI.ColumnNames
ACI's canChangeNamedGraphAcl column name
ChangeNamedGraphAcl - Static variable in class org.openanzo.server.repository.structures.Privilege
User can change the ACL properties of a NamedGraph
changeNamedGraphACLAdded(ACL, Role) - Method in interface org.openanzo.common.ontology.ACLListener
Called when a value of changeNamedGraphACL has been added
changeNamedGraphACLProperty - Static variable in interface org.openanzo.common.ontology.ACL
The Anzo Property for changeNamedGraphACL
changeNamedGraphACLRemoved(ACL, Role) - Method in interface org.openanzo.common.ontology.ACLListener
Called when a value of changeNamedGraphACL has been removed
characters(char[], int, int) - Method in class org.openanzo.serialization.GraphParser
 
characters(char[], int, int) - Method in class org.openanzo.util.properties.PropertiesDefinitionParser
 
checkMatch(Variable) - Method in class org.openanzo.glitter.query.planning.OdoTripleNode
 
checkMatch(Variable) - Method in class org.openanzo.glitter.query.planning.TripleNode
 
Class - Interface in org.openanzo.atom.jastor.rdfs
Interface for Class ontology class
Use the org.openanzo.atom.jastor.rdfs.Factory to create instances of this interface.
Class - Static variable in class org.openanzo.common.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#Class
Class - Interface in org.openanzo.owl
Interface for Class ontology class
Use the org.openanzo.owl.OWL11Factory to create instances of this interface.
Class - Interface in org.openanzo.owl.dataset
Interface for Class ontology class
Use the org.openanzo.owl.dataset.OWL11Factory to create instances of this interface.
Class - Interface in org.openanzo.rdfs
Interface for Class ontology class
Use the org.openanzo.rdfs.RDFSFactory to create instances of this interface.
Class - Interface in org.openanzo.rdfs.dataset
Interface for Class ontology class
Use the org.openanzo.rdfs.dataset.RDFSFactory to create instances of this interface.
ClassImpl - Class in org.openanzo.atom.jastor.rdfs
Implementation of Class Use the org.openanzo.atom.jastor.rdfs.Factory to create instances of this class.
ClassImpl - Class in org.openanzo.owl
Implementation of Class Use the org.openanzo.owl.OWL11Factory to create instances of this class.
ClassImpl - Class in org.openanzo.owl.dataset
Implementation of Class Use the org.openanzo.owl.dataset.OWL11Factory to create instances of this class.
ClassImpl - Class in org.openanzo.rdfs
Implementation of Class Use the org.openanzo.rdfs.RDFSFactory to create instances of this class.
ClassImpl - Class in org.openanzo.rdfs.dataset
Implementation of Class Use the org.openanzo.rdfs.dataset.RDFSFactory to create instances of this class.
ClassListener - Interface in org.openanzo.owl
Implementations of this listener may be registered with instances of org.openanzo.owl.Class to receive notification when properties changed, added or removed.
ClassListener - Interface in org.openanzo.owl.dataset
Implementations of this listener may be registered with instances of org.openanzo.owl.dataset.Class to receive notification when properties changed, added or removed.
ClassListener - Interface in org.openanzo.rdfs
Implementations of this listener may be registered with instances of org.openanzo.rdfs.Class to receive notification when properties changed, added or removed.
ClassListener - Interface in org.openanzo.rdfs.dataset
Implementations of this listener may be registered with instances of org.openanzo.rdfs.dataset.Class to receive notification when properties changed, added or removed.
ClassListenerAdapter - Class in org.openanzo.owl.dataset
Implementations of this listener may be registered with instances of org.openanzo.owl.dataset.Class to receive notification when properties changed, added or removed.
ClassListenerAdapter() - Constructor for class org.openanzo.owl.dataset.ClassListenerAdapter
 
ClassListenerAdapter - Class in org.openanzo.rdfs.dataset
Implementations of this listener may be registered with instances of org.openanzo.rdfs.dataset.Class to receive notification when properties changed, added or removed.
ClassListenerAdapter() - Constructor for class org.openanzo.rdfs.dataset.ClassListenerAdapter
 
CLASSNAME_OUTPUT_ENGINE - Static variable in class org.openanzo.endpoint.EndpointConstants
 
CLASSNAME_QUERY_ENGINE - Static variable in class org.openanzo.endpoint.EndpointConstants
 
clazz - Static variable in class org.openanzo.common.vocabulary.VCard
http://nwalsh.com/rdf/vCard#class
cleanup() - Method in class org.openanzo.common.ldap.container.LdapSolutionGenerator
 
cleanup() - Method in class org.openanzo.common.rdb.container.query.RdbSolutionGenerator
 
cleanup() - Method in interface org.openanzo.glitter.query.SolutionGenerator
Called after all calls to generateSolutions.
cleanup() - Method in class org.openanzo.model.impl.query.CoreSolutionGenerator
 
cleanup() - Method in class org.openanzo.server.repository.query.ServerSolutionGenerator
 
clear() - Method in class org.openanzo.atom.cache.AtomCache
 
clear() - Method in interface org.openanzo.atom.cache.CacheTable
 
clear() - Method in class org.openanzo.atom.cache.LRUCacheTable
 
clear() - Method in class org.openanzo.atom.memcached.MemcachedCacheTable
 
clear() - Method in class org.openanzo.client.NamedGraphBase
 
clear() - Method in class org.openanzo.client.NotificationContainerProxy
 
clear(Resource...) - Method in class org.openanzo.client.NotificationContainerProxy
 
clear() - Method in class org.openanzo.client.NotificationNamedGraphProxy
 
clear(Resource...) - Method in class org.openanzo.client.openrdf.DatasetServiceSailConnection
 
clear() - Method in class org.openanzo.client.RemoteGraphBase
 
clear() - Method in class org.openanzo.client.StoredDatasetserviceDatasetProxy
 
clear(Resource...) - Method in class org.openanzo.client.StoredDatasetserviceDatasetProxy
 
clear() - Method in class org.openanzo.client.TrackerManager
Clear the contents of trackers and all indexes.
clear(URI) - Method in class org.openanzo.common.rdb.container.RDBConnection
Clear all statements from container for the given graph
clear() - Method in class org.openanzo.common.rdb.container.RDBConnection
 
clear(Resource...) - Method in class org.openanzo.common.rdb.container.RDBConnection
 
clear() - Method in class org.openanzo.common.rdb.container.RDBNamedGraphContainer
 
clear(Resource...) - Method in class org.openanzo.common.rdb.container.RDBNamedGraphContainer
 
clear() - Method in class org.openanzo.common.rdb.layout.indexer.LiteralIndexer
 
clear() - Method in class org.openanzo.common.rdb.query.IRIReference
Clear the cached values from term
clear() - Method in class org.openanzo.common.rdb.query.Literal
Clear the cache data for this object
clear - Static variable in class org.openanzo.common.rdb.sql.GraphSQL
Constant "clear" used to reference prepared statement graph.clear DELETE FROM ${a} WHERE NAMEDGRAPHID=?
clear(PreparedStatementCache, long, String) - Static method in class org.openanzo.common.rdb.sql.GraphSQL
Runs the clear prepared statement.
clear() - Method in class org.openanzo.glitter.query.SolutionList
 
clear() - Method in interface org.openanzo.indexer.IIndexer
Clears the contents of the index.
clear() - Method in class org.openanzo.indexer.lucene.LuceneIndexerBase
 
clear() - Method in class org.openanzo.jdbc.utils.sqlcache.SQLCache
 
clear() - Method in class org.openanzo.model.delta.DeltaContainer
Clear the delta of all changes.
clear() - Method in class org.openanzo.model.delta.DeltaGraphContainer
Clear the delta of all changes.
clear() - Method in interface org.openanzo.model.IContainer
Delete all statements in container
clear(Resource...) - Method in interface org.openanzo.model.IContainer
Delete all statements in container for given contexts
clear() - Method in class org.openanzo.model.impl.ADataset
 
clear(Resource...) - Method in class org.openanzo.model.impl.ADataset
 
clear() - Method in class org.openanzo.model.impl.BasicGraph
 
clear() - Method in class org.openanzo.model.impl.ContainerDataset
 
clear(Resource...) - Method in class org.openanzo.model.impl.ContainerDataset
 
clear() - Method in class org.openanzo.model.impl.ContainerNamedGraph
Clear will remove the statements for this NamedGraph from the parent container
clear(Resource...) - Method in class org.openanzo.model.impl.NamedGraphContainer
 
clear() - Method in class org.openanzo.model.impl.QuadStore
Clear statements and indexes from memory
clear() - Method in class org.openanzo.model.impl.StoredDatasetProxy
 
clear(Resource...) - Method in class org.openanzo.model.impl.StoredDatasetProxy
 
clear() - Method in class org.openanzo.model.impl.TripleStore
Clear statements and indexes from memory
clear() - Method in interface org.openanzo.model.INamedGraph
Delete all statements in graph
clear() - Method in class org.openanzo.model.proxy.ProxyGraph
 
clear() - Method in class org.openanzo.model.transaction.impl.TransactionContainerProxy
 
clear(Resource...) - Method in class org.openanzo.model.transaction.impl.TransactionContainerProxy
 
clear() - Method in class org.openanzo.model.transaction.impl.TransactionNamedGraphProxy
 
clear() - Method in class org.openanzo.model.transaction.impl.TransactionQueue
 
clear() - Method in interface org.openanzo.model.transaction.ITransactionQueue
Clear all transactions from the queue and set currentTransaction to null.
clear() - Method in class org.openanzo.server.repository.cache.ResourceCache
Clear the cache of ids and resources
clear() - Method in class org.openanzo.telar.web.cache.RevisionCache
 
clear() - Method in class org.openanzo.util.Pair
 
clearCache() - Method in class org.openanzo.common.rdb.layout.CompositeNodeLayout
Clear all of the in memory node caches as well as the datatype and language caches
clearCache() - Method in interface org.openanzo.common.rdb.layout.ILayoutCache
Clear all cached objects and IDs
clearCache() - Method in class org.openanzo.common.rdb.layout.NodeLayoutCacheProxy
 
clearCache() - Method in class org.openanzo.common.rdb.layout.ValueLayoutCacheProxy
 
clearCache() - Method in class org.openanzo.common.rdb.query.NodeConverter
Clear the node and bnode caches
clearCache() - Method in interface org.openanzo.jastor.CoreThing
Clear any property caches for this THING
clearCache() - Static method in class org.openanzo.jastor.DatasetThingFactory
Remove all objects from static cache of this factory.
clearCache() - Method in class org.openanzo.jastor.DatasetThingImpl
 
clearCache() - Static method in class org.openanzo.jastor.GraphThingFactory
Remove all objects from static cache of this factory.
clearCache() - Method in class org.openanzo.jastor.GraphThingImpl
 
clearCache() - Method in class org.openanzo.server.repository.rdb.RepositoryConnection
Clear the cache objects in the RepositoryConnection
clearCaches(Class<DatasetThing>) - Static method in class org.openanzo.jastor.DatasetThingFactory
Clear the property caches of the individual objects cached in this factory.
clearCaches(Class<GraphThing>) - Static method in class org.openanzo.jastor.GraphThingFactory
Clear the property caches of the individual objects cached in this factory.
clearDatabase() - Method in class org.openanzo.common.rdb.container.RDBConnection
Delete all the tables for this container
clearMagicPrefixes() - Method in class org.openanzo.atom.rdfa.RDFaParser
 
clearNodeCaches() - Method in class org.openanzo.common.rdb.container.ContainerConnectionPool
Clear the caches in all connections
clearNodeCaches() - Method in class org.openanzo.server.repository.rdb.RepositoryConnectionPool
Clear the caches in all connections
clearNotificationTransaction() - Method in class org.openanzo.client.DatasetService
Clear the current notificationTransaction
clearTable - Static variable in class org.openanzo.common.rdb.sql.BaseSQL
Constant "clearTable" used to reference prepared statement base.clearTable DELETE FROM ${a}
clearTable(PreparedStatementCache, String) - Static method in class org.openanzo.common.rdb.sql.BaseSQL
Runs the clearTable prepared statement.
ClearTempDatasetGraphs - Static variable in class org.openanzo.server.repository.query.ServerSQL
Reference to the prepared statement to clear the temp graph table
clearTempDatasetTable - Static variable in class org.openanzo.common.rdb.sql.GlitterSQL
Constant "clearTempDatasetTable" used to reference prepared statement Glitter.clearTempDatasetTable DELETE FROM ${a}${b} WHERE ID IS NOT NULL
clearTempDatasetTable(PreparedStatementCache, String, String) - Static method in class org.openanzo.common.rdb.sql.GlitterSQL
Runs the clearTempDatasetTable prepared statement.
clearTempDatasetTable - Static variable in class org.openanzo.server.repository.rdb.sql.GlitterRdbWrapper
Constant "clearTempDatasetTable" used to reference prepared statement Glitter.clearTempDatasetTable DELETE FROM ${a} WHERE ID IS NOT NULL
clearTempDatasetTable(PreparedStatementCache, String) - Static method in class org.openanzo.server.repository.rdb.sql.GlitterRdbWrapper
Runs the clearTempDatasetTable prepared statement.
clearUncommittedCache() - Method in class org.openanzo.common.rdb.layout.CompositeNodeLayout
Clear the in-memory uncommitted cache data
clearUncommittedCache() - Method in interface org.openanzo.common.rdb.layout.ILayoutCache
Clear any uncommitted cache entries
clearUncommittedCache() - Method in class org.openanzo.common.rdb.layout.NodeLayoutCacheProxy
 
clearUncommittedCache() - Method in class org.openanzo.common.rdb.layout.ValueLayoutCacheProxy
 
clearUser(String) - Method in class org.openanzo.atom.cache.AtomCache
 
clearUserCacheForUser(String) - Method in class org.openanzo.server.repository.ModelServiceApi
Clear cache about given user's password and membership in admins
CLIENT_DOJO - Static variable in interface org.openanzo.atom.AtomConstants
 
CLIENT_ERROR - Static variable in interface org.openanzo.atom.client.AtomClientConstants
 
ClientHandler - Class in org.openanzo.serialization.handlers
IRepositoryHandler that processes Statement and NamedGraph messages into a set of additions and deletions lists
ClientHandler() - Constructor for class org.openanzo.serialization.handlers.ClientHandler
 
ClientUpdatesHandler - Class in org.openanzo.serialization.handlers
IRepositoryHandler that handles changes as a result of an update call to server
ClientUpdatesHandler() - Constructor for class org.openanzo.serialization.handlers.ClientUpdatesHandler
 
clone() - Method in class org.openanzo.glitter.syntax.abstrakt.Group
 
ClosableDatasetServiceDataset - Class in org.openanzo.client
The ClosableDatasetServiceDataset is the implementation of IDataset returned by the DatasetService's getLocalDataset or getRemoteDataset methods.
ClosableIterator<E> - Interface in org.openanzo.jdbc.utils
The iterator that holds resources that need to be released explicitly by calling close() when the iterator is no longer needed.
close() - Method in class org.openanzo.atom.memcached.MemcachedClient
 
close() - Method in class org.openanzo.client.ClosableDatasetServiceDataset
Close all named graphs instantiated threw this dataset.
close() - Method in class org.openanzo.client.DatasetService
Close DatasetService by closing all Local and Remote graphs and disconnecting notification service if needed.
close() - Method in class org.openanzo.client.DatasetServiceReplicator
Close the replicator, stoping all timers, and clearing the tracker cache
close() - Method in class org.openanzo.client.jena.CloseableDatasetServiceDataset
Close all named graphs instantiated thew this dataset.
close() - Method in class org.openanzo.client.jena.GraphImpl
 
close() - Method in interface org.openanzo.client.jena.IClosableDataset
Close the namedModels and any model used in the defaultModel union Dataset will be unusable once closed
close() - Method in class org.openanzo.client.jena.JenaDatasetService
Close the underlying datasetService
close() - Method in class org.openanzo.client.jena.JenaNamedGraphProxy
 
close() - Method in class org.openanzo.client.LocalGraph
 
close() - Method in class org.openanzo.client.NotificationContainerProxy
 
close() - Method in class org.openanzo.client.NotificationNamedGraphProxy
 
close() - Method in class org.openanzo.client.openrdf.DatasetServiceSailConnection
 
close() - Method in class org.openanzo.client.RemoteGraph
 
close() - Method in class org.openanzo.client.RemoteGraphBase
 
close() - Method in class org.openanzo.client.StoredDatasetserviceDatasetProxy
 
close() - Method in class org.openanzo.common.rdb.container.ContainerConnectionFactory
Close the factory
close() - Method in class org.openanzo.common.rdb.container.ContainerConnectionPool
Close a reference to the pool, and if last reference, close the pool
close() - Method in class org.openanzo.common.rdb.container.RDBConnection
 
close() - Method in class org.openanzo.common.rdb.container.RDBNamedGraphContainer
 
close() - Method in class org.openanzo.common.rdb.layout.indexer.LiteralIndexer
 
close() - Method in class org.openanzo.common.rdb.query.Glitter2ResultSetAdaptor
 
close() - Method in interface org.openanzo.indexer.IIndexer
Cleans up the indexer, freeing resources.
close() - Method in class org.openanzo.indexer.lucene.LuceneIndexerBase
Closes the resources used by the indexer.
close() - Method in class org.openanzo.jastor.CachedPropertyIterator
 
close() - Method in class org.openanzo.jastor.DatasetPropertyIterator
Close the underlying iterator
close() - Method in class org.openanzo.jastor.FilteredMappedIterator
 
close() - Method in class org.openanzo.jastor.PropertyIteratorOld
 
close() - Method in interface org.openanzo.jdbc.utils.ClosableIterator
Close the iterator
close() - Method in class org.openanzo.jdbc.utils.FileLineIterator
 
close(Iterator<?>) - Static method in class org.openanzo.jdbc.utils.IteratorUtils
Makes a best effort to close any closable iterator.
close() - Method in class org.openanzo.jdbc.utils.ResultSetIterator
 
close() - Method in class org.openanzo.model.embedded.EmbeddedModelService
 
close() - Method in class org.openanzo.model.embedded.EmbeddedServiceBase
Close this service, if it is the last reference, then unregister the reset listener
close() - Method in interface org.openanzo.model.IContainer
Disconnect container from its source and close the container Note: Once a container is closed, it is based on the source of the container's data whether or not subsequent calls to connect will return the same data
close() - Method in class org.openanzo.model.impl.ADataset
 
close() - Method in class org.openanzo.model.impl.BasicGraph
Close BasicGraph, will clear all data within graph to free memory.
close() - Method in class org.openanzo.model.impl.ContainerNamedGraph
 
close() - Method in class org.openanzo.model.impl.Dataset
 
close() - Method in class org.openanzo.model.impl.NamedGraphContainer
 
close() - Method in class org.openanzo.model.impl.query.Glitter2BasicResultSetAdaptor
 
close() - Method in class org.openanzo.model.impl.StoredDatasetProxy
 
close() - Method in interface org.openanzo.model.INamedGraph
Close the graph.
close() - Method in class org.openanzo.model.proxy.ProxyGraph
 
close() - Method in class org.openanzo.model.transaction.impl.TransactionContainerProxy
 
close() - Method in class org.openanzo.model.transaction.impl.TransactionNamedGraphProxy
 
close() - Method in class org.openanzo.server.repository.indexer.IndexQueryApi
 
close() - Method in interface org.openanzo.server.repository.IServerService
Close the service
close() - Method in class org.openanzo.server.repository.ModelServiceApi
 
close() - Method in class org.openanzo.server.repository.publisher.EventPublisher
 
close() - Method in class org.openanzo.server.repository.rdb.RepositoryConnection
Close the connection
close() - Method in class org.openanzo.server.repository.rdb.RepositoryConnectionFactory
Close the connection factory
close() - Method in class org.openanzo.server.repository.rdb.RepositoryConnectionPool
 
close() - Method in class org.openanzo.server.security.JaasAuthenticationProvider
 
close() - Method in class org.openanzo.server.security.LdapAuthenticationProvider
 
close() - Method in interface org.openanzo.services.IModelService
Close the ModelService
close() - Method in class org.openanzo.services.impl.NotificationListenerConnection
Close the connection to the notification server
close() - Method in class org.openanzo.services.impl.WSModelService
 
close() - Method in class org.openanzo.utils.CloseableWrapper
 
CLOSE_DB_ERROR - Static variable in interface org.openanzo.common.exceptions.ExceptionConstants.CLIENT.SUBCODES
Error closing DB Minor Code
CloseableDatasetServiceDataset - Class in org.openanzo.client.jena
The CloseableDatasetServiceDataset is the implementation of IClosableDataset returned by the DatasetService's getLocalDataset or getRemoteDataset methods.
CloseableDatasetServiceDataset(JenaDatasetService, boolean, boolean, boolean, boolean, Set<String>, Set<String>) - Constructor for class org.openanzo.client.jena.CloseableDatasetServiceDataset
Create a new CloseableDatasetServiceDataset with a set of URIs to union together to form the defaultGraph and a set of uris for the NamedGraphs.
CloseableWrapper<E> - Class in org.openanzo.utils
Wrap a plain Iterator with a CloseableIterator.
CloseableWrapper(Iterator<E>) - Constructor for class org.openanzo.utils.CloseableWrapper
Create new CloseableWrapper for base iterator
closeAll() - Method in class org.openanzo.atom.memcached.MemcachedClientPool
 
closeLocalGraph(LocalGraph) - Method in class org.openanzo.client.DatasetService
Decrements usage count for Local NamedGraph.
closeRemoteGraph(RemoteGraph) - Method in class org.openanzo.client.DatasetService
Decrements usage count for Remote NamedGraph.
cn - Static variable in class org.openanzo.common.vocabulary.Ldap
ldap attribute: cn
collection - Static variable in interface org.openanzo.atom.jastor.atomowl.RelationType
Individual for URI: http://www.iana.org/assignments/relation/collection
collection - Static variable in interface org.openanzo.atom.jastor.owl.ObjectProperty
Individual for URI: http://boca.adtech.ibm.com/schemas/queso#collection
Collection - Interface in org.openanzo.atom.jastor.queso
Interface for Collection ontology class
Use the org.openanzo.atom.jastor.queso.QuesoFactory to create instances of this interface.
Collection(ArrayList<TriplePatternNode>) - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
Collection(ArrayList<TriplePatternNode>) - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
COLLECTION_PAGE_SIZE - Static variable in interface org.openanzo.atom.AtomConstants
 
CollectionImpl - Class in org.openanzo.atom.jastor.queso
Implementation of Collection Use the org.openanzo.atom.jastor.queso.QuesoFactory to create instances of this class.
collectionProperty - Static variable in interface org.openanzo.atom.jastor.queso.Entry
The Jena Property for collection
Collections - Class in org.openanzo.util
Set of collection utilities
Collections() - Constructor for class org.openanzo.util.Collections
 
Column - Class in org.openanzo.sqlscribe
Represents a relational database table column for use in the query builder framework.
Column(ITable, String, String) - Constructor for class org.openanzo.sqlscribe.Column
Create new Column with a name and alias
Column(ITable, String) - Constructor for class org.openanzo.sqlscribe.Column
Create new Column with a name and alias
COMMA - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
COMMA - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
Command - Interface in org.openanzo.commands
An Command is basic unit of work that can be execute within a transaction.
Command - Interface in org.openanzo.common.ontology
Interface for Command ontology class
Use the org.openanzo.common.ontology.AnzoFactory to create instances of this interface.
command - Static variable in interface org.openanzo.serialization.SerializationConstants
Command Constant
COMMAND_PREFIX - Static variable in interface org.openanzo.model.Constants
Prefix for command URIs
COMMAND_PREREQ_FAILED - Static variable in interface org.openanzo.common.exceptions.ExceptionConstants.MODEL.SUBCODES
Command precondition failed Minor Code
commandBegin - Static variable in interface org.openanzo.serialization.SerializationConstants
commandBegin Constant
CommandChain - Class in org.openanzo.commands
An CommandChain is an Command that is made up of a chain of Commands that get executed in order.
CommandChain() - Constructor for class org.openanzo.commands.CommandChain
 
commandComplete - Static variable in interface org.openanzo.serialization.SerializationConstants
commandComplete Constant
CommandFinishedEvent - Class in org.openanzo.model.event
Event fired when the client finishes processing the contents of a command from the server.
CommandFinishedEvent(ITransactionCommand) - Constructor for class org.openanzo.model.event.CommandFinishedEvent
Create new CommandFinishedEvent
commandId - Static variable in interface org.openanzo.serialization.SerializationConstants
commandId Constant
CommandImpl - Class in org.openanzo.commands
CommandImpl handles the general bookkeeping of the Command interface, including maintaining the dataset, the parent command, and the list of child commands.
CommandImpl() - Constructor for class org.openanzo.commands.CommandImpl
 
CommandImpl - Class in org.openanzo.common.ontology
Implementation of Command Use the org.openanzo.common.ontology.AnzoFactory to create instances of this class.
CommandListener - Interface in org.openanzo.common.ontology
Implementations of this listener may be registered with instances of org.openanzo.common.ontology.Command to receive notification when properties changed, added or removed.
CommandNotificationSelector - Class in org.openanzo.services.impl
Example of a INotificationSelector that registers interest in statements added or deleted within the context of a given CommandType
CommandNotificationSelector(String) - Constructor for class org.openanzo.services.impl.CommandNotificationSelector
Construct a new CommandNotificationSelector tracker.
commandPrecondition - Static variable in interface org.openanzo.serialization.SerializationConstants
CommandPrecondition Constant
CommandStartedEvent - Class in org.openanzo.model.event
Event fired when the client starts processing the contents of a command from the server.
CommandStartedEvent(ITransactionCommand) - Constructor for class org.openanzo.model.event.CommandStartedEvent
Create new CommandStartedEvent
commandType - Variable in class org.openanzo.common.rdb.sql.TransactionSQL.SelectCommandResultImpl
Value for the "commandType" result value
commandType - Static variable in interface org.openanzo.serialization.SerializationConstants
CommandType Constant
comment - Static variable in interface org.openanzo.atom.jastor.rdfs._Property
Individual for URI: http://www.w3.org/2000/01/rdf-schema#comment
comment - Static variable in class org.openanzo.common.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#comment
COMMENT - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
COMMENT - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
commentAdded(_Thing, String) - Method in interface org.openanzo.owl._ThingListener
Called when a value of comment has been added
commentAdded(AnnotationProperty, String) - Method in interface org.openanzo.owl.AnnotationPropertyListener
Called when a value of comment has been added
commentAdded(AntisymmetricProperty, String) - Method in interface org.openanzo.owl.AntisymmetricPropertyListener
Called when a value of comment has been added
commentAdded(Class, String) - Method in interface org.openanzo.owl.ClassListener
Called when a value of comment has been added
commentAdded(_Thing, String) - Method in interface org.openanzo.owl.dataset._ThingListener
Called when a value of comment has been added
commentAdded(_Thing, String) - Method in class org.openanzo.owl.dataset._ThingListenerAdapter
Called when a value of comment has been added
commentAdded(AnnotationProperty, String) - Method in interface org.openanzo.owl.dataset.AnnotationPropertyListener
Called when a value of comment has been added
commentAdded(AnnotationProperty, String) - Method in class org.openanzo.owl.dataset.AnnotationPropertyListenerAdapter
Called when a value of comment has been added
commentAdded(AntisymmetricProperty, String) - Method in interface org.openanzo.owl.dataset.AntisymmetricPropertyListener
Called when a value of comment has been added
commentAdded(AntisymmetricProperty, String) - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyListenerAdapter
Called when a value of comment has been added
commentAdded(Class, String) - Method in interface org.openanzo.owl.dataset.ClassListener
Called when a value of comment has been added
commentAdded(Class, String) - Method in class org.openanzo.owl.dataset.ClassListenerAdapter
Called when a value of comment has been added
commentAdded(DatatypeProperty, String) - Method in interface org.openanzo.owl.dataset.DatatypePropertyListener
Called when a value of comment has been added
commentAdded(DatatypeProperty, String) - Method in class org.openanzo.owl.dataset.DatatypePropertyListenerAdapter
Called when a value of comment has been added
commentAdded(FunctionalDataPropety, String) - Method in interface org.openanzo.owl.dataset.FunctionalDataPropetyListener
Called when a value of comment has been added
commentAdded(FunctionalDataPropety, String) - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyListenerAdapter
Called when a value of comment has been added
commentAdded(FunctionalObjectProperty, String) - Method in interface org.openanzo.owl.dataset.FunctionalObjectPropertyListener
Called when a value of comment has been added
commentAdded(FunctionalObjectProperty, String) - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyListenerAdapter
Called when a value of comment has been added
commentAdded(FunctionalProperty, String) - Method in interface org.openanzo.owl.dataset.FunctionalPropertyListener
Called when a value of comment has been added
commentAdded(FunctionalProperty, String) - Method in class org.openanzo.owl.dataset.FunctionalPropertyListenerAdapter
Called when a value of comment has been added
commentAdded(FunctionalPropety, String) - Method in interface org.openanzo.owl.dataset.FunctionalPropetyListener
Called when a value of comment has been added
commentAdded(FunctionalPropety, String) - Method in class org.openanzo.owl.dataset.FunctionalPropetyListenerAdapter
Called when a value of comment has been added
commentAdded(Individual, String) - Method in interface org.openanzo.owl.dataset.IndividualListener
Called when a value of comment has been added
commentAdded(Individual, String) - Method in class org.openanzo.owl.dataset.IndividualListenerAdapter
Called when a value of comment has been added
commentAdded(InverseFunctionalProperty, String) - Method in interface org.openanzo.owl.dataset.InverseFunctionalPropertyListener
Called when a value of comment has been added
commentAdded(InverseFunctionalProperty, String) - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyListenerAdapter
Called when a value of comment has been added
commentAdded(IrreflexiveProperty, String) - Method in interface org.openanzo.owl.dataset.IrreflexivePropertyListener
Called when a value of comment has been added
commentAdded(IrreflexiveProperty, String) - Method in class org.openanzo.owl.dataset.IrreflexivePropertyListenerAdapter
Called when a value of comment has been added
commentAdded(Nothing, String) - Method in interface org.openanzo.owl.dataset.NothingListener
Called when a value of comment has been added
commentAdded(Nothing, String) - Method in class org.openanzo.owl.dataset.NothingListenerAdapter
Called when a value of comment has been added
commentAdded(ObjectProperty, String) - Method in interface org.openanzo.owl.dataset.ObjectPropertyListener
Called when a value of comment has been added
commentAdded(ObjectProperty, String) - Method in class org.openanzo.owl.dataset.ObjectPropertyListenerAdapter
Called when a value of comment has been added
commentAdded(OWLEntity, String) - Method in interface org.openanzo.owl.dataset.OWLEntityListener
Called when a value of comment has been added
commentAdded(OWLEntity, String) - Method in class org.openanzo.owl.dataset.OWLEntityListenerAdapter
Called when a value of comment has been added
commentAdded(ReflexiveProperty, String) - Method in interface org.openanzo.owl.dataset.ReflexivePropertyListener
Called when a value of comment has been added
commentAdded(ReflexiveProperty, String) - Method in class org.openanzo.owl.dataset.ReflexivePropertyListenerAdapter
Called when a value of comment has been added
commentAdded(SymmetricProperty, String) - Method in interface org.openanzo.owl.dataset.SymmetricPropertyListener
Called when a value of comment has been added
commentAdded(SymmetricProperty, String) - Method in class org.openanzo.owl.dataset.SymmetricPropertyListenerAdapter
Called when a value of comment has been added
commentAdded(TransitiveProperty, String) - Method in interface org.openanzo.owl.dataset.TransitivePropertyListener
Called when a value of comment has been added
commentAdded(TransitiveProperty, String) - Method in class org.openanzo.owl.dataset.TransitivePropertyListenerAdapter
Called when a value of comment has been added
commentAdded(DatatypeProperty, String) - Method in interface org.openanzo.owl.DatatypePropertyListener
Called when a value of comment has been added
commentAdded(FunctionalDataPropety, String) - Method in interface org.openanzo.owl.FunctionalDataPropetyListener
Called when a value of comment has been added
commentAdded(FunctionalObjectProperty, String) - Method in interface org.openanzo.owl.FunctionalObjectPropertyListener
Called when a value of comment has been added
commentAdded(FunctionalProperty, String) - Method in interface org.openanzo.owl.FunctionalPropertyListener
Called when a value of comment has been added
commentAdded(FunctionalPropety, String) - Method in interface org.openanzo.owl.FunctionalPropetyListener
Called when a value of comment has been added
commentAdded(Individual, String) - Method in interface org.openanzo.owl.IndividualListener
Called when a value of comment has been added
commentAdded(InverseFunctionalProperty, String) - Method in interface org.openanzo.owl.InverseFunctionalPropertyListener
Called when a value of comment has been added
commentAdded(IrreflexiveProperty, String) - Method in interface org.openanzo.owl.IrreflexivePropertyListener
Called when a value of comment has been added
commentAdded(Nothing, String) - Method in interface org.openanzo.owl.NothingListener
Called when a value of comment has been added
commentAdded(ObjectProperty, String) - Method in interface org.openanzo.owl.ObjectPropertyListener
Called when a value of comment has been added
commentAdded(OWLEntity, String) - Method in interface org.openanzo.owl.OWLEntityListener
Called when a value of comment has been added
commentAdded(ReflexiveProperty, String) - Method in interface org.openanzo.owl.ReflexivePropertyListener
Called when a value of comment has been added
commentAdded(SymmetricProperty, String) - Method in interface org.openanzo.owl.SymmetricPropertyListener
Called when a value of comment has been added
commentAdded(TransitiveProperty, String) - Method in interface org.openanzo.owl.TransitivePropertyListener
Called when a value of comment has been added
commentAdded(_Property, String) - Method in interface org.openanzo.rdfs._PropertyListener
Called when a value of comment has been added
commentAdded(_Resource, String) - Method in interface org.openanzo.rdfs._ResourceListener
Called when a value of comment has been added
commentAdded(Alt, String) - Method in interface org.openanzo.rdfs.AltListener
Called when a value of comment has been added
commentAdded(Bag, String) - Method in interface org.openanzo.rdfs.BagListener
Called when a value of comment has been added
commentAdded(Class, String) - Method in interface org.openanzo.rdfs.ClassListener
Called when a value of comment has been added
commentAdded(Container, String) - Method in interface org.openanzo.rdfs.ContainerListener
Called when a value of comment has been added
commentAdded(ContainerMembershipProperty, String) - Method in interface org.openanzo.rdfs.ContainerMembershipPropertyListener
Called when a value of comment has been added
commentAdded(_Property, String) - Method in interface org.openanzo.rdfs.dataset._PropertyListener
Called when a value of comment has been added
commentAdded(_Property, String) - Method in class org.openanzo.rdfs.dataset._PropertyListenerAdapter
Called when a value of comment has been added
commentAdded(_Resource, String) - Method in interface org.openanzo.rdfs.dataset._ResourceListener
Called when a value of comment has been added
commentAdded(_Resource, String) - Method in class org.openanzo.rdfs.dataset._ResourceListenerAdapter
Called when a value of comment has been added
commentAdded(Alt, String) - Method in interface org.openanzo.rdfs.dataset.AltListener
Called when a value of comment has been added
commentAdded(Alt, String) - Method in class org.openanzo.rdfs.dataset.AltListenerAdapter
Called when a value of comment has been added
commentAdded(Bag, String) - Method in interface org.openanzo.rdfs.dataset.BagListener
Called when a value of comment has been added
commentAdded(Bag, String) - Method in class org.openanzo.rdfs.dataset.BagListenerAdapter
Called when a value of comment has been added
commentAdded(Class, String) - Method in interface org.openanzo.rdfs.dataset.ClassListener
Called when a value of comment has been added
commentAdded(Class, String) - Method in class org.openanzo.rdfs.dataset.ClassListenerAdapter
Called when a value of comment has been added
commentAdded(Container, String) - Method in interface org.openanzo.rdfs.dataset.ContainerListener
Called when a value of comment has been added
commentAdded(Container, String) - Method in class org.openanzo.rdfs.dataset.ContainerListenerAdapter
Called when a value of comment has been added
commentAdded(ContainerMembershipProperty, String) - Method in interface org.openanzo.rdfs.dataset.ContainerMembershipPropertyListener
Called when a value of comment has been added
commentAdded(ContainerMembershipProperty, String) - Method in class org.openanzo.rdfs.dataset.ContainerMembershipPropertyListenerAdapter
Called when a value of comment has been added
commentAdded(Datatype, String) - Method in interface org.openanzo.rdfs.dataset.DatatypeListener
Called when a value of comment has been added
commentAdded(Datatype, String) - Method in class org.openanzo.rdfs.dataset.DatatypeListenerAdapter
Called when a value of comment has been added
commentAdded(List, String) - Method in interface org.openanzo.rdfs.dataset.ListListener
Called when a value of comment has been added
commentAdded(List, String) - Method in class org.openanzo.rdfs.dataset.ListListenerAdapter
Called when a value of comment has been added
commentAdded(Literal, String) - Method in interface org.openanzo.rdfs.dataset.LiteralListener
Called when a value of comment has been added
commentAdded(Literal, String) - Method in class org.openanzo.rdfs.dataset.LiteralListenerAdapter
Called when a value of comment has been added
commentAdded(Seq, String) - Method in interface org.openanzo.rdfs.dataset.SeqListener
Called when a value of comment has been added
commentAdded(Seq, String) - Method in class org.openanzo.rdfs.dataset.SeqListenerAdapter
Called when a value of comment has been added
commentAdded(Datatype, String) - Method in interface org.openanzo.rdfs.DatatypeListener
Called when a value of comment has been added
commentAdded(List, String) - Method in interface org.openanzo.rdfs.ListListener
Called when a value of comment has been added
commentAdded(Literal, String) - Method in interface org.openanzo.rdfs.LiteralListener
Called when a value of comment has been added
commentAdded(Seq, String) - Method in interface org.openanzo.rdfs.SeqListener
Called when a value of comment has been added
commentProperty - Static variable in interface org.openanzo.atom.jastor.rdfs._Property
The Jena Property for comment
commentProperty - Static variable in interface org.openanzo.atom.jastor.rdfs._Resource
The Jena Property for comment
commentProperty - Static variable in interface org.openanzo.atom.jastor.rdfs._Statement
The Jena Property for comment
commentProperty - Static variable in interface org.openanzo.atom.jastor.rdfs.Alt
The Jena Property for comment
commentProperty - Static variable in interface org.openanzo.atom.jastor.rdfs.Bag
The Jena Property for comment
commentProperty - Static variable in interface org.openanzo.atom.jastor.rdfs.Class
The Jena Property for comment
commentProperty - Static variable in interface org.openanzo.atom.jastor.rdfs.Container
The Jena Property for comment
commentProperty - Static variable in interface org.openanzo.atom.jastor.rdfs.ContainerMembershipProperty
The Jena Property for comment
commentProperty - Static variable in interface org.openanzo.atom.jastor.rdfs.Datatype
The Jena Property for comment
commentProperty - Static variable in interface org.openanzo.atom.jastor.rdfs.List
The Jena Property for comment
commentProperty - Static variable in interface org.openanzo.atom.jastor.rdfs.Literal
The Jena Property for comment
commentProperty - Static variable in interface org.openanzo.atom.jastor.rdfs.Seq
The Jena Property for comment
commentProperty - Static variable in interface org.openanzo.atom.jastor.rdfs.XMLLiteral
The Jena Property for comment
commentProperty - Static variable in interface org.openanzo.rdfs._Resource
The Anzo Property for comment
commentProperty - Static variable in interface org.openanzo.rdfs.dataset._Resource
The Anzo Property for comment
commentRemoved(_Thing, String) - Method in interface org.openanzo.owl._ThingListener
Called when a value of comment has been removed
commentRemoved(AnnotationProperty, String) - Method in interface org.openanzo.owl.AnnotationPropertyListener
Called when a value of comment has been removed
commentRemoved(AntisymmetricProperty, String) - Method in interface org.openanzo.owl.AntisymmetricPropertyListener
Called when a value of comment has been removed
commentRemoved(Class, String) - Method in interface org.openanzo.owl.ClassListener
Called when a value of comment has been removed
commentRemoved(_Thing, String) - Method in interface org.openanzo.owl.dataset._ThingListener
Called when a value of comment has been removed
commentRemoved(_Thing, String) - Method in class org.openanzo.owl.dataset._ThingListenerAdapter
Called when a value of comment has been removed
commentRemoved(AnnotationProperty, String) - Method in interface org.openanzo.owl.dataset.AnnotationPropertyListener
Called when a value of comment has been removed
commentRemoved(AnnotationProperty, String) - Method in class org.openanzo.owl.dataset.AnnotationPropertyListenerAdapter
Called when a value of comment has been removed
commentRemoved(AntisymmetricProperty, String) - Method in interface org.openanzo.owl.dataset.AntisymmetricPropertyListener
Called when a value of comment has been removed
commentRemoved(AntisymmetricProperty, String) - Method in class org.openanzo.owl.dataset.AntisymmetricPropertyListenerAdapter
Called when a value of comment has been removed
commentRemoved(Class, String) - Method in interface org.openanzo.owl.dataset.ClassListener
Called when a value of comment has been removed
commentRemoved(Class, String) - Method in class org.openanzo.owl.dataset.ClassListenerAdapter
Called when a value of comment has been removed
commentRemoved(DatatypeProperty, String) - Method in interface org.openanzo.owl.dataset.DatatypePropertyListener
Called when a value of comment has been removed
commentRemoved(DatatypeProperty, String) - Method in class org.openanzo.owl.dataset.DatatypePropertyListenerAdapter
Called when a value of comment has been removed
commentRemoved(FunctionalDataPropety, String) - Method in interface org.openanzo.owl.dataset.FunctionalDataPropetyListener
Called when a value of comment has been removed
commentRemoved(FunctionalDataPropety, String) - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyListenerAdapter
Called when a value of comment has been removed
commentRemoved(FunctionalObjectProperty, String) - Method in interface org.openanzo.owl.dataset.FunctionalObjectPropertyListener
Called when a value of comment has been removed
commentRemoved(FunctionalObjectProperty, String) - Method in class org.openanzo.owl.dataset.FunctionalObjectPropertyListenerAdapter
Called when a value of comment has been removed
commentRemoved(FunctionalProperty, String) - Method in interface org.openanzo.owl.dataset.FunctionalPropertyListener
Called when a value of comment has been removed
commentRemoved(FunctionalProperty, String) - Method in class org.openanzo.owl.dataset.FunctionalPropertyListenerAdapter
Called when a value of comment has been removed
commentRemoved(FunctionalPropety, String) - Method in interface org.openanzo.owl.dataset.FunctionalPropetyListener
Called when a value of comment has been removed
commentRemoved(FunctionalPropety, String) - Method in class org.openanzo.owl.dataset.FunctionalPropetyListenerAdapter
Called when a value of comment has been removed
commentRemoved(Individual, String) - Method in interface org.openanzo.owl.dataset.IndividualListener
Called when a value of comment has been removed
commentRemoved(Individual, String) - Method in class org.openanzo.owl.dataset.IndividualListenerAdapter
Called when a value of comment has been removed
commentRemoved(InverseFunctionalProperty, String) - Method in interface org.openanzo.owl.dataset.InverseFunctionalPropertyListener
Called when a value of comment has been removed
commentRemoved(InverseFunctionalProperty, String) - Method in class org.openanzo.owl.dataset.InverseFunctionalPropertyListenerAdapter
Called when a value of comment has been removed
commentRemoved(IrreflexiveProperty, String) - Method in interface org.openanzo.owl.dataset.IrreflexivePropertyListener
Called when a value of comment has been removed
commentRemoved(IrreflexiveProperty, String) - Method in class org.openanzo.owl.dataset.IrreflexivePropertyListenerAdapter
Called when a value of comment has been removed
commentRemoved(Nothing, String) - Method in interface org.openanzo.owl.dataset.NothingListener
Called when a value of comment has been removed
commentRemoved(Nothing, String) - Method in class org.openanzo.owl.dataset.NothingListenerAdapter
Called when a value of comment has been removed
commentRemoved(ObjectProperty, String) - Method in interface org.openanzo.owl.dataset.ObjectPropertyListener
Called when a value of comment has been removed
commentRemoved(ObjectProperty, String) - Method in class org.openanzo.owl.dataset.ObjectPropertyListenerAdapter
Called when a value of comment has been removed
commentRemoved(OWLEntity, String) - Method in interface org.openanzo.owl.dataset.OWLEntityListener
Called when a value of comment has been removed
commentRemoved(OWLEntity, String) - Method in class org.openanzo.owl.dataset.OWLEntityListenerAdapter
Called when a value of comment has been removed
commentRemoved(ReflexiveProperty, String) - Method in interface org.openanzo.owl.dataset.ReflexivePropertyListener
Called when a value of comment has been removed
commentRemoved(ReflexiveProperty, String) - Method in class org.openanzo.owl.dataset.ReflexivePropertyListenerAdapter
Called when a value of comment has been removed
commentRemoved(SymmetricProperty, String) - Method in interface org.openanzo.owl.dataset.SymmetricPropertyListener
Called when a value of comment has been removed
commentRemoved(SymmetricProperty, String) - Method in class org.openanzo.owl.dataset.SymmetricPropertyListenerAdapter
Called when a value of comment has been removed
commentRemoved(TransitiveProperty, String) - Method in interface org.openanzo.owl.dataset.TransitivePropertyListener
Called when a value of comment has been removed
commentRemoved(TransitiveProperty, String) - Method in class org.openanzo.owl.dataset.TransitivePropertyListenerAdapter
Called when a value of comment has been removed
commentRemoved(DatatypeProperty, String) - Method in interface org.openanzo.owl.DatatypePropertyListener
Called when a value of comment has been removed
commentRemoved(FunctionalDataPropety, String) - Method in interface org.openanzo.owl.FunctionalDataPropetyListener
Called when a value of comment has been removed
commentRemoved(FunctionalObjectProperty, String) - Method in interface org.openanzo.owl.FunctionalObjectPropertyListener
Called when a value of comment has been removed
commentRemoved(FunctionalProperty, String) - Method in interface org.openanzo.owl.FunctionalPropertyListener
Called when a value of comment has been removed
commentRemoved(FunctionalPropety, String) - Method in interface org.openanzo.owl.FunctionalPropetyListener
Called when a value of comment has been removed
commentRemoved(Individual, String) - Method in interface org.openanzo.owl.IndividualListener
Called when a value of comment has been removed
commentRemoved(InverseFunctionalProperty, String) - Method in interface org.openanzo.owl.InverseFunctionalPropertyListener
Called when a value of comment has been removed
commentRemoved(IrreflexiveProperty, String) - Method in interface org.openanzo.owl.IrreflexivePropertyListener
Called when a value of comment has been removed
commentRemoved(Nothing, String) - Method in interface org.openanzo.owl.NothingListener
Called when a value of comment has been removed
commentRemoved(ObjectProperty, String) - Method in interface org.openanzo.owl.ObjectPropertyListener
Called when a value of comment has been removed
commentRemoved(OWLEntity, String) - Method in interface org.openanzo.owl.OWLEntityListener
Called when a value of comment has been removed
commentRemoved(ReflexiveProperty, String) - Method in interface org.openanzo.owl.ReflexivePropertyListener
Called when a value of comment has been removed
commentRemoved(SymmetricProperty, String) - Method in interface org.openanzo.owl.SymmetricPropertyListener
Called when a value of comment has been removed
commentRemoved(TransitiveProperty, String) - Method in interface org.openanzo.owl.TransitivePropertyListener
Called when a value of comment has been removed
commentRemoved(_Property, String) - Method in interface org.openanzo.rdfs._PropertyListener
Called when a value of comment has been removed
commentRemoved(_Resource, String) - Method in interface org.openanzo.rdfs._ResourceListener
Called when a value of comment has been removed
commentRemoved(Alt, String) - Method in interface org.openanzo.rdfs.AltListener
Called when a value of comment has been removed
commentRemoved(Bag, String) - Method in interface org.openanzo.rdfs.BagListener
Called when a value of comment has been removed
commentRemoved(Class, String) - Method in interface org.openanzo.rdfs.ClassListener
Called when a value of comment has been removed
commentRemoved(Container, String) - Method in interface org.openanzo.rdfs.ContainerListener
Called when a value of comment has been removed
commentRemoved(ContainerMembershipProperty, String) - Method in interface org.openanzo.rdfs.ContainerMembershipPropertyListener
Called when a value of comment has been removed
commentRemoved(_Property, String) - Method in interface org.openanzo.rdfs.dataset._PropertyListener
Called when a value of comment has been removed
commentRemoved(_Property, String) - Method in class org.openanzo.rdfs.dataset._PropertyListenerAdapter
Called when a value of comment has been removed
commentRemoved(_Resource, String) - Method in interface org.openanzo.rdfs.dataset._ResourceListener
Called when a value of comment has been removed
commentRemoved(_Resource, String) - Method in class org.openanzo.rdfs.dataset._ResourceListenerAdapter
Called when a value of comment has been removed
commentRemoved(Alt, String) - Method in interface org.openanzo.rdfs.dataset.AltListener
Called when a value of comment has been removed
commentRemoved(Alt, String) - Method in class org.openanzo.rdfs.dataset.AltListenerAdapter
Called when a value of comment has been removed
commentRemoved(Bag, String) - Method in interface org.openanzo.rdfs.dataset.BagListener
Called when a value of comment has been removed
commentRemoved(Bag, String) - Method in class org.openanzo.rdfs.dataset.BagListenerAdapter
Called when a value of comment has been removed
commentRemoved(Class, String) - Method in interface org.openanzo.rdfs.dataset.ClassListener
Called when a value of comment has been removed
commentRemoved(Class, String) - Method in class org.openanzo.rdfs.dataset.ClassListenerAdapter
Called when a value of comment has been removed
commentRemoved(Container, String) - Method in interface org.openanzo.rdfs.dataset.ContainerListener
Called when a value of comment has been removed
commentRemoved(Container, String) - Method in class org.openanzo.rdfs.dataset.ContainerListenerAdapter
Called when a value of comment has been removed
commentRemoved(ContainerMembershipProperty, String) - Method in interface org.openanzo.rdfs.dataset.ContainerMembershipPropertyListener
Called when a value of comment has been removed
commentRemoved(ContainerMembershipProperty, String) - Method in class org.openanzo.rdfs.dataset.ContainerMembershipPropertyListenerAdapter
Called when a value of comment has been removed
commentRemoved(Datatype, String) - Method in interface org.openanzo.rdfs.dataset.DatatypeListener
Called when a value of comment has been removed
commentRemoved(Datatype, String) - Method in class org.openanzo.rdfs.dataset.DatatypeListenerAdapter
Called when a value of comment has been removed
commentRemoved(List, String) - Method in interface org.openanzo.rdfs.dataset.ListListener
Called when a value of comment has been removed
commentRemoved(List, String) - Method in class org.openanzo.rdfs.dataset.ListListenerAdapter
Called when a value of comment has been removed
commentRemoved(Literal, String) - Method in interface org.openanzo.rdfs.dataset.LiteralListener
Called when a value of comment has been removed
commentRemoved(Literal, String) - Method in class org.openanzo.rdfs.dataset.LiteralListenerAdapter
Called when a value of comment has been removed
commentRemoved(Seq, String) - Method in interface org.openanzo.rdfs.dataset.SeqListener
Called when a value of comment has been removed
commentRemoved(Seq, String) - Method in class org.openanzo.rdfs.dataset.SeqListenerAdapter
Called when a value of comment has been removed
commentRemoved(Datatype, String) - Method in interface org.openanzo.rdfs.DatatypeListener
Called when a value of comment has been removed
commentRemoved(List, String) - Method in interface org.openanzo.rdfs.ListListener
Called when a value of comment has been removed
commentRemoved(Literal, String) - Method in interface org.openanzo.rdfs.LiteralListener
Called when a value of comment has been removed
commentRemoved(Seq, String) - Method in interface org.openanzo.rdfs.SeqListener
Called when a value of comment has been removed
commit() - Method in class org.openanzo.atom.client.APPRepository
 
commit() - Method in class org.openanzo.client.DatasetService
Commit the current transaction
commit() - Method in class org.openanzo.client.openrdf.DatasetServiceSailConnection
 
commit() - Method in class org.openanzo.common.rdb.container.RDBConnection
Commit database transaction
commit() - Method in class org.openanzo.common.rdb.container.RDBNamedGraphContainer
Commit database transaction
commit() - Method in interface org.openanzo.model.ITransactionManager
Commit the current transaction
commit() - Method in class org.openanzo.model.transaction.impl.LockingTransactionManager
Commit the current transaction
commit() - Method in class org.openanzo.model.transaction.impl.TransactionManager
 
commit() - Method in class org.openanzo.server.repository.rdb.RepositoryConnection
Commit database transaction
commit() - Method in class org.openanzo.server.repository.structures.ACI
Commit the changes to this ACI to the database
commit() - Method in class org.openanzo.server.repository.structures.ACL
Commit changes to this ACL to the database
commit() - Method in class org.openanzo.server.repository.structures.NamedGraph
Commit changes to the database
commit() - Method in class org.openanzo.server.repository.structures.Statement
Commit the changes for this statement into the database threw a BatchExecutor
commit() - Method in class org.openanzo.server.security.JaasLoginModule
 
commitImmediate(PreparedStatementCache) - Method in class org.openanzo.jdbc.utils.batchable.Batchable.BatchOperation
Commit this Batchable to the DB
commitInsertStatements - Static variable in class org.openanzo.common.rdb.sql.GraphSQL
Constant "commitInsertStatements" used to reference prepared statement graph.commitInsertStatements INSERT INTO ${b} (METADATA,NAMEDGRAPHID,SUBJ,PROP,OBJ) SELECT ST.METADATA, ST.NAMEDGRAPHID, ST.SUBJ, ST.PROP, ST.OBJ FROM ${a} ST
commitInsertStatements(PreparedStatementCache, String, String) - Static method in class org.openanzo.common.rdb.sql.GraphSQL
Runs the commitInsertStatements prepared statement.
commitInsertStatements - Static variable in class org.openanzo.server.repository.rdb.sql.InsertStatementsRdbWrapper
Constant "commitInsertStatements" used to reference prepared statement InsertStatements.commitInsertStatements INSERT INTO STATEMENTS(NAMEDGRAPHID,SUBJ,PROP,OBJ,HSTART) SELECT ${a}STMTS_TMP.NAMEDGRAPHID, ${a}STMTS_TMP.SUBJ, ${a}STMTS_TMP.PROP, ${a}STMTS_TMP.OBJ, ${a}STMTS_TMP.MODIFIED FROM ${a}STMTS_TMP WHERE ${a}STMTS_TMP.OPERATION=1
commitInsertStatements(PreparedStatementCache, String) - Static method in class org.openanzo.server.repository.rdb.sql.InsertStatementsRdbWrapper
Runs the commitInsertStatements prepared statement.
commitInsertStatementsNew - Static variable in class org.openanzo.common.rdb.sql.GraphSQL
Constant "commitInsertStatementsNew" used to reference prepared statement graph.commitInsertStatementsNew MERGE INTO ${b} USING ${a} ON ${b}.NAMEDGRAPHID = ${a}.NAMEDGRAPHID AND ${b}.SUBJ = ${a}.SUBJ AND ${b}.PROP = ${a}.PROP AND ${b}.OBJ = ${a}.OBJ WHEN NOT MATCHED THEN INSERT (NAMEDGRAPHID,SUBJ,PROP,OBJ) VALUES(${a}.NAMEDGRAPHID,${a}.SUBJ,${a}.PROP,${a}.OBJ) ELSE IGNORE
commitInsertStatementsNew(PreparedStatementCache, String, String) - Static method in class org.openanzo.common.rdb.sql.GraphSQL
Runs the commitInsertStatementsNew prepared statement.
commitRemoveStatements - Static variable in class org.openanzo.server.repository.rdb.sql.InsertStatementsRdbWrapper
Constant "commitRemoveStatements" used to reference prepared statement InsertStatements.commitRemoveStatements UPDATE STATEMENTS SET HEND=? WHERE ID IN( SELECT DISTINCT S.ID FROM ${a}STMTS_TMP ST,STATEMENTS S WHERE ST.OPERATION=0 AND ST.SUBJ=S.SUBJ AND ST.PROP=S.PROP AND ST.OBJ=S.OBJ AND ST.NAMEDGRAPHID=S.NAMEDGRAPHID AND S.HEND IS NULL)
commitRemoveStatements(PreparedStatementCache, Long, String) - Static method in class org.openanzo.server.repository.rdb.sql.InsertStatementsRdbWrapper
Runs the commitRemoveStatements prepared statement.
CommitTransactionEvent - Class in org.openanzo.model.event
Transaction was committed
CommitTransactionEvent(ITransaction) - Constructor for class org.openanzo.model.event.CommitTransactionEvent
Create a new CommitTransactionEvent
commitTransactionQueue() - Method in class org.openanzo.model.transaction.impl.TransactionNamedGraphProxy
 
commitTransactionQueue() - Method in interface org.openanzo.model.transaction.ITransactionGraph
Commit the transaction queue.
commitUncommittedCache() - Method in class org.openanzo.common.rdb.layout.CompositeNodeLayout
Commit the in-memory uncommitted cache data
commitUncommittedCache() - Method in interface org.openanzo.common.rdb.layout.ILayoutCache
Commit any uncommitted cache entries
commitUncommittedCache() - Method in class org.openanzo.common.rdb.layout.NodeLayoutCacheProxy
 
commitUncommittedCache() - Method in class org.openanzo.common.rdb.layout.ValueLayoutCacheProxy
 
commitUnResolvedLiterals - Static variable in class org.openanzo.common.rdb.sql.NodeSQL
Constant "commitUnResolvedLiterals" used to reference prepared statement node.commitUnResolvedLiterals INSERT INTO ${b} (ID,MODIFIER_ID,VALUE) SELECT ${a}.ID,${a}.MODIFIER_ID,${a}.VALUE FROM ${a} WHERE ${a}.TYPE=1
commitUnResolvedLiterals(PreparedStatementCache, String, String) - Static method in class org.openanzo.common.rdb.sql.NodeSQL
Runs the commitUnResolvedLiterals prepared statement.
commitUnResolvedUris - Static variable in class org.openanzo.common.rdb.sql.NodeSQL
Constant "commitUnResolvedUris" used to reference prepared statement node.commitUnResolvedUris INSERT INTO ${b} (ID,VALUE) SELECT ${a}.ID,${a}.VALUE FROM ${a} WHERE ${a}.TYPE=1
commitUnResolvedUris(PreparedStatementCache, String, String) - Static method in class org.openanzo.common.rdb.sql.NodeSQL
Runs the commitUnResolvedUris prepared statement.
compare(PatternSolution, PatternSolution) - Method in class org.openanzo.glitter.query.PatternSolutionImpl.SetSolutionComparator
 
compare(PatternSolution, PatternSolution) - Method in class org.openanzo.glitter.query.SolutionSorter
Compares two solutions by evaluating the ordering expressions in the context of the two solutions.
compare(IEdge, IEdge) - Method in class org.openanzo.jastor.util.graph.EdgeMem.EdgeComparator
 
compareBooleans(RDFTerm, RDFTerm) - Static method in class org.openanzo.glitter.expression.FunctionBase
Compares two boolean RDF terms
compareBooleans(RDFTerm, RDFTerm, boolean) - Static method in class org.openanzo.glitter.expression.FunctionBase
Compares two boolean RDF terms
compareDateTimes(RDFTerm, RDFTerm) - Static method in class org.openanzo.glitter.expression.FunctionBase
Compares two datetime RDF terms.
compareNumerics(RDFTerm, RDFTerm) - Static method in class org.openanzo.glitter.expression.FunctionBase
Compares two numeric RDF terms
compareStringLiterals(RDFTerm, RDFTerm) - Static method in class org.openanzo.glitter.expression.FunctionBase
Compares two string RDF terms
compareTo(TriplePatternComponent) - Method in class org.openanzo.common.rdb.query.BlankNode
 
compareTo(TriplePatternComponent) - Method in class org.openanzo.common.rdb.query.IRIReference
 
compareTo(TriplePatternComponent) - Method in class org.openanzo.common.rdb.query.Literal
 
compareTo(PatternSolution) - Method in class org.openanzo.glitter.query.PatternSolutionImpl
 
compareTo(OdoTripleNode) - Method in class org.openanzo.glitter.query.planning.OdoTripleNode
 
compareTo(TripleNode) - Method in class org.openanzo.glitter.query.planning.TripleNode
 
compareTo(TriplePatternComponent) - Method in class org.openanzo.glitter.rdf.BlankNodeManager.BlankNode
 
compareTo(Bindable) - Method in class org.openanzo.glitter.rdf.BlankNodeManager.BlankNode
 
compareTo(TriplePatternComponent) - Method in class org.openanzo.glitter.rdf.IRIReference
 
compareTo(TriplePatternComponent) - Method in class org.openanzo.glitter.rdf.PlainLiteral
 
compareTo(TriplePatternComponent) - Method in interface org.openanzo.glitter.rdf.TriplePatternComponent
Compares to TriplePatternComponents for ordering.
compareTo(TriplePatternComponent) - Method in class org.openanzo.glitter.rdf.TypedLiteral
 
compareTo(Bindable) - Method in class org.openanzo.glitter.rdf.Variable
 
compareTo(TriplePatternComponent) - Method in class org.openanzo.glitter.rdf.Variable
 
compareTo(PolymorphicNumber) - Method in class org.openanzo.glitter.util.PolymorphicNumber
 
compareTo(Column) - Method in class org.openanzo.sqlscribe.Column
 
compareTo(Table) - Method in class org.openanzo.sqlscribe.Table
 
compareTo(TempTable) - Method in class org.openanzo.sqlscribe.TempTable
 
complementOfAdded(DataRange, Class) - Method in interface org.openanzo.owl.DataRangeListener
Called when a value of complementOf has been added
complementOfAdded(DataRange, Class) - Method in interface org.openanzo.owl.dataset.DataRangeListener
Called when a value of complementOf has been added
complementOfAdded(DataRange, Class) - Method in class org.openanzo.owl.dataset.DataRangeListenerAdapter
Called when a value of complementOf has been added
complementOfProperty - Static variable in interface org.openanzo.owl.DataRange
The Anzo Property for complementOf
complementOfProperty - Static variable in interface org.openanzo.owl.dataset.DataRange
The Anzo Property for complementOf
complementOfRemoved(DataRange, Class) - Method in interface org.openanzo.owl.DataRangeListener
Called when a value of complementOf has been removed
complementOfRemoved(DataRange, Class) - Method in interface org.openanzo.owl.dataset.DataRangeListener
Called when a value of complementOf has been removed
complementOfRemoved(DataRange, Class) - Method in class org.openanzo.owl.dataset.DataRangeListenerAdapter
Called when a value of complementOf has been removed
composedSolutions() - Method in class org.openanzo.glitter.query.ParallelQueryExecutor
 
composedSolutions() - Method in interface org.openanzo.glitter.query.QueryExecutor
Clients of an executor need to know whether the executor had a handle in putting together results, to know if reordering might be necessary.
composedSolutions() - Method in class org.openanzo.glitter.query.SerialQueryExecutor
 
CompositeIterator<T> - Class in org.openanzo.util
Combine 2 iterators into a composite iterator
CompositeIterator(Iterator<? extends T>, Iterator<? extends T>) - Constructor for class org.openanzo.util.CompositeIterator
Create a composite of 2 iterators
CompositeNodeLayout - Class in org.openanzo.common.rdb.layout
Provides cached access to RDF Nodes persisted in a relational database according to the 'node centric layout' schema.
CompositeNodeLayout(SQLCache, Sequence, LiteralIndexer, String, int, String, boolean, String, CacheProvider) - Constructor for class org.openanzo.common.rdb.layout.CompositeNodeLayout
Construct a layout to store nodes in a database
CompositeNodeLayout(SQLCache, Sequence, LiteralIndexer, String, int, int, String, boolean, String) - Constructor for class org.openanzo.common.rdb.layout.CompositeNodeLayout
Construct a layout to store nodes in a database
CompositionTask - Class in org.openanzo.jdbc.utils.opgen.ant
An ant task to reads in rdb statements (SQL, DDL, etc.) from files (as specified in the ant file) and composes Anzo SQL Files (i.e.
CompositionTask() - Constructor for class org.openanzo.jdbc.utils.opgen.ant.CompositionTask
Create a new composition task
CompositionTask.PSTask - Class in org.openanzo.jdbc.utils.opgen.ant
Provides file listings of prepared statements.
CompositionTask.PSTask() - Constructor for class org.openanzo.jdbc.utils.opgen.ant.CompositionTask.PSTask
 
computeCost(TreeNode) - Method in interface org.openanzo.glitter.query.NodeCostModel
 
computeCost(TreeNode) - Method in class org.openanzo.glitter.query.planning.SimpleCostModel
 
ConditionalAndExpression() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
ConditionalAndExpression() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
ConditionalGrounding - Class in org.openanzo.server.repository.querybuilder
Provides a grounding for a resource object that matches if another column is true using SMALLINT == 1 as a boolean true value.
ConditionalGrounding(URI, Value, Column) - Constructor for class org.openanzo.server.repository.querybuilder.ConditionalGrounding
Create new ConditionalGrounding
ConditionalGrounding(URI, Column, ObjectGrounding.RdbColumn, Column) - Constructor for class org.openanzo.server.repository.querybuilder.ConditionalGrounding
Create new ConditionalGrounding
ConditionalGrounding(URI, Column, ObjectGrounding.RdbColumn, Constraint, Column) - Constructor for class org.openanzo.server.repository.querybuilder.ConditionalGrounding
Create new ConditionalGrounding
ConditionalGrounding(URI, Column, ObjectGrounding.RdbColumn, Collection<Constraint>, Column) - Constructor for class org.openanzo.server.repository.querybuilder.ConditionalGrounding
Create new ConditionalGrounding
ConditionalOrExpression() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
ConditionalOrExpression() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
ConfigurationException - Exception in org.openanzo.glitter.exception
The Glitter Engine throws this exception if it is unable to access or instantiate any of the classes referenced in an EngineConfig.
ConfigurationException(Throwable) - Constructor for exception org.openanzo.glitter.exception.ConfigurationException
 
conflictOccurred(Statement) - Method in interface org.openanzo.model.replica.IReplicaGraphListener
Notification that a statement conflict occurred
conjoin(PatternSolution) - Method in interface org.openanzo.glitter.query.PatternSolution
See: http://wiki.atg.ibm.com/index.php?title=SPARQL_algebra#Conjunction
conjoin(PatternSolution) - Method in class org.openanzo.glitter.query.PatternSolutionImpl
 
ConjunctiveRewriter - Class in org.openanzo.glitter.query.rewriter
The ConjunctiveRewriter takes advantage of the following equalities: { t1 t2 { t3 } } = t1 t2 t3 That is, triples within a single BGP are conjoined, as are GraphPatterns within a group.
ConjunctiveRewriter() - Constructor for class org.openanzo.glitter.query.rewriter.ConjunctiveRewriter
 
connect() - Method in class org.openanzo.client.NotificationContainerProxy
 
connect() - Method in class org.openanzo.client.StoredDatasetserviceDatasetProxy
 
connect() - Method in class org.openanzo.common.rdb.container.RDBConnection
 
connect() - Method in class org.openanzo.common.rdb.container.RDBNamedGraphContainer
 
connect() - Method in class org.openanzo.model.embedded.EmbeddedNotificationService
 
connect() - Method in interface org.openanzo.model.IContainer
Connect container to its source
connect() - Method in class org.openanzo.model.impl.ADataset
 
connect() - Method in class org.openanzo.model.impl.NamedGraphContainer
 
connect() - Method in class org.openanzo.model.impl.StoredDatasetProxy
 
connect() - Method in class org.openanzo.model.transaction.impl.TransactionContainerProxy
 
connect() - Method in class org.openanzo.services.impl.JMSNotificationService
 
connect() - Method in class org.openanzo.services.impl.NotificationListenerConnection
Connect to the notification server
connect() - Method in interface org.openanzo.services.INotificationService
Connect to the Notification Server
CONNECTED - Static variable in interface org.openanzo.services.INotificationListener
INotificationService is connected to the server
CONNECTION_ERROR - Static variable in interface org.openanzo.common.exceptions.ExceptionConstants.DB.CODES
Error with jdbc connection Major Code
CONNECTIONFAILED - Static variable in interface org.openanzo.services.INotificationListener
INotificationService failed to connect to the server
connectionStateChanged(int) - Method in class org.openanzo.atom.cache.AtomCacheEventListener
 
connectionStateChanged(int) - Method in class org.openanzo.atom.NotificationListener
 
connectionStateChanged(int) - Method in interface org.openanzo.services.INotificationListener
Event about the state of the INotificationService's connection to the NotificationServer
connectionStateChanged(int) - Method in class org.openanzo.services.NotificationListenerAdapter
 
connectionStateChanged(int) - Method in class org.openanzo.telar.web.cache.CacheEventListener
 
connectProvider(Session, Destination, MessageListener) - Method in class org.openanzo.common.jms.ActiveMqProvider
 
connectProvider(Session, Destination, MessageListener) - Method in interface org.openanzo.services.IJmsProvider
Do any provider specific operations in order to finish connecting to provider.
Constant - Interface in org.openanzo.owl
Interface for Constant ontology class
Use the org.openanzo.owl.OWL11Factory to create instances of this interface.
Constant - Interface in org.openanzo.owl.dataset
Interface for Constant ontology class
Use the org.openanzo.owl.dataset.OWL11Factory to create instances of this interface.
ConstantImpl - Class in org.openanzo.owl
Implementation of Constant Use the org.openanzo.owl.OWL11Factory to create instances of this class.
ConstantImpl - Class in org.openanzo.owl.dataset
Implementation of Constant Use the org.openanzo.owl.dataset.OWL11Factory to create instances of this class.
ConstantListener - Interface in org.openanzo.owl
Implementations of this listener may be registered with instances of org.openanzo.owl.Constant to receive notification when properties changed, added or removed.
ConstantListener - Interface in org.openanzo.owl.dataset
Implementations of this listener may be registered with instances of org.openanzo.owl.dataset.Constant to receive notification when properties changed, added or removed.
ConstantListenerAdapter - Class in org.openanzo.owl.dataset
Implementations of this listener may be registered with instances of org.openanzo.owl.dataset.Constant to receive notification when properties changed, added or removed.
ConstantListenerAdapter() - Constructor for class org.openanzo.owl.dataset.ConstantListenerAdapter
 
Constants - Class in org.openanzo.client.jena
Constants used within jena wrapper
Constants() - Constructor for class org.openanzo.client.jena.Constants
 
Constants - Class in org.openanzo.glitter.util
A collection of static members that represent common constants used in working with SPARQL queries.
Constants() - Constructor for class org.openanzo.glitter.util.Constants
 
Constants - Interface in org.openanzo.model
Constants for URL prefixes, RDF types, Predicate URIs and config property key names.
Constants - Interface in org.openanzo.telar
 
constrainObject(Value, CompositeNodeLayout) - Method in class org.openanzo.server.repository.querybuilder.PropertyGrounding
Constrains the objects this element will match to the one specified and returns SQL representation of query if this grounding matches.
constrainPredicate(URI) - Method in class org.openanzo.server.repository.querybuilder.PropertyGrounding
Determine if this grounding's predicate matches the provided predicate
Constraint() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
Constraint() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
Constraint - Interface in org.openanzo.sqlscribe
Common interface for all constraint types used in a SQL query.
Construct - Class in org.openanzo.glitter.query
The Construct query form applies the result set's bindings to an RDF template, resulting in an RDF graph.
Construct(List<TriplePatternNode>) - Constructor for class org.openanzo.glitter.query.Construct
Constructor.
CONSTRUCT - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
CONSTRUCT - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
ConstructQuery() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
ConstructQuery() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
ConstructTemplate() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
ConstructTemplate() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
ConstructTriples(ArrayList<TriplePatternNode>) - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
ConstructTriples(ArrayList<TriplePatternNode>) - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
Container - Interface in org.openanzo.atom.jastor.rdfs
Interface for Container ontology class
Use the org.openanzo.atom.jastor.rdfs.Factory to create instances of this interface.
Container - Static variable in class org.openanzo.common.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#Container
Container - Interface in org.openanzo.rdfs
Interface for Container ontology class
Use the org.openanzo.rdfs.RDFSFactory to create instances of this interface.
Container - Interface in org.openanzo.rdfs.dataset
Interface for Container ontology class
Use the org.openanzo.rdfs.dataset.RDFSFactory to create instances of this interface.
ContainerConnectionFactory - Class in org.openanzo.common.rdb.container
ContainerConnectionFactory is used to create RDBConnections for a pool
ContainerConnectionFactory(ContainerConnectionPool, GenericObjectPool, LiteralIndexer, int, int, RDBConfiguration) - Constructor for class org.openanzo.common.rdb.container.ContainerConnectionFactory
Create new ContainerConnectionPoolFactory
ContainerConnectionPool - Class in org.openanzo.common.rdb.container
Manages a pool of RDBConnection objects.
ContainerConnectionPool(Properties, LiteralIndexer) - Constructor for class org.openanzo.common.rdb.container.ContainerConnectionPool
Create new ContainerConnectionPool
ContainerDataset - Class in org.openanzo.model.impl
ContainerDataset is a Dataset that gets stores its data in an IContainer.
ContainerDataset(IContainer) - Constructor for class org.openanzo.model.impl.ContainerDataset
Create a new ContainerDataset with the given container as the data source
ContainerEngineConfig - Class in org.openanzo.model.impl.query
ContainerEngineConfig is a Glitter Engine config that uses triple find operations on an IContainer in order to do queries.
ContainerEngineConfig(IContainer) - Constructor for class org.openanzo.model.impl.query.ContainerEngineConfig
Create new ContainerEngineConfig with container as source of data.
ContainerImpl - Class in org.openanzo.atom.jastor.rdfs
Implementation of Container Use the org.openanzo.atom.jastor.rdfs.Factory to create instances of this class.
ContainerImpl - Class in org.openanzo.rdfs
Implementation of Container Use the org.openanzo.rdfs.RDFSFactory to create instances of this class.
ContainerImpl - Class in org.openanzo.rdfs.dataset
Implementation of Container Use the org.openanzo.rdfs.dataset.RDFSFactory to create instances of this class.
ContainerListener - Interface in org.openanzo.rdfs
Implementations of this listener may be registered with instances of org.openanzo.rdfs.Container to receive notification when properties changed, added or removed.
ContainerListener - Interface in org.openanzo.rdfs.dataset
Implementations of this listener may be registered with instances of org.openanzo.rdfs.dataset.Container to receive notification when properties changed, added or removed.
ContainerListenerAdapter - Class in org.openanzo.rdfs.dataset
Implementations of this listener may be registered with instances of org.openanzo.rdfs.dataset.Container to receive notification when properties changed, added or removed.
ContainerListenerAdapter() - Constructor for class org.openanzo.rdfs.dataset.ContainerListenerAdapter
 
ContainerMembershipProperty - Interface in org.openanzo.atom.jastor.rdfs
Interface for ContainerMembershipProperty ontology class
Use the org.openanzo.atom.jastor.rdfs.Factory to create instances of this interface.
ContainerMembershipProperty - Static variable in class org.openanzo.common.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty
ContainerMembershipProperty - Interface in org.openanzo.rdfs
Interface for ContainerMembershipProperty ontology class
Use the org.openanzo.rdfs.RDFSFactory to create instances of this interface.
ContainerMembershipProperty - Interface in org.openanzo.rdfs.dataset
Interface for ContainerMembershipProperty ontology class
Use the org.openanzo.rdfs.dataset.RDFSFactory to create instances of this interface.
ContainerMembershipPropertyImpl - Class in org.openanzo.atom.jastor.rdfs
Implementation of ContainerMembershipProperty Use the org.openanzo.atom.jastor.rdfs.Factory to create instances of this class.
ContainerMembershipPropertyImpl - Class in org.openanzo.rdfs
Implementation of ContainerMembershipProperty Use the org.openanzo.rdfs.RDFSFactory to create instances of this class.
ContainerMembershipPropertyImpl - Class in org.openanzo.rdfs.dataset
Implementation of ContainerMembershipProperty Use the org.openanzo.rdfs.dataset.RDFSFactory to create instances of this class.
ContainerMembershipPropertyListener - Interface in org.openanzo.rdfs
Implementations of this listener may be registered with instances of org.openanzo.rdfs.ContainerMembershipProperty to receive notification when properties changed, added or removed.
ContainerMembershipPropertyListener - Interface in org.openanzo.rdfs.dataset
Implementations of this listener may be registered with instances of org.openanzo.rdfs.dataset.ContainerMembershipProperty to receive notification when properties changed, added or removed.
ContainerMembershipPropertyListenerAdapter - Class in org.openanzo.rdfs.dataset
Implementations of this listener may be registered with instances of org.openanzo.rdfs.dataset.ContainerMembershipProperty to receive notification when properties changed, added or removed.
ContainerMembershipPropertyListenerAdapter() - Constructor for class org.openanzo.rdfs.dataset.ContainerMembershipPropertyListenerAdapter
 
ContainerNamedGraph - Class in org.openanzo.model.impl
ContainerNamedGraph class is a graph that provides an INamedGraph interface around statements within an IContainer
ContainerNamedGraph(IContainer, URI) - Constructor for class org.openanzo.model.impl.ContainerNamedGraph
Create new ContainerNamedGraph backed by given container
ContainerQueryResult - Class in org.openanzo.model.impl
QueryResult implementation that uses Glitter2BasicResultSetAdaptor to convert results
ContainerQueryResult(Collection<Statement>, boolean) - Constructor for class org.openanzo.model.impl.ContainerQueryResult
Create new ContainerQueryResult for either a CONSTRUCT or DESCRIBE query
ContainerQueryResult(QueryResults) - Constructor for class org.openanzo.model.impl.ContainerQueryResult
Create new ContainerQueryResult based on contents within QueryResults object
ContainerQueryResult(TupleQueryResult) - Constructor for class org.openanzo.model.impl.ContainerQueryResult
Create new ContainerQueryResult based on contents within TupleQueryResult object
ContainerQueryResult(Boolean) - Constructor for class org.openanzo.model.impl.ContainerQueryResult
Create new ContainerQueryResult based on result of ASK query
ContainerSolutionGenerator - Class in org.openanzo.model.impl.query
ContainerSolutionGenerator solves only TriplePatternNode patterns using the IContainer to find triples
ContainerSolutionGenerator(IContainer) - Constructor for class org.openanzo.model.impl.query.ContainerSolutionGenerator
Create new ContainerSolutionGenerator in order to solve TriplePatternNode patterns within query
ContainerSolutionGeneratorFactory - Class in org.openanzo.model.impl.query
Factory for ContainerSolutionGeneratorFactory
ContainerSolutionGeneratorFactory() - Constructor for class org.openanzo.model.impl.query.ContainerSolutionGeneratorFactory
Create new ContainerSolutionGeneratorFactory with no container defined
ContainerSolutionGeneratorFactory(IContainer) - Constructor for class org.openanzo.model.impl.query.ContainerSolutionGeneratorFactory
Create new ContainerSolutionGeneratorFactory with container defined as source of data
containMatchingBindings(PatternSolution, PatternSolution) - Static method in class org.openanzo.glitter.query.PatternSolutionImpl
 
contains - Static variable in interface org.openanzo.atom.jastor.owl.ObjectProperty
Individual for URI: http://bblfish.net/work/atom-owl/2006-06-06/#contains
contains(Triple) - Method in class org.openanzo.client.jena.GraphImpl
 
contains(Node, Node, Node) - Method in class org.openanzo.client.jena.GraphImpl
 
contains(Resource, URI, Value, Resource...) - Method in class org.openanzo.client.NotificationContainerProxy
 
contains(Statement) - Method in class org.openanzo.client.NotificationContainerProxy
 
contains(Resource, URI, Value) - Method in class org.openanzo.client.NotificationNamedGraphProxy
 
contains(Statement) - Method in class org.openanzo.client.NotificationNamedGraphProxy
 
contains(Resource, URI, Value) - Method in class org.openanzo.client.RemoteGraphBase
 
contains(Statement) - Method in class org.openanzo.client.RemoteGraphBase
 
contains(Resource, URI, Value, Resource...) - Method in class org.openanzo.client.StoredDatasetserviceDatasetProxy
 
contains(Statement) - Method in class org.openanzo.client.StoredDatasetserviceDatasetProxy
 
contains(Statement) - Method in class org.openanzo.common.rdb.container.RDBConnection
Tests if a statement is contained in the container.
contains(Resource, URI, Value, Resource...) - Method in class org.openanzo.common.rdb.container.RDBConnection
Tests if a statement is contained in the container.
contains(Statement) - Method in class org.openanzo.common.rdb.container.RDBNamedGraphContainer
Tests if a statement is contained in the container
contains(Resource, URI, Value, Resource...) - Method in class org.openanzo.common.rdb.container.RDBNamedGraphContainer
Tests if a statement is contained in the specialized graph.
contains(Object) - Method in class org.openanzo.glitter.query.SolutionList
 
contains(IEdge) - Method in class org.openanzo.jastor.util.graph.GraphMem
 
contains(INode) - Method in class org.openanzo.jastor.util.graph.GraphMem
 
contains(IEdge) - Method in interface org.openanzo.jastor.util.graph.IGraph
 
contains(INode) - Method in interface org.openanzo.jastor.util.graph.IGraph
 
contains(Resource, URI, Value, Resource...) - Method in interface org.openanzo.model.IContainer
Return true if the container contains atleast 1 statement that matches the pattern of subj,prop,obj,context
contains(Statement) - Method in interface org.openanzo.model.IContainer
Return true if the container contains atleast 1 statement that matches the statement provided
contains(Resource, URI, Value, Resource...) - Method in class org.openanzo.model.impl.ADataset
 
contains(Statement) - Method in class org.openanzo.model.impl.ADataset
 
contains(Statement) - Method in class org.openanzo.model.impl.BasicGraph
 
contains(Resource, URI, Value) - Method in class org.openanzo.model.impl.BasicGraph
 
contains(Resource, URI, Value, Resource...) - Method in class org.openanzo.model.impl.ContainerDataset
 
contains(Statement) - Method in class org.openanzo.model.impl.ContainerDataset
 
contains(Resource, URI, Value) - Method in class org.openanzo.model.impl.ContainerNamedGraph
 
contains(Statement) - Method in class org.openanzo.model.impl.ContainerNamedGraph
 
contains(Statement) - Method in class org.openanzo.model.impl.QuadStore
Tests if a statement is contained in the store.
contains(Resource, URI, Value, Resource...) - Method in class org.openanzo.model.impl.QuadStore
Tests if a statement is contained in store that match provided parameters
contains(Resource, URI, Value, Resource...) - Method in class org.openanzo.model.impl.StoredDatasetProxy
 
contains(Statement) - Method in class org.openanzo.model.impl.StoredDatasetProxy
 
contains(Statement) - Method in class org.openanzo.model.impl.TripleStore
Tests if a statement is contained in the store.
contains(Resource, URI, Value) - Method in class org.openanzo.model.impl.TripleStore
Tests if a statement is contained in store that match provided parameters
contains(Resource, URI, Value) - Method in interface org.openanzo.model.INamedGraph
Return true if the graph contains at least 1 statement that matches the pattern of subj,prop,obj
contains(Statement) - Method in interface org.openanzo.model.INamedGraph
Return true if the graph contains at least 1 statement that matches the statement provided
contains(Resource, URI, Value) - Method in class org.openanzo.model.proxy.MetadataProxyGraph
 
contains(Resource, URI, Value) - Method in class org.openanzo.model.proxy.ProxyGraph
 
contains(Statement) - Method in class org.openanzo.model.proxy.ProxyGraph
 
contains(Resource, URI, Value, Resource...) - Method in class org.openanzo.model.transaction.impl.TransactionContainerProxy
 
contains(Statement) - Method in class org.openanzo.model.transaction.impl.TransactionContainerProxy
 
contains(Resource, URI, Value) - Method in class org.openanzo.model.transaction.impl.TransactionNamedGraphProxy
 
contains(Statement) - Method in class org.openanzo.model.transaction.impl.TransactionNamedGraphProxy
 
contains(Object) - Method in class org.openanzo.util.Pair
 
containsAddition(Statement) - Method in class org.openanzo.model.delta.DeltaContainer
Does the delta contain this statement in its set of additions
containsAddition(Statement) - Method in class org.openanzo.model.delta.DeltaGraphContainer
Determine if delta contain this triple in its set of additions
containsAll(Collection<?>) - Method in class org.openanzo.glitter.query.SolutionList
 
containsAll(Collection<?>) - Method in class org.openanzo.util.Pair
 
containsDefaultNamedGraph(URI) - Method in class org.openanzo.client.ClosableDatasetServiceDataset
 
containsDefaultNamedGraph(URI) - Method in class org.openanzo.client.StoredDatasetserviceDatasetProxy
 
containsDefaultNamedGraph(URI) - Method in interface org.openanzo.model.IDataset
Return if this dataset contains a INamedGraph with the given URI in the dataset's default model
containsDefaultNamedGraph(URI) - Method in class org.openanzo.model.impl.Dataset
 
containsDefaultNamedGraph(URI) - Method in class org.openanzo.model.impl.StoredDatasetProxy
 
containsDeletion(Statement) - Method in class org.openanzo.model.delta.DeltaContainer
Does the delta contain this statement in its set of deletions
containsDeletion(Statement) - Method in class org.openanzo.model.delta.DeltaGraphContainer
Determine if the delta contain this triple in its set of deletions
containsGraph - Static variable in class org.openanzo.server.repository.rdb.sql.GlitterRdbWrapper
Constant "containsGraph" used to reference prepared statement Glitter.containsGraph SELECT COUNT(*) FROM ${a}${b} TG,NAMEDGRAPHS NG WHERE TG.ID = ? and TG.ID=NG.ID
containsGraph(PreparedStatementCache, long, String, String) - Static method in class org.openanzo.server.repository.rdb.sql.GlitterRdbWrapper
Runs the containsGraph prepared statement.
containsMetadataGraph - Static variable in class org.openanzo.server.repository.rdb.sql.GlitterRdbWrapper
Constant "containsMetadataGraph" used to reference prepared statement Glitter.containsMetadataGraph SELECT COUNT(*) FROM ${a}${b} TG,NAMEDGRAPHS NG WHERE TG.ID = ? and TG.ID=NG.METAID
containsMetadataGraph(PreparedStatementCache, long, String, String) - Static method in class org.openanzo.server.repository.rdb.sql.GlitterRdbWrapper
Runs the containsMetadataGraph prepared statement.
containsNamedGraph(URI) - Method in class org.openanzo.client.ClosableDatasetServiceDataset
 
containsNamedGraph(URI) - Method in class org.openanzo.client.StoredDatasetserviceDatasetProxy
 
containsNamedGraph(URI) - Method in interface org.openanzo.model.IDataset
Return if this dataset contains a INamedGraph with the given URI
containsNamedGraph(URI) - Method in class org.openanzo.model.impl.Dataset
 
containsNamedGraph(URI) - Method in class org.openanzo.model.impl.StoredDatasetProxy
 
containsNamedModel(String) - Method in class org.openanzo.client.jena.CloseableDatasetServiceDataset
 
containsProperty - Static variable in interface org.openanzo.atom.jastor.atomowl.Feed
The Jena Property for contains
containsTracker(URI, ISerializableTracker) - Method in class org.openanzo.client.DatasetServiceReplicator
Return true if there is a tracker register and in the named trackerSet
containsTracker(ISerializableTracker) - Method in class org.openanzo.client.TrackerManager
Determine if the manager contains this tracker
containsVariable(Variable) - Method in class org.openanzo.glitter.syntax.abstrakt.TreeNode
 
content - Variable in class org.openanzo.atom.cache.AtomCache.OutputCacheEntry
 
Content - Interface in org.openanzo.atom.jastor.atomowl
Interface for Content Class@en ontology class
Use the org.openanzo.atom.jastor.atomowl.Factory to create instances of this interface.
Content - Interface in org.openanzo.atom.jastor.queso
Interface for Content ontology class
Use the org.openanzo.atom.jastor.queso.QuesoFactory to create instances of this interface.
CONTENT_ATOM_SERVICE_XML - Static variable in interface org.openanzo.atom.client.AtomClientConstants
 
CONTENT_ATOM_XML - Static variable in interface org.openanzo.atom.AtomConstants
 
CONTENT_ATOM_XML - Static variable in interface org.openanzo.atom.client.AtomClientConstants
 
CONTENT_ATOM_XML_UTF8 - Static variable in interface org.openanzo.atom.AtomConstants
 
CONTENT_ATOMSERV_XML - Static variable in interface org.openanzo.atom.AtomConstants
 
CONTENT_ATOMSERV_XML_UTF8 - Static variable in interface org.openanzo.atom.AtomConstants
 
CONTENT_HTML - Static variable in interface org.openanzo.atom.AtomConstants
 
CONTENT_JSON - Static variable in interface org.openanzo.atom.AtomConstants
 
CONTENT_JSON - Static variable in interface org.openanzo.atom.client.AtomClientConstants
 
CONTENT_MULTIPART_FORM_DATA - Static variable in interface org.openanzo.atom.AtomConstants
 
CONTENT_RDF - Static variable in interface org.openanzo.atom.client.AtomClientConstants
 
CONTENT_RDF_XML - Static variable in interface org.openanzo.atom.AtomConstants
 
CONTENT_TEXT - Static variable in interface org.openanzo.atom.AtomConstants
 
CONTENT_XHTML - Static variable in interface org.openanzo.atom.AtomConstants
 
CONTENT_XHTML_SHORT - Static variable in interface org.openanzo.atom.AtomConstants
 
CONTENT_XML - Static variable in interface org.openanzo.atom.AtomConstants
 
contentBodyProperty - Static variable in interface org.openanzo.atom.jastor.queso.TextContent
The Jena Property for contentBody
ContentImpl - Class in org.openanzo.atom.jastor.atomowl
Implementation of Content Use the org.openanzo.atom.jastor.atomowl.Factory to create instances of this class.
ContentImpl - Class in org.openanzo.atom.jastor.queso
Implementation of Content Use the org.openanzo.atom.jastor.queso.QuesoFactory to create instances of this class.
contentProperty - Static variable in interface org.openanzo.atom.jastor.atomowl.Category
The Jena Property for content
contentProperty - Static variable in interface org.openanzo.atom.jastor.atomowl.Content
The Jena Property for content
contentProperty - Static variable in interface org.openanzo.atom.jastor.atomowl.Entry
The Jena Property for content
contentProperty - Static variable in interface org.openanzo.atom.jastor.atomowl.Feed
The Jena Property for content
contentProperty - Static variable in interface org.openanzo.atom.jastor.atomowl.FeedOrEntry
The Jena Property for content
contentProperty - Static variable in interface org.openanzo.atom.jastor.atomowl.Generator
The Jena Property for content
contentProperty - Static variable in interface org.openanzo.atom.jastor.atomowl.HTML
The Jena Property for content
contentProperty - Static variable in interface org.openanzo.atom.jastor.atomowl.Link
The Jena Property for content
contentProperty - Static variable in interface org.openanzo.atom.jastor.atomowl.Person
The Jena Property for content
contentProperty - Static variable in interface org.openanzo.atom.jastor.atomowl.PlainText
The Jena Property for content
contentProperty - Static variable in interface org.openanzo.atom.jastor.atomowl.RelationType
The Jena Property for content
contentProperty - Static variable in interface org.openanzo.atom.jastor.atomowl.TextContent
The Jena Property for content
contentProperty - Static variable in interface org.openanzo.atom.jastor.atomowl.Version
The Jena Property for content
contentProperty - Static variable in interface org.openanzo.atom.jastor.atomowl.XHTML
The Jena Property for content
contentProperty - Static variable in interface org.openanzo.atom.jastor.atomowl.XML
The Jena Property for content
contentProperty - Static variable in interface org.openanzo.atom.jastor.queso.Entry
The Jena Property for content
contentType - Variable in class org.openanzo.atom.cache.AtomCache.OutputCacheEntry
 
context - Variable in class org.openanzo.common.rdb.sql.TransactionSQL.SelectCommandResultImpl
Value for the "context" result value
CONTRIBUTOR - Static variable in class org.openanzo.model.vocabulary.DC
http://purl.org/dc/elements/1.1/contributor property
contributorProperty - Static variable in interface org.openanzo.atom.jastor.atomowl.FeedOrEntry
The Jena Property for contributor
contributorProperty - Static variable in interface org.openanzo.atom.jastor.queso.Entry
The Jena Property for contributor
ControlClient - Class in org.openanzo.build
 
ControlClient() - Constructor for class org.openanzo.build.ControlClient
 
ControlServer - Class in org.openanzo.build
 
ControlServer(String[]) - Constructor for class org.openanzo.build.ControlServer
 
ControlServlet - Class in org.openanzo.build
 
ControlServlet() - Constructor for class org.openanzo.build.ControlServlet
 
convert(Triple) - Static method in class org.openanzo.client.jena.Converter
Convert a triple object to a statement
convert(Statement) - Static method in class org.openanzo.client.jena.Converter
Convert a Statement to a triple
convert(Value) - Static method in class org.openanzo.client.jena.Converter
Convert a Value to a Node
convert(Node) - Static method in class org.openanzo.client.jena.Converter
Convert a Node to a Value
convert(String, Long) - Method in interface org.openanzo.common.rdb.layout.INodeLayout
Convert raw value from database into Node of appropriate type
convert(String, Long) - Method in class org.openanzo.common.rdb.layout.NodeLayoutCacheProxy
 
convert(String, Long) - Method in class org.openanzo.common.rdb.layout.NodeLiteralLayout
 
convert(String, Long) - Method in class org.openanzo.common.rdb.layout.NodeURILayout
 
convert(String, Long) - Method in class org.openanzo.common.rdb.layout.NodeXMLLiteralLayout
 
convert(TriplePatternComponent, boolean, Map<Long, Value>) - Method in class org.openanzo.common.rdb.query.NodeConverter
Convert the Glitter node into its corresponding Anzo value
convert(TriplePatternComponent, boolean) - Method in class org.openanzo.glitter.util.OpenRDFNodeConverter
Converts a Glitter node to an Open RDF node.
convert(Value) - Method in class org.openanzo.glitter.util.OpenRDFNodeConverter
Converts an Open RDF Value to a Glitter term.
convert(TriplePatternComponent, boolean) - Method in class org.openanzo.model.impl.query.BasicNodeConverter
Convert glitter node to Anzo Value
convert(Value) - Method in class org.openanzo.model.impl.query.BasicNodeConverter
Convert Anzo value to glitter RDFTerm
convertAnyToUri(Value) - Static method in class org.openanzo.serialization.SerializationUtils
Convert a NULL value to the ANY uri
Converter - Class in org.openanzo.client.jena
Convert values between openrdf and jena values
Converter() - Constructor for class org.openanzo.client.jena.Converter
 
convertReplyToDestination(Session, Destination) - Method in class org.openanzo.common.jms.ActiveMqProvider
 
convertReplyToDestination(Session, Destination) - Method in interface org.openanzo.services.IJmsProvider
Do any provider specific operations that are needed in order to convert a replyToDestination to a Destination object that the provider can send messages.
convertSelectorString(String) - Method in class org.openanzo.common.jms.ActiveMqProvider
 
convertSelectorString(String) - Method in interface org.openanzo.services.IJmsProvider
Do any provider specific operations in order to make a selector string valid for the provider
convertStringToDestination(Session, String) - Method in class org.openanzo.common.jms.ActiveMqProvider
 
convertStringToDestination(Session, String) - Method in interface org.openanzo.services.IJmsProvider
Do any provider specific operations that are needed in order to convert a String representation of a Destination to a Destination object that the provider can send messages.
convertToAdjList(IGraph) - Static method in class org.openanzo.jastor.util.graph.AlgorithmsBase
 
convertToAdjMatrix(IGraph, INode[]) - Static method in class org.openanzo.jastor.util.graph.AlgorithmsBase
 
convertToAdjMatrix(IGraph) - Static method in class org.openanzo.jastor.util.graph.AlgorithmsBase
 
convertToCalendar(Literal) - Static method in class org.openanzo.utils.StatementUtils
Convert the literal to a Calendar object
convertToDate(Literal) - Static method in class org.openanzo.utils.StatementUtils
Convert the literal to a Date object
convertToDbValue(CompositeNodeLayout, Value) - Method in interface org.openanzo.server.repository.querybuilder.NodeConverter
Convert an Anzo RDF value to the database representation
convertToOwl(INamedGraph, String) - Static method in class org.openanzo.jastor.rdfs.Rdfs2Owl
Convert an RDFs model to an OWL ontology
convertToPrintMatrix(IGraph, INode[]) - Static method in class org.openanzo.jastor.util.graph.AlgorithmsBase
 
convertToPrintMatrix(IGraph) - Static method in class org.openanzo.jastor.util.graph.AlgorithmsBase
 
convertToTimestamp(Literal) - Static method in class org.openanzo.utils.StatementUtils
Convert an XSD:DateTime Literal to its long representation
convertToXsdDateTime(ValueFactory, Timestamp) - Static method in class org.openanzo.utils.StatementUtils
Convert a timestamp to an XSD:DateTime Literal
convertToXsdDateTimeString(Calendar) - Static method in class org.openanzo.utils.StatementUtils
Convert a calendar to its XSD:dateTime string representation
convertToXsdDateTimeString(Date) - Static method in class org.openanzo.utils.StatementUtils
Convert a Date object to an XSD:dateTime string representation
convertUriToAny(Value) - Static method in class org.openanzo.serialization.SerializationUtils
Convert Constants.ANY_URI to a null
copyright - Static variable in class org.openanzo.jastor.templates.jet.dataset.DatasetFactoryTemplate
 
copyright - Static variable in class org.openanzo.jastor.templates.jet.dataset.DatasetImplementationTemplate
 
copyright - Static variable in class org.openanzo.jastor.templates.jet.dataset.DatasetInterfaceTemplate
 
copyright - Static variable in class org.openanzo.jastor.templates.jet.dataset.DatasetListenerAdapterTemplate
 
copyright - Static variable in class org.openanzo.jastor.templates.jet.dataset.DatasetListenerTemplate
 
copyright - Static variable in class org.openanzo.jastor.templates.jet.GraphFactoryTemplate
 
copyright - Static variable in class org.openanzo.jastor.templates.jet.GraphImplementationTemplate
 
copyright - Static variable in class org.openanzo.jastor.templates.jet.GraphInterfaceTemplate
 
copyright - Static variable in class org.openanzo.jastor.templates.jet.GraphListenerAdapterTemplate
 
copyright - Static variable in class org.openanzo.jastor.templates.jet.GraphListenerTemplate
 
copyTo(ACI, boolean) - Method in class org.openanzo.server.repository.structures.ACI
Copy all the permissions and the role for this ACI to another ACI.
copyTo(ACI) - Method in class org.openanzo.server.repository.structures.TempACI
Copies all the permissions and the role for this TempACI to another concrete ACI.
CORE_ERROR - Static variable in interface org.openanzo.common.exceptions.ExceptionConstants.CLIENT.CODES
Core error Major Code
CoreDBConfiguration - Class in org.openanzo.common.rdb.container
 
CoreDBConfiguration() - Constructor for class org.openanzo.common.rdb.container.CoreDBConfiguration
Core configuration properties for jdbc connections
CoreEngineConfig - Class in org.openanzo.model.impl.query
SuperType for Engine configs that use the same functional predicates and have an includeInferredTriples flag
CoreEngineConfig() - Constructor for class org.openanzo.model.impl.query.CoreEngineConfig
Create CoreEngineConfig
CoreSolutionGenerator - Class in org.openanzo.model.impl.query
CoreSolutionGenerator solves only TriplePatternNode patterns using subclasses implementation of generateSolutions
CoreSolutionGenerator() - Constructor for class org.openanzo.model.impl.query.CoreSolutionGenerator
 
CoreThing - Interface in org.openanzo.jastor
 
CostBasedQueryExecutionPlan - Interface in org.openanzo.glitter.query
A CostBasedQueryExecutionPlan uses a NodeCostModel to generate an execution plan for the Glitter engine.
COULD_NOT_PUBLISH - Static variable in interface org.openanzo.common.exceptions.ExceptionConstants.NOTIFICATION.SUBCODES
Could not publish update Minor Code
COUNT - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
COUNT - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
countDeltaStmtIds - Static variable in class org.openanzo.server.repository.rdb.sql.ReplicationRdbWrapper
Constant "countDeltaStmtIds" used to reference prepared statement Replication.countDeltaStmtIds SELECT COUNT(*) FROM ${a}
countDeltaStmtIds(PreparedStatementCache, String) - Static method in class org.openanzo.server.repository.rdb.sql.ReplicationRdbWrapper
Runs the countDeltaStmtIds prepared statement.
COUNTER - Static variable in class org.openanzo.jdbc.utils.opgen.Result
Many rows are returned by the statement.
counter - Variable in class org.openanzo.server.repository.rdb.sql.ReplicationRdbWrapper.SelectSTRowsResultImpl
Value for the "counter" result value
countInferedObject - Static variable in class org.openanzo.common.rdb.sql.GlitterSQL
Constant "countInferedObject" used to reference prepared statement Glitter.countInferedObject SELECT COUNT(*) FROM ${a}_OBJ_INFER WHERE ONT=? AND PROP=? AND OBJ=? AND OBJINFER=?
countInferedObject(PreparedStatementCache, GlitterSQL.CountInferedObjectParams, String) - Static method in class org.openanzo.common.rdb.sql.GlitterSQL
Runs the countInferedObject prepared statement.
countInferedObject(PreparedStatementCache, long, long, long, long, String) - Static method in class org.openanzo.common.rdb.sql.GlitterSQL
Runs the countInferedObject prepared statement.
countInferedProperty - Static variable in class org.openanzo.common.rdb.sql.GlitterSQL
Constant "countInferedProperty" used to reference prepared statement Glitter.countInferedProperty SELECT COUNT(*) FROM ${a}_PROP_INFER WHERE ONT=? AND PROP=? AND PROPINFER=?
countInferedProperty(PreparedStatementCache, GlitterSQL.CountInferedPropertyParams, String) - Static method in class org.openanzo.common.rdb.sql.GlitterSQL
Runs the countInferedProperty prepared statement.
countInferedProperty(PreparedStatementCache, long, long, long, String) - Static method in class org.openanzo.common.rdb.sql.GlitterSQL
Runs the countInferedProperty prepared statement.
countInsertStatements - Static variable in class org.openanzo.server.repository.rdb.sql.InsertStatementsRdbWrapper
Constant "countInsertStatements" used to reference prepared statement InsertStatements.countInsertStatements SELECT COUNT(*) FROM ${a}STMTS_TMP WHERE OPERATION=1
countInsertStatements(PreparedStatementCache, String) - Static method in class org.openanzo.server.repository.rdb.sql.InsertStatementsRdbWrapper
Runs the countInsertStatements prepared statement.
countRemoveStatements - Static variable in class org.openanzo.server.repository.rdb.sql.InsertStatementsRdbWrapper
Constant "countRemoveStatements" used to reference prepared statement InsertStatements.countRemoveStatements SELECT COUNT(*) FROM ${a}STMTS_TMP WHERE OPERATION=0
countRemoveStatements(PreparedStatementCache, String) - Static method in class org.openanzo.server.repository.rdb.sql.InsertStatementsRdbWrapper
Runs the countRemoveStatements prepared statement.
countRows - Static variable in class org.openanzo.common.rdb.sql.GlitterSQL
Constant "countRows" used to reference prepared statement Glitter.countRows SELECT COUNT(*) FROM ${a}${b}
countRows(PreparedStatementCache, String, String) - Static method in class org.openanzo.common.rdb.sql.GlitterSQL
Runs the countRows prepared statement.
countRows - Static variable in class org.openanzo.server.repository.rdb.sql.GlitterRdbWrapper
Constant "countRows" used to reference prepared statement Glitter.countRows SELECT COUNT(*) FROM ${a}${b}
countRows(PreparedStatementCache, String, String) - Static method in class org.openanzo.server.repository.rdb.sql.GlitterRdbWrapper
Runs the countRows prepared statement.
country_name - Static variable in class org.openanzo.common.vocabulary.VCard
http://nwalsh.com/rdf/vCard#country-name
countTempTable - Static variable in class org.openanzo.common.rdb.sql.NodeSQL
Constant "countTempTable" used to reference prepared statement node.countTempTable SELECT COUNT(*) FROM ${a}
countTempTable(PreparedStatementCache, String) - Static method in class org.openanzo.common.rdb.sql.NodeSQL
Runs the countTempTable prepared statement.
countValidMetadataGraphs - Static variable in class org.openanzo.server.repository.rdb.sql.GlitterRdbWrapper
Constant "countValidMetadataGraphs" used to reference prepared statement Glitter.countValidMetadataGraphs SELECT COUNT(*) FROM ${b}${a} WHERE ${b}${a}.ID IN (SELECT NG.METAID FROM NAMEDGRAPHS NG)
countValidMetadataGraphs(PreparedStatementCache, String, String) - Static method in class org.openanzo.server.repository.rdb.sql.GlitterRdbWrapper
Runs the countValidMetadataGraphs prepared statement.
countValidNamedGraphs - Static variable in class org.openanzo.server.repository.rdb.sql.GlitterRdbWrapper
Constant "countValidNamedGraphs" used to reference prepared statement Glitter.countValidNamedGraphs SELECT COUNT(*) FROM ${b}${a} WHERE ${b}${a}.ID IN (SELECT NG.ID FROM NAMEDGRAPHS NG)
countValidNamedGraphs(PreparedStatementCache, String, String) - Static method in class org.openanzo.server.repository.rdb.sql.GlitterRdbWrapper
Runs the countValidNamedGraphs prepared statement.
COVERAGE - Static variable in class org.openanzo.model.vocabulary.DC
http://purl.org/dc/elements/1.1/coverage property
create(byte[], MimeType, String) - Static method in class org.openanzo.atom.cache.AtomCache.OutputCacheEntry
 
create(String) - Static method in class org.openanzo.jastor.templates.jet.dataset.DatasetFactoryTemplate
 
create(String) - Static method in class org.openanzo.jastor.templates.jet.dataset.DatasetImplementationTemplate
 
create(String) - Static method in class org.openanzo.jastor.templates.jet.dataset.DatasetInterfaceTemplate
 
create(String) - Static method in class org.openanzo.jastor.templates.jet.dataset.DatasetListenerAdapterTemplate
 
create(String) - Static method in class org.openanzo.jastor.templates.jet.dataset.DatasetListenerTemplate
 
create(String) - Static method in class org.openanzo.jastor.templates.jet.GraphFactoryTemplate
 
create(String) - Static method in class org.openanzo.jastor.templates.jet.GraphImplementationTemplate
 
create(String) - Static method in class org.openanzo.jastor.templates.jet.GraphInterfaceTemplate
 
create(String) - Static method in class org.openanzo.jastor.templates.jet.GraphListenerAdapterTemplate
 
create(String) - Static method in class org.openanzo.jastor.templates.jet.GraphListenerTemplate
 
create(String) - Static method in class org.openanzo.jdbc.utils.opgen.jet.RdbStatementWrapperTemplate
 
create(Long, boolean) - Method in class org.openanzo.server.repository.cache.ResourceCache
Create a server object with the given ID
create(String) - Static method in class org.openanzo.util.properties.jet.PropertiesDefinitionsTemplate
 
create(String) - Static method in class org.openanzo.util.properties.jet.PropertiesDefinitionsWikiTemplate
 
CREATE_ACL_MASK - Static variable in interface org.openanzo.common.exceptions.ExceptionConstants.MODEL.ACL.SUBCODES
Failed to create ACL Mask Minor Code
CREATE_DEFAULT_ACL - Static variable in interface org.openanzo.common.exceptions.ExceptionConstants.MODEL.ACL.SUBCODES
Failed to create default ACL Minor Code
CREATE_GRAPH - Static variable in interface org.openanzo.telar.ServletConstants
 
CREATE_MODELSERVICE_API_ERROR - Static variable in interface org.openanzo.common.exceptions.ExceptionConstants.SERVER.SUBCODES
Create modelservice api failed Minor Code
CREATE_OBJECT - Static variable in interface org.openanzo.common.exceptions.ExceptionConstants.MODEL.SUBCODES
Error creating object Minor Code
CREATE_OBJECT_EXISTS - Static variable in interface org.openanzo.common.exceptions.ExceptionConstants.MODEL.SUBCODES
Duplicate object Minor Code
create_Property(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.rdfs.Factory
Create a new instance of _Property.
create_Property(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.rdfs.Factory
Create a new instance of _Property.
create_Property(URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of _Property.
create_Property(Resource, URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of _Property.
create_Property(String, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of _Property.
create_Property(String, URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of _Property.
create_Property(Resource, INamedGraph) - Static method in class org.openanzo.rdfs.RDFSFactory
Create a new instance of _Property.
create_Property(String, INamedGraph) - Static method in class org.openanzo.rdfs.RDFSFactory
Create a new instance of _Property.
create_Resource(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.rdfs.Factory
Create a new instance of _Resource.
create_Resource(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.rdfs.Factory
Create a new instance of _Resource.
create_Resource(URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of _Resource.
create_Resource(Resource, URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of _Resource.
create_Resource(String, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of _Resource.
create_Resource(String, URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of _Resource.
create_Resource(Resource, INamedGraph) - Static method in class org.openanzo.rdfs.RDFSFactory
Create a new instance of _Resource.
create_Resource(String, INamedGraph) - Static method in class org.openanzo.rdfs.RDFSFactory
Create a new instance of _Resource.
CREATE_ROLE - Static variable in interface org.openanzo.telar.ServletConstants
 
create_Statement(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.rdfs.Factory
Create a new instance of _Statement.
create_Statement(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.rdfs.Factory
Create a new instance of _Statement.
create_Thing(URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of _Thing.
create_Thing(Resource, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of _Thing.
create_Thing(String, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of _Thing.
create_Thing(String, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of _Thing.
create_Thing(Resource, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of _Thing.
create_Thing(String, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of _Thing.
CREATE_USER - Static variable in interface org.openanzo.telar.ServletConstants
 
createACI(RepositoryConnection, Long) - Static method in class org.openanzo.server.repository.structures.ACI
Creates an AccessControl item, if the id is already in use in the repository then a ModelServiceException is thrown.
createACL(Resource, INamedGraph) - Static method in class org.openanzo.common.ontology.AnzoFactory
Create a new instance of ACL.
createACL(String, INamedGraph) - Static method in class org.openanzo.common.ontology.AnzoFactory
Create a new instance of ACL.
createAclFromTemplate(URI, TransactionUpdateResults) - Method in class org.openanzo.server.repository.structures.ACL
Create a new ACL object based on the contents of an AclTemplate
createAclFromTemplate(Long) - Method in class org.openanzo.server.repository.structures.TempACL
Create a new ACL using this TempACL as a template
createAclInstance(RepositoryConnection, Long, Long, Long, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class org.openanzo.server.repository.structures.ACL
Create an instance of an ACL
createAgent(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.foaf.FOAFFactory
Create a new instance of Agent.
createAgent(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.foaf.FOAFFactory
Create a new instance of Agent.
createAlt(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.rdfs.Factory
Create a new instance of Alt.
createAlt(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.rdfs.Factory
Create a new instance of Alt.
createAlt(URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of Alt.
createAlt(Resource, URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of Alt.
createAlt(String, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of Alt.
createAlt(String, URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of Alt.
createAlt(Resource, INamedGraph) - Static method in class org.openanzo.rdfs.RDFSFactory
Create a new instance of Alt.
createAlt(String, INamedGraph) - Static method in class org.openanzo.rdfs.RDFSFactory
Create a new instance of Alt.
createAnnotationProperty(URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of AnnotationProperty.
createAnnotationProperty(Resource, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of AnnotationProperty.
createAnnotationProperty(String, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of AnnotationProperty.
createAnnotationProperty(String, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of AnnotationProperty.
createAnnotationProperty(Resource, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of AnnotationProperty.
createAnnotationProperty(String, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of AnnotationProperty.
createAntisymmetricProperty(URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of AntisymmetricProperty.
createAntisymmetricProperty(Resource, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of AntisymmetricProperty.
createAntisymmetricProperty(String, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of AntisymmetricProperty.
createAntisymmetricProperty(String, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of AntisymmetricProperty.
createAntisymmetricProperty(Resource, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of AntisymmetricProperty.
createAntisymmetricProperty(String, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of AntisymmetricProperty.
createAnzoServer(Resource, INamedGraph) - Static method in class org.openanzo.common.ontology.AnzoFactory
Create a new instance of AnzoServer.
createAnzoServer(String, INamedGraph) - Static method in class org.openanzo.common.ontology.AnzoFactory
Create a new instance of AnzoServer.
createAskResult(Resource, INamedGraph) - Static method in class org.openanzo.common.ontology.AnzoFactory
Create a new instance of AskResult.
createAskResult(String, INamedGraph) - Static method in class org.openanzo.common.ontology.AnzoFactory
Create a new instance of AskResult.
createAuthenticationProvider(Properties) - Static method in class org.openanzo.server.security.AuthenticationFactory
Attempts to dynamically load a class responsible for authentication users.
createAuthenticationService(Object, Properties) - Static method in class org.openanzo.services.AuthenticationServiceFactory
Attempts to dynamically load a class responsible for communicating authentication calls with the Anzo Server.
createBag(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.rdfs.Factory
Create a new instance of Bag.
createBag(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.rdfs.Factory
Create a new instance of Bag.
createBag(URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of Bag.
createBag(Resource, URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of Bag.
createBag(String, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of Bag.
createBag(String, URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of Bag.
createBag(Resource, INamedGraph) - Static method in class org.openanzo.rdfs.RDFSFactory
Create a new instance of Bag.
createBag(String, INamedGraph) - Static method in class org.openanzo.rdfs.RDFSFactory
Create a new instance of Bag.
createBinaryContent(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.queso.QuesoFactory
Create a new instance of BinaryContent.
createBinaryContent(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.queso.QuesoFactory
Create a new instance of BinaryContent.
createBinding(BasicEntrySet, String, URI, ValueTransform) - Method in class org.openanzo.common.ldap.container.map.BasicLdapMapping
 
createBNode() - Method in class org.openanzo.model.impl.AnzoValueFactory
 
createBNode(String) - Method in class org.openanzo.model.impl.AnzoValueFactory
 
createCall(String, int, String, String, String, int) - Static method in class org.openanzo.services.impl.WSUtil
Create a new SOAP call
createCategory(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.atomowl.Factory
Create a new instance of Category.
createCategory(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.atomowl.Factory
Create a new instance of Category.
createClass(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.rdfs.Factory
Create a new instance of Class.
createClass(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.rdfs.Factory
Create a new instance of Class.
createClass(URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of Class.
createClass(Resource, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of Class.
createClass(String, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of Class.
createClass(String, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of Class.
createClass(Resource, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of Class.
createClass(String, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of Class.
createClass(URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of Class.
createClass(Resource, URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of Class.
createClass(String, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of Class.
createClass(String, URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of Class.
createClass(Resource, INamedGraph) - Static method in class org.openanzo.rdfs.RDFSFactory
Create a new instance of Class.
createClass(String, INamedGraph) - Static method in class org.openanzo.rdfs.RDFSFactory
Create a new instance of Class.
createCollection(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.queso.QuesoFactory
Create a new instance of Collection.
createCollection(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.queso.QuesoFactory
Create a new instance of Collection.
createCommand(Resource, INamedGraph) - Static method in class org.openanzo.common.ontology.AnzoFactory
Create a new instance of Command.
createCommand(String, INamedGraph) - Static method in class org.openanzo.common.ontology.AnzoFactory
Create a new instance of Command.
createConnectionFactory(Properties) - Method in class org.openanzo.common.jms.ActiveMqProvider
Create a new ActiveMq connection factory.
createConnectionFactory(Properties) - Method in interface org.openanzo.services.IJmsProvider
Create a new JMS ConnectionFactory given a set of properties.
createConstant(URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of Constant.
createConstant(Resource, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of Constant.
createConstant(String, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of Constant.
createConstant(String, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of Constant.
createConstant(Resource, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of Constant.
createConstant(String, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of Constant.
createContainer(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.rdfs.Factory
Create a new instance of Container.
createContainer(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.rdfs.Factory
Create a new instance of Container.
createContainer(URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of Container.
createContainer(Resource, URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of Container.
createContainer(String, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of Container.
createContainer(String, URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of Container.
createContainer(Resource, INamedGraph) - Static method in class org.openanzo.rdfs.RDFSFactory
Create a new instance of Container.
createContainer(String, INamedGraph) - Static method in class org.openanzo.rdfs.RDFSFactory
Create a new instance of Container.
createContainerMembershipProperty(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.rdfs.Factory
Create a new instance of ContainerMembershipProperty.
createContainerMembershipProperty(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.rdfs.Factory
Create a new instance of ContainerMembershipProperty.
createContainerMembershipProperty(URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of ContainerMembershipProperty.
createContainerMembershipProperty(Resource, URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of ContainerMembershipProperty.
createContainerMembershipProperty(String, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of ContainerMembershipProperty.
createContainerMembershipProperty(String, URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of ContainerMembershipProperty.
createContainerMembershipProperty(Resource, INamedGraph) - Static method in class org.openanzo.rdfs.RDFSFactory
Create a new instance of ContainerMembershipProperty.
createContainerMembershipProperty(String, INamedGraph) - Static method in class org.openanzo.rdfs.RDFSFactory
Create a new instance of ContainerMembershipProperty.
createContent(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.atomowl.Factory
Create a new instance of Content.
createContent(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.atomowl.Factory
Create a new instance of Content.
createContent(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.queso.QuesoFactory
Create a new instance of Content.
createContent(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.queso.QuesoFactory
Create a new instance of Content.
createDataRange(URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of DataRange.
createDataRange(Resource, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of DataRange.
createDataRange(String, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of DataRange.
createDataRange(String, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of DataRange.
createDataRange(Resource, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of DataRange.
createDataRange(String, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of DataRange.
createDataRestriction(URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of DataRestriction.
createDataRestriction(Resource, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of DataRestriction.
createDataRestriction(String, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of DataRestriction.
createDataRestriction(String, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of DataRestriction.
createDataRestriction(Resource, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of DataRestriction.
createDataRestriction(String, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of DataRestriction.
createDataset(Resource, INamedGraph) - Static method in class org.openanzo.common.ontology.AnzoFactory
Create a new instance of Dataset.
createDataset(String, INamedGraph) - Static method in class org.openanzo.common.ontology.AnzoFactory
Create a new instance of Dataset.
createDatasetThing(Resource, URI, IDataset) - Static method in class org.openanzo.jastor.DatasetThingFactory
Create a new DatasetThing if one doesn't already exist
createDatasetThing(String, URI, IDataset) - Static method in class org.openanzo.jastor.DatasetThingFactory
Create a new DatasetThing if one doesn't already exist
createDatatype(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.rdfs.Factory
Create a new instance of Datatype.
createDatatype(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.rdfs.Factory
Create a new instance of Datatype.
createDatatype(URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of Datatype.
createDatatype(Resource, URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of Datatype.
createDatatype(String, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of Datatype.
createDatatype(String, URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of Datatype.
createDatatype(Resource, INamedGraph) - Static method in class org.openanzo.rdfs.RDFSFactory
Create a new instance of Datatype.
createDatatype(String, INamedGraph) - Static method in class org.openanzo.rdfs.RDFSFactory
Create a new instance of Datatype.
createDatatypeProperty(URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of DatatypeProperty.
createDatatypeProperty(Resource, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of DatatypeProperty.
createDatatypeProperty(String, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of DatatypeProperty.
createDatatypeProperty(String, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of DatatypeProperty.
createDatatypeProperty(Resource, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of DatatypeProperty.
createDatatypeProperty(String, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of DatatypeProperty.
createdBy - Static variable in interface org.openanzo.serialization.SerializationConstants
createdBy Constant
createdBy - Variable in class org.openanzo.server.repository.rdb.sql.NamedGraphRdbWrapper.GetNamedGraphAtRevisionResultImpl
Value for the "createdBy" result value
createdBy - Variable in class org.openanzo.server.repository.rdb.sql.NamedGraphRdbWrapper.SelectNamedGraphResultImpl
Value for the "createdBy" result value
createdBy - Variable in class org.openanzo.server.repository.rdb.sql.ReplicationRdbWrapper.SelectDeltaNamedGraphInfoResultImpl
Value for the "createdBy" result value
createdBy - Variable in class org.openanzo.server.repository.rdb.sql.ReplicationRdbWrapper.SelectNamedGraphsStatementsDeltasResultImpl
Value for the "createdBy" result value
CreatedBy - Static variable in class org.openanzo.server.repository.Schema.NamedGraphs.ColumnNames
Graph's CreatedBy column name
CreatedBy - Static variable in class org.openanzo.server.repository.Schema.NamedGraphs
Graph's CreatedBy column
createdByAdded(NamedGraph, User) - Method in interface org.openanzo.common.ontology.NamedGraphListener
Called when a value of createdBy has been added
createdByGrounding - Static variable in class org.openanzo.server.repository.graph.RdfMap.NamedGraphs
Property grounding for createdBy
createdByProperty - Static variable in interface org.openanzo.common.ontology.NamedGraph
The Anzo Property for createdBy
createdByRemoved(NamedGraph, User) - Method in interface org.openanzo.common.ontology.NamedGraphListener
Called when a value of createdBy has been removed
createDefault(URI, URI) - Static method in class org.openanzo.model.proxy.NamedGraphWithMetaData
Create a new NamedGraphWithMetaData built upon 2 NamedGraph graphs
createDeletedEntry(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.queso.QuesoFactory
Create a new instance of DeletedEntry.
createDeletedEntry(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.queso.QuesoFactory
Create a new instance of DeletedEntry.
createDocument(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.foaf.FOAFFactory
Create a new instance of Document.
createDocument(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.foaf.FOAFFactory
Create a new instance of Document.
createDocument(long, Literal) - Static method in class org.openanzo.common.rdb.layout.indexer.LiteralIndexer
Create a new document which indexes a Literal and its ID
createDocument(StatementWrapper) - Static method in class org.openanzo.model.indexer.lucene.ModelIndexer
Create a new IndexDocument for the statement provided
createEditorGraph(INamedGraph, boolean) - Static method in class org.openanzo.model.replica.EditorGraphFactory
Create a new graph that has a conflict detection graph and transaction layer on top of the parent graph
createEntry(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.atomowl.Factory
Create a new instance of Entry.
createEntry(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.atomowl.Factory
Create a new instance of Entry.
createEntry(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.queso.QuesoFactory
Create a new instance of Entry.
createEntry(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.queso.QuesoFactory
Create a new instance of Entry.
createException(int, int, String...) - Static method in exception org.openanzo.common.exceptions.AnzoException
Create a new exception with a Major and Minor code, and 0 or more string arguments to the error message.
createException(int, int, Throwable, String...) - Static method in exception org.openanzo.common.exceptions.AnzoException
Create a new exception with a Major and Minor code, and 0 or more string argurments to the error message.
createException(AxisFault) - Static method in exception org.openanzo.common.exceptions.AnzoException
Create a new exception with an AxisFault as the cause.
createFeed(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.atomowl.Factory
Create a new instance of Feed.
createFeed(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.atomowl.Factory
Create a new instance of Feed.
createFeedOrEntry(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.atomowl.Factory
Create a new instance of FeedOrEntry.
createFeedOrEntry(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.atomowl.Factory
Create a new instance of FeedOrEntry.
createFunctionalDataPropety(URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of FunctionalDataPropety.
createFunctionalDataPropety(Resource, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of FunctionalDataPropety.
createFunctionalDataPropety(String, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of FunctionalDataPropety.
createFunctionalDataPropety(String, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of FunctionalDataPropety.
createFunctionalDataPropety(Resource, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of FunctionalDataPropety.
createFunctionalDataPropety(String, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of FunctionalDataPropety.
createFunctionalObjectProperty(URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of FunctionalObjectProperty.
createFunctionalObjectProperty(Resource, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of FunctionalObjectProperty.
createFunctionalObjectProperty(String, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of FunctionalObjectProperty.
createFunctionalObjectProperty(String, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of FunctionalObjectProperty.
createFunctionalObjectProperty(Resource, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of FunctionalObjectProperty.
createFunctionalObjectProperty(String, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of FunctionalObjectProperty.
createFunctionalProperty(URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of FunctionalProperty.
createFunctionalProperty(Resource, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of FunctionalProperty.
createFunctionalProperty(String, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of FunctionalProperty.
createFunctionalProperty(String, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of FunctionalProperty.
createFunctionalProperty(Resource, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of FunctionalProperty.
createFunctionalProperty(String, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of FunctionalProperty.
createFunctionalPropety(URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of FunctionalPropety.
createFunctionalPropety(Resource, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of FunctionalPropety.
createFunctionalPropety(String, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of FunctionalPropety.
createFunctionalPropety(String, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of FunctionalPropety.
createFunctionalPropety(Resource, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of FunctionalPropety.
createFunctionalPropety(String, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of FunctionalPropety.
createGenerator(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.atomowl.Factory
Create a new instance of Generator.
createGenerator(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.atomowl.Factory
Create a new instance of Generator.
createGraphThing(Resource, INamedGraph) - Static method in class org.openanzo.jastor.GraphThingFactory
Create a new DatasetThing if one doesn't already exist
createGraphThing(String, INamedGraph) - Static method in class org.openanzo.jastor.GraphThingFactory
Create a new DatasetThing if one doesn't already exist
createGroup(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.foaf.FOAFFactory
Create a new instance of Group.
createGroup(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.foaf.FOAFFactory
Create a new instance of Group.
createHTML(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.atomowl.Factory
Create a new instance of HTML.
createHTML(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.atomowl.Factory
Create a new instance of HTML.
createIdTable - Static variable in class org.openanzo.server.repository.rdb.sql.InsertStatementsRdbWrapper
Constant "createIdTable" used to reference prepared statement InsertStatements.createIdTable DECLARE GLOBAL TEMPORARY TABLE IDS_TMP ( ID Long NOT NULL ) ON COMMIT DELETE ROWS NOT LOGGED ON ROLLBACK DELETE ROWS WITH REPLACE IN USR_TBSP;
createIdTable(PreparedStatementCache) - Static method in class org.openanzo.server.repository.rdb.sql.InsertStatementsRdbWrapper
Runs the createIdTable prepared statement.
createImage(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.foaf.FOAFFactory
Create a new instance of Image.
createImage(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.foaf.FOAFFactory
Create a new instance of Image.
createIndexer(Properties) - Method in class org.openanzo.indexer.IndexerFactoryBase
Create an indexer for the given properties
createIndexer(Properties) - Method in class org.openanzo.indexer.lucene.LuceneIndexerFactory
 
createIndexer(Properties) - Method in class org.openanzo.model.indexer.lucene.ModelIndexerFactory
 
createIndividual(URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of Individual.
createIndividual(Resource, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of Individual.
createIndividual(String, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of Individual.
createIndividual(String, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of Individual.
createIndividual(Resource, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of Individual.
createIndividual(String, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of Individual.
createInformationResource(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.webarch.Factory
Create a new instance of InformationResource.
createInformationResource(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.webarch.Factory
Create a new instance of InformationResource.
createIntrospectionGraph(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.queso.QuesoFactory
Create a new instance of IntrospectionGraph.
createIntrospectionGraph(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.queso.QuesoFactory
Create a new instance of IntrospectionGraph.
createInverseFunctionalProperty(URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of InverseFunctionalProperty.
createInverseFunctionalProperty(Resource, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of InverseFunctionalProperty.
createInverseFunctionalProperty(String, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of InverseFunctionalProperty.
createInverseFunctionalProperty(String, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of InverseFunctionalProperty.
createInverseFunctionalProperty(Resource, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of InverseFunctionalProperty.
createInverseFunctionalProperty(String, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of InverseFunctionalProperty.
createIrreflexiveProperty(URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of IrreflexiveProperty.
createIrreflexiveProperty(Resource, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of IrreflexiveProperty.
createIrreflexiveProperty(String, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of IrreflexiveProperty.
createIrreflexiveProperty(String, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of IrreflexiveProperty.
createIrreflexiveProperty(Resource, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of IrreflexiveProperty.
createIrreflexiveProperty(String, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of IrreflexiveProperty.
createJmsProvider(Properties) - Static method in class org.openanzo.services.JmsProviderFactory
Attempts to dynamically load a class responsible for connection to notification/jms server.
createJmsProvider(String) - Static method in class org.openanzo.services.JmsProviderFactory
Attempts to dynamically load a class responsible for connection to notification/jms server.
createLink(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.atomowl.Factory
Create a new instance of Link.
createLink(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.atomowl.Factory
Create a new instance of Link.
createList(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.rdfs.Factory
Create a new instance of List.
createList(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.rdfs.Factory
Create a new instance of List.
createList(URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of List.
createList(Resource, URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of List.
createList(String, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of List.
createList(String, URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of List.
createList(Resource, INamedGraph) - Static method in class org.openanzo.rdfs.RDFSFactory
Create a new instance of List.
createList(String, INamedGraph) - Static method in class org.openanzo.rdfs.RDFSFactory
Create a new instance of List.
createLiteral(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.rdfs.Factory
Create a new instance of Literal.
createLiteral(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.rdfs.Factory
Create a new instance of Literal.
createLiteral(String) - Method in class org.openanzo.model.impl.AnzoValueFactory
 
createLiteral(String, String) - Method in class org.openanzo.model.impl.AnzoValueFactory
 
createLiteral(String, URI) - Method in class org.openanzo.model.impl.AnzoValueFactory
 
createLiteral(boolean) - Method in class org.openanzo.model.impl.AnzoValueFactory
 
createLiteral(byte) - Method in class org.openanzo.model.impl.AnzoValueFactory
 
createLiteral(short) - Method in class org.openanzo.model.impl.AnzoValueFactory
 
createLiteral(int) - Method in class org.openanzo.model.impl.AnzoValueFactory
 
createLiteral(long) - Method in class org.openanzo.model.impl.AnzoValueFactory
 
createLiteral(float) - Method in class org.openanzo.model.impl.AnzoValueFactory
 
createLiteral(double) - Method in class org.openanzo.model.impl.AnzoValueFactory
 
createLiteral(XMLGregorianCalendar) - Method in class org.openanzo.model.impl.AnzoValueFactory
 
createLiteral(URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of Literal.
createLiteral(Resource, URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of Literal.
createLiteral(String, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of Literal.
createLiteral(String, URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of Literal.
createLiteral(Resource, INamedGraph) - Static method in class org.openanzo.rdfs.RDFSFactory
Create a new instance of Literal.
createLiteral(String, INamedGraph) - Static method in class org.openanzo.rdfs.RDFSFactory
Create a new instance of Literal.
createMatchStatement(Resource, URI, Value, Resource) - Method in class org.openanzo.model.impl.AnzoValueFactory
Create a statement, replacing any null values with Constants.ANY_URI
createMatchStatement(Resource, URI, Value) - Method in class org.openanzo.model.impl.AnzoValueFactory
Create a statement, replacing any null values with Constants.ANY_URI
createModelService(Object, Properties) - Static method in class org.openanzo.services.ModelServiceFactory
Attempts to dynamically load a class responsible for communicating with the Anzo Server.
createNamedGraph(Resource, INamedGraph) - Static method in class org.openanzo.common.ontology.AnzoFactory
Create a new instance of NamedGraph.
createNamedGraph(String, INamedGraph) - Static method in class org.openanzo.common.ontology.AnzoFactory
Create a new instance of NamedGraph.
createNamedGraph(Long, Long, Long, Long, Long, long, RepositoryConnection, long) - Static method in class org.openanzo.server.repository.structures.NamedGraph
Create NamedGraph with given properties
createNewCommand(String) - Method in class org.openanzo.model.transaction.impl.RDBPersistedTransaction
Create a new command , but do not add it to queue yet
createNewCommand(String, Set<IPrecondition>) - Method in class org.openanzo.model.transaction.impl.RDBPersistedTransaction
Create a new command, but do not add it to queue yet
createNewCommand(String, Set<IPrecondition>) - Method in class org.openanzo.model.transaction.impl.Transaction
Create a new command for this queue, but do not add it to queue yet
createNewTransaction() - Method in class org.openanzo.model.transaction.impl.RDBPersistedTransactionQueue
 
createNothing(URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of Nothing.
createNothing(Resource, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of Nothing.
createNothing(String, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of Nothing.
createNothing(String, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of Nothing.
createNothing(Resource, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of Nothing.
createNothing(String, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of Nothing.
createNotificationService(Object, Properties) - Static method in class org.openanzo.services.NotificationServiceFactory
Attempts to dynamically load a class responsible for the Anzo notification service connection.
createObjectProperty(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.owl.Factory
Create a new instance of ObjectProperty.
createObjectProperty(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.owl.Factory
Create a new instance of ObjectProperty.
createObjectProperty(URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of ObjectProperty.
createObjectProperty(Resource, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of ObjectProperty.
createObjectProperty(String, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of ObjectProperty.
createObjectProperty(String, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of ObjectProperty.
createObjectProperty(Resource, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of ObjectProperty.
createObjectProperty(String, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of ObjectProperty.
createObjectRestriction(URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of ObjectRestriction.
createObjectRestriction(Resource, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of ObjectRestriction.
createObjectRestriction(String, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of ObjectRestriction.
createObjectRestriction(String, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of ObjectRestriction.
createObjectRestriction(Resource, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of ObjectRestriction.
createObjectRestriction(String, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of ObjectRestriction.
createOnlineAccount(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.foaf.FOAFFactory
Create a new instance of OnlineAccount.
createOnlineAccount(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.foaf.FOAFFactory
Create a new instance of OnlineAccount.
createOnlineChatAccount(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.foaf.FOAFFactory
Create a new instance of OnlineChatAccount.
createOnlineChatAccount(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.foaf.FOAFFactory
Create a new instance of OnlineChatAccount.
createOnlineEcommerceAccount(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.foaf.FOAFFactory
Create a new instance of OnlineEcommerceAccount.
createOnlineEcommerceAccount(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.foaf.FOAFFactory
Create a new instance of OnlineEcommerceAccount.
createOnlineGamingAccount(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.foaf.FOAFFactory
Create a new instance of OnlineGamingAccount.
createOnlineGamingAccount(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.foaf.FOAFFactory
Create a new instance of OnlineGamingAccount.
createOntology(URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of Ontology.
createOntology(Resource, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of Ontology.
createOntology(String, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of Ontology.
createOntology(String, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of Ontology.
createOntology(Resource, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of Ontology.
createOntology(String, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of Ontology.
createOrganization(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.foaf.FOAFFactory
Create a new instance of Organization.
createOrganization(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.foaf.FOAFFactory
Create a new instance of Organization.
createOWLEntity(URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of OWLEntity.
createOWLEntity(Resource, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of OWLEntity.
createOWLEntity(String, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of OWLEntity.
createOWLEntity(String, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of OWLEntity.
createOWLEntity(Resource, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of OWLEntity.
createOWLEntity(String, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of OWLEntity.
createPerson(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.atomowl.Factory
Create a new instance of Person.
createPerson(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.atomowl.Factory
Create a new instance of Person.
createPerson(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.foaf.FOAFFactory
Create a new instance of Person.
createPerson(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.foaf.FOAFFactory
Create a new instance of Person.
createPersonalProfileDocument(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.foaf.FOAFFactory
Create a new instance of PersonalProfileDocument.
createPersonalProfileDocument(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.foaf.FOAFFactory
Create a new instance of PersonalProfileDocument.
createPlainText(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.atomowl.Factory
Create a new instance of PlainText.
createPlainText(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.atomowl.Factory
Create a new instance of PlainText.
createPrecondition(Resource, INamedGraph) - Static method in class org.openanzo.common.ontology.AnzoFactory
Create a new instance of Precondition.
createPrecondition(String, INamedGraph) - Static method in class org.openanzo.common.ontology.AnzoFactory
Create a new instance of Precondition.
createProject(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.foaf.FOAFFactory
Create a new instance of Project.
createProject(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.foaf.FOAFFactory
Create a new instance of Project.
createPurgedEntry(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.queso.QuesoFactory
Create a new instance of PurgedEntry.
createPurgedEntry(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.queso.QuesoFactory
Create a new instance of PurgedEntry.
createQuery(Resource, INamedGraph) - Static method in class org.openanzo.common.ontology.AnzoFactory
Create a new instance of Query.
createQuery(String, INamedGraph) - Static method in class org.openanzo.common.ontology.AnzoFactory
Create a new instance of Query.
createQuery(Properties) - Method in class org.openanzo.indexer.IndexerFactoryBase
Create an IQuery for the given properties
createQuery(Properties) - Method in class org.openanzo.indexer.lucene.LuceneIndexerFactory
 
createQuery(Properties) - Method in class org.openanzo.model.indexer.lucene.ModelIndexerFactory
 
createQueryExecutor(EngineConfig, QueryController, SolutionGenerator, QueryExecutionPlan) - Method in class org.openanzo.glitter.query.QueryExecutorFactory
Selects an appropriate QueryExecutor based upon the engine configuration and the capabilities of the backend solution generator.
createQueryFromDefaultFieldAndText(String, String) - Method in class org.openanzo.indexer.IndexerFactoryBase
Return IQuery for the given default field and text
createQueryFromDefaultFieldAndText(String, String) - Method in class org.openanzo.indexer.lucene.LuceneIndexerFactory
 
createQueryFromDefaultFieldAndText(String, String) - Method in class org.openanzo.model.indexer.lucene.ModelIndexerFactory
Creates a query.
createQueryFromString(String) - Method in class org.openanzo.model.indexer.lucene.ModelIndexerFactory
Creates a query.
createRDFContent(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.queso.QuesoFactory
Create a new instance of RDFContent.
createRDFContent(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.queso.QuesoFactory
Create a new instance of RDFContent.
createReflexiveProperty(URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of ReflexiveProperty.
createReflexiveProperty(Resource, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of ReflexiveProperty.
createReflexiveProperty(String, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of ReflexiveProperty.
createReflexiveProperty(String, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of ReflexiveProperty.
createReflexiveProperty(Resource, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of ReflexiveProperty.
createReflexiveProperty(String, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of ReflexiveProperty.
createRelationType(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.atomowl.Factory
Create a new instance of RelationType.
createRelationType(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.atomowl.Factory
Create a new instance of RelationType.
createReplicationService(Object, Properties) - Static method in class org.openanzo.services.ReplicationServiceFactory
Attempts to dynamically load a class responsible for replicating with a Anzo server.
createRepresentation(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.webarch.Factory
Create a new instance of Representation.
createRepresentation(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.webarch.Factory
Create a new instance of Representation.
createResource(String) - Method in class org.openanzo.model.impl.AnzoValueFactory
Create either a BNode or URI based on contents of value
createRestriction(URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of Restriction.
createRestriction(Resource, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of Restriction.
createRestriction(String, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of Restriction.
createRestriction(String, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of Restriction.
createRestriction(Resource, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of Restriction.
createRestriction(String, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of Restriction.
createResult(Resource, INamedGraph) - Static method in class org.openanzo.common.ontology.AnzoFactory
Create a new instance of Result.
createResult(String, INamedGraph) - Static method in class org.openanzo.common.ontology.AnzoFactory
Create a new instance of Result.
createRole(Resource, INamedGraph) - Static method in class org.openanzo.common.ontology.AnzoFactory
Create a new instance of Role.
createRole(String, INamedGraph) - Static method in class org.openanzo.common.ontology.AnzoFactory
Create a new instance of Role.
createRole(Long, Long, RepositoryConnection) - Static method in class org.openanzo.server.repository.structures.Role
Creates a new role.
createSearch(Properties) - Method in class org.openanzo.indexer.IndexerFactoryBase
Create an ISearch object for the given properties
createSearch(Properties) - Method in class org.openanzo.indexer.lucene.LuceneIndexerFactory
 
createSearchFromLocation(String) - Method in class org.openanzo.indexer.IndexerFactoryBase
Create an ISearch object from the given location
createSearchFromLocation(String) - Method in class org.openanzo.indexer.lucene.LuceneIndexerFactory
 
createSelectorTracker(Resource, INamedGraph) - Static method in class org.openanzo.common.ontology.AnzoFactory
Create a new instance of SelectorTracker.
createSelectorTracker(String, INamedGraph) - Static method in class org.openanzo.common.ontology.AnzoFactory
Create a new instance of SelectorTracker.
createSelectResults(QueryResults) - Method in class org.openanzo.model.impl.ContainerQueryResult
 
createSeq(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.rdfs.Factory
Create a new instance of Seq.
createSeq(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.rdfs.Factory
Create a new instance of Seq.
createSeq(URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of Seq.
createSeq(Resource, URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of Seq.
createSeq(String, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of Seq.
createSeq(String, URI, IDataset) - Static method in class org.openanzo.rdfs.dataset.RDFSFactory
Create a new instance of Seq.
createSeq(Resource, INamedGraph) - Static method in class org.openanzo.rdfs.RDFSFactory
Create a new instance of Seq.
createSeq(String, INamedGraph) - Static method in class org.openanzo.rdfs.RDFSFactory
Create a new instance of Seq.
createStatement(Resource, URI, Value) - Method in class org.openanzo.model.impl.AnzoValueFactory
 
createStatement(Resource, URI, Value, Resource) - Method in class org.openanzo.model.impl.AnzoValueFactory
 
createStatement(RepositoryConnection, Statement, Long, Long) - Static method in class org.openanzo.server.repository.structures.Statement
Create a new Statement for provided data
createSymmetricProperty(URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of SymmetricProperty.
createSymmetricProperty(Resource, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of SymmetricProperty.
createSymmetricProperty(String, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of SymmetricProperty.
createSymmetricProperty(String, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of SymmetricProperty.
createSymmetricProperty(Resource, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of SymmetricProperty.
createSymmetricProperty(String, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of SymmetricProperty.
createTempACI(Role) - Static method in class org.openanzo.server.repository.structures.TempACI
Creates an TempACI item for the given Role
createTempACL(RepositoryConnection, URI) - Static method in class org.openanzo.server.repository.structures.TempACL
Create a new Temporary ACL
createTextContent(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.atomowl.Factory
Create a new instance of TextContent.
createTextContent(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.atomowl.Factory
Create a new instance of TextContent.
createTextContent(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.queso.QuesoFactory
Create a new instance of TextContent.
createTextContent(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.queso.QuesoFactory
Create a new instance of TextContent.
createTracker(Resource, INamedGraph) - Static method in class org.openanzo.common.ontology.AnzoFactory
Create a new instance of Tracker.
createTracker(String, INamedGraph) - Static method in class org.openanzo.common.ontology.AnzoFactory
Create a new instance of Tracker.
createTransitiveProperty(URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of TransitiveProperty.
createTransitiveProperty(Resource, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of TransitiveProperty.
createTransitiveProperty(String, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of TransitiveProperty.
createTransitiveProperty(String, URI, IDataset) - Static method in class org.openanzo.owl.dataset.OWL11Factory
Create a new instance of TransitiveProperty.
createTransitiveProperty(Resource, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of TransitiveProperty.
createTransitiveProperty(String, INamedGraph) - Static method in class org.openanzo.owl.OWL11Factory
Create a new instance of TransitiveProperty.
createTypedContent(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.queso.QuesoFactory
Create a new instance of TypedContent.
createTypedContent(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.queso.QuesoFactory
Create a new instance of TypedContent.
createTypedLiteral(Object) - Method in class org.openanzo.model.impl.AnzoValueFactory
Create a literal with its datatype set,based on type of object passed in.
createURI(String) - Static method in class org.openanzo.glitter.util.Glitter
Synonym for URI.create(String).
createURI(String) - Method in class org.openanzo.model.impl.AnzoValueFactory
Create URI based on uri value.
createURI(String, String) - Method in class org.openanzo.model.impl.AnzoValueFactory
 
createUser(Resource, INamedGraph) - Static method in class org.openanzo.common.ontology.AnzoFactory
Create a new instance of User.
createUser(String, INamedGraph) - Static method in class org.openanzo.common.ontology.AnzoFactory
Create a new instance of User.
createUser(Long, Long, Long, String, String, RepositoryConnection, Long) - Static method in class org.openanzo.server.repository.structures.User
Creates a new user and adds the user to the database.
createValueFromData(int, String, String, String) - Static method in class org.openanzo.serialization.SerializationUtils
Create a Value object from decoded data
createVariable(String) - Static method in class org.openanzo.glitter.rdf.Variable
Static factory method that uses an LRU cache to reuse Variable objects for variables with the same name.
createVersion(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.atomowl.Factory
Create a new instance of Version.
createVersion(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.atomowl.Factory
Create a new instance of Version.
createXHTML(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.atomowl.Factory
Create a new instance of XHTML.
createXHTML(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.atomowl.Factory
Create a new instance of XHTML.
createXML(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.atomowl.Factory
Create a new instance of XML.
createXML(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.atomowl.Factory
Create a new instance of XML.
createXMLLiteral(Resource, INamedGraph) - Static method in class org.openanzo.atom.jastor.rdfs.Factory
Create a new instance of XMLLiteral.
createXMLLiteral(String, INamedGraph) - Static method in class org.openanzo.atom.jastor.rdfs.Factory
Create a new instance of XMLLiteral.
CREATOR - Static variable in class org.openanzo.model.vocabulary.DC
http://purl.org/dc/elements/1.1/creator property
CredentialCallback - Class in org.openanzo.server.security
Credential callback handler that handles authentication a username and password
CredentialCallback(String, String) - Constructor for class org.openanzo.server.security.CredentialCallback
Create a new CredentialCallback
CURIE - Class in org.openanzo.glitter.util
See http://www.w3.org/2001/sw/BestPractices/HTML/2005-10-27-CURIE
CURIE(String, String) - Constructor for class org.openanzo.glitter.util.CURIE
Create a CURIE from a prefix and a local name.
CURIE(String) - Constructor for class org.openanzo.glitter.util.CURIE
Create a CURIE by splitting a prefixed name on a colon.
CURRENT_THREAD_NOT_OWNER - Static variable in interface org.openanzo.common.exceptions.ExceptionConstants.CLIENT.SUBCODES
Current thread not owner of transaction Minor Code
currentCommandId - Variable in class org.openanzo.services.replication.ReplicationTransactionUpdate
Id of current command within this transaction
currentProject - Static variable in interface org.openanzo.atom.jastor.owl.ObjectProperty
Individual for URI: http://xmlns.com/foaf/0.1/currentProject
currentProject - Static variable in interface org.openanzo.atom.jastor.rdfs._Property
Individual for URI: http://xmlns.com/foaf/0.1/currentProject
currentProject - Static variable in class org.openanzo.common.vocabulary.FOAF
http://xmlns.com/foaf/0.1/currentProject
currentProjectProperty - Static variable in interface org.openanzo.atom.jastor.foaf.Person
The Jena Property for currentProject
currentThreadOwnsTransaction() - Method in class org.openanzo.client.DatasetService
Return true if current thread owns current transaction
currentThreadOwnsTransaction() - Method in interface org.openanzo.model.ITransactionManager
Return whether the current thread owns the TransactionQueue lock
currentThreadOwnsTransaction() - Method in class org.openanzo.model.transaction.impl.LockingTransactionManager
Determine if the current tread started the current transaction
currentThreadOwnsTransaction() - Method in class org.openanzo.model.transaction.impl.TransactionManager
 
currentToken - Variable in exception org.openanzo.glitter.syntax.concrete.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception org.openanzo.glitter.syntax.concrete.ParseException
This is the last token that has been consumed successfully.
CustomThingElement - Class in org.openanzo.jastor.ant
 
CustomThingElement() - Constructor for class org.openanzo.jastor.ant.CustomThingElement
 

D

dataPropertyDomainChanged(DatatypeProperty) - Method in interface org.openanzo.owl.dataset.DatatypePropertyListener
Called when dataPropertyDomain has changed
dataPropertyDomainChanged(DatatypeProperty) - Method in class org.openanzo.owl.dataset.DatatypePropertyListenerAdapter
Called when dataPropertyDomain has changed
dataPropertyDomainChanged(FunctionalDataPropety) - Method in interface org.openanzo.owl.dataset.FunctionalDataPropetyListener
Called when dataPropertyDomain has changed
dataPropertyDomainChanged(FunctionalDataPropety) - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyListenerAdapter
Called when dataPropertyDomain has changed
dataPropertyDomainChanged(FunctionalPropety) - Method in interface org.openanzo.owl.dataset.FunctionalPropetyListener
Called when dataPropertyDomain has changed
dataPropertyDomainChanged(FunctionalPropety) - Method in class org.openanzo.owl.dataset.FunctionalPropetyListenerAdapter
Called when dataPropertyDomain has changed
dataPropertyDomainChanged(DatatypeProperty) - Method in interface org.openanzo.owl.DatatypePropertyListener
Called when dataPropertyDomain has changed
dataPropertyDomainChanged(FunctionalDataPropety) - Method in interface org.openanzo.owl.FunctionalDataPropetyListener
Called when dataPropertyDomain has changed
dataPropertyDomainChanged(FunctionalPropety) - Method in interface org.openanzo.owl.FunctionalPropetyListener
Called when dataPropertyDomain has changed
dataPropertyDomainProperty - Static variable in interface org.openanzo.owl.dataset.DatatypeProperty
The Anzo Property for dataPropertyDomain
dataPropertyDomainProperty - Static variable in interface org.openanzo.owl.DatatypeProperty
The Anzo Property for dataPropertyDomain
dataPropertyRangeChanged(DatatypeProperty) - Method in interface org.openanzo.owl.dataset.DatatypePropertyListener
Called when dataPropertyRange has changed
dataPropertyRangeChanged(DatatypeProperty) - Method in class org.openanzo.owl.dataset.DatatypePropertyListenerAdapter
Called when dataPropertyRange has changed
dataPropertyRangeChanged(FunctionalDataPropety) - Method in interface org.openanzo.owl.dataset.FunctionalDataPropetyListener
Called when dataPropertyRange has changed
dataPropertyRangeChanged(FunctionalDataPropety) - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyListenerAdapter
Called when dataPropertyRange has changed
dataPropertyRangeChanged(FunctionalPropety) - Method in interface org.openanzo.owl.dataset.FunctionalPropetyListener
Called when dataPropertyRange has changed
dataPropertyRangeChanged(FunctionalPropety) - Method in class org.openanzo.owl.dataset.FunctionalPropetyListenerAdapter
Called when dataPropertyRange has changed
dataPropertyRangeChanged(DatatypeProperty) - Method in interface org.openanzo.owl.DatatypePropertyListener
Called when dataPropertyRange has changed
dataPropertyRangeChanged(FunctionalDataPropety) - Method in interface org.openanzo.owl.FunctionalDataPropetyListener
Called when dataPropertyRange has changed
dataPropertyRangeChanged(FunctionalPropety) - Method in interface org.openanzo.owl.FunctionalPropetyListener
Called when dataPropertyRange has changed
dataPropertyRangeProperty - Static variable in interface org.openanzo.owl.dataset.DatatypeProperty
The Anzo Property for dataPropertyRange
dataPropertyRangeProperty - Static variable in interface org.openanzo.owl.DatatypeProperty
The Anzo Property for dataPropertyRange
DataRange - Interface in org.openanzo.owl
Interface for DataRange ontology class
Use the org.openanzo.owl.OWL11Factory to create instances of this interface.
DataRange - Interface in org.openanzo.owl.dataset
Interface for DataRange ontology class
Use the org.openanzo.owl.dataset.OWL11Factory to create instances of this interface.
DataRangeImpl - Class in org.openanzo.owl
Implementation of DataRange Use the org.openanzo.owl.OWL11Factory to create instances of this class.
DataRangeImpl - Class in org.openanzo.owl.dataset
Implementation of DataRange Use the org.openanzo.owl.dataset.OWL11Factory to create instances of this class.
DataRangeListener - Interface in org.openanzo.owl
Implementations of this listener may be registered with instances of org.openanzo.owl.DataRange to receive notification when properties changed, added or removed.
DataRangeListener - Interface in org.openanzo.owl.dataset
Implementations of this listener may be registered with instances of org.openanzo.owl.dataset.DataRange to receive notification when properties changed, added or removed.
DataRangeListenerAdapter - Class in org.openanzo.owl.dataset
Implementations of this listener may be registered with instances of org.openanzo.owl.dataset.DataRange to receive notification when properties changed, added or removed.
DataRangeListenerAdapter() - Constructor for class org.openanzo.owl.dataset.DataRangeListenerAdapter
 
DataRestriction - Interface in org.openanzo.owl
Interface for DataRestriction ontology class
Use the org.openanzo.owl.OWL11Factory to create instances of this interface.
DataRestriction - Interface in org.openanzo.owl.dataset
Interface for DataRestriction ontology class
Use the org.openanzo.owl.dataset.OWL11Factory to create instances of this interface.
DataRestrictionImpl - Class in org.openanzo.owl
Implementation of DataRestriction Use the org.openanzo.owl.OWL11Factory to create instances of this class.
DataRestrictionImpl - Class in org.openanzo.owl.dataset
Implementation of DataRestriction Use the org.openanzo.owl.dataset.OWL11Factory to create instances of this class.
DataRestrictionListener - Interface in org.openanzo.owl
Implementations of this listener may be registered with instances of org.openanzo.owl.DataRestriction to receive notification when properties changed, added or removed.
DataRestrictionListener - Interface in org.openanzo.owl.dataset
Implementations of this listener may be registered with instances of org.openanzo.owl.dataset.DataRestriction to receive notification when properties changed, added or removed.
DataRestrictionListenerAdapter - Class in org.openanzo.owl.dataset
Implementations of this listener may be registered with instances of org.openanzo.owl.dataset.DataRestriction to receive notification when properties changed, added or removed.
DataRestrictionListenerAdapter() - Constructor for class org.openanzo.owl.dataset.DataRestrictionListenerAdapter
 
Dataset - Interface in org.openanzo.common.ontology
Interface for Dataset ontology class
Use the org.openanzo.common.ontology.AnzoFactory to create instances of this interface.
dataset() - Method in interface org.openanzo.jastor.DatasetThing
Get the Dataset where this THING resides
dataset() - Method in class org.openanzo.jastor.DatasetThingImpl
 
Dataset - Class in org.openanzo.model.impl
Basic Dataset implementation that stores INamedGraphs.
Dataset() - Constructor for class org.openanzo.model.impl.Dataset
Setup an empty Dataset
DATASET_MISSING_MODEL_ERROR - Static variable in interface org.openanzo.common.exceptions.ExceptionConstants.CLIENT.SUBCODES
Dataset missing graph Minor Code
datasetChanged(Precondition) - Method in interface org.openanzo.common.ontology.PreconditionListener
Called when dataset has changed
DatasetClause() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
DatasetClause() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
DatasetFactoryTemplate - Class in org.openanzo.jastor.templates.jet.dataset
Copyright (c) 2004, 2007 IBM Corporation and Cambridge Semantics Incorporated.
DatasetFactoryTemplate(OntologyFileProvider) - Constructor for class org.openanzo.jastor.templates.jet.dataset.DatasetFactoryTemplate
 
DatasetFactoryTemplate() - Constructor for class org.openanzo.jastor.templates.jet.dataset.DatasetFactoryTemplate
 
DatasetImpl - Class in org.openanzo.common.ontology
Implementation of Dataset Use the org.openanzo.common.ontology.AnzoFactory to create instances of this class.
DatasetImplementationTemplate - Class in org.openanzo.jastor.templates.jet.dataset
Copyright (c) 2004, 2007 IBM Corporation and Cambridge Semantics Incorporated.
DatasetImplementationTemplate(OntologyClassFileProvider) - Constructor for class org.openanzo.jastor.templates.jet.dataset.DatasetImplementationTemplate
 
DatasetImplementationTemplate() - Constructor for class org.openanzo.jastor.templates.jet.dataset.DatasetImplementationTemplate
 
DatasetInterfaceTemplate - Class in org.openanzo.jastor.templates.jet.dataset
Copyright (c) 2004, 2007 IBM Corporation and Cambridge Semantics Incorporated.
DatasetInterfaceTemplate(OntologyClassFileProvider) - Constructor for class org.openanzo.jastor.templates.jet.dataset.DatasetInterfaceTemplate
 
DatasetInterfaceTemplate() - Constructor for class org.openanzo.jastor.templates.jet.dataset.DatasetInterfaceTemplate
 
DatasetListener - Interface in org.openanzo.common.ontology
Implementations of this listener may be registered with instances of org.openanzo.common.ontology.Dataset to receive notification when properties changed, added or removed.
DatasetListenerAdapterTemplate - Class in org.openanzo.jastor.templates.jet.dataset
Copyright (c) 2004, 2007 IBM Corporation and Cambridge Semantics Incorporated.
DatasetListenerAdapterTemplate(OntologyClassFileProvider) - Constructor for class org.openanzo.jastor.templates.jet.dataset.DatasetListenerAdapterTemplate
 
DatasetListenerAdapterTemplate() - Constructor for class org.openanzo.jastor.templates.jet.dataset.DatasetListenerAdapterTemplate
 
DatasetListenerTemplate - Class in org.openanzo.jastor.templates.jet.dataset
Copyright (c) 2004, 2007 IBM Corporation and Cambridge Semantics Incorporated.
DatasetListenerTemplate(OntologyClassFileProvider) - Constructor for class org.openanzo.jastor.templates.jet.dataset.DatasetListenerTemplate
 
DatasetListenerTemplate() - Constructor for class org.openanzo.jastor.templates.jet.dataset.DatasetListenerTemplate
 
datasetProperty - Static variable in interface org.openanzo.common.ontology.Precondition
The Anzo Property for dataset
DatasetPropertyIterator<E> - Class in org.openanzo.jastor
Iterator that iterates over the set of object values for a given property on a given subject.
DatasetPropertyIterator(IDataset, Resource, URI, Resource...) - Constructor for class org.openanzo.jastor.DatasetPropertyIterator
Create iterator of object values for a given property on a given subject.
DatasetService - Class in org.openanzo.client
The DatasetService is the central management point for a single connection to a Anzo Server.
DatasetService(Properties) - Constructor for class org.openanzo.client.DatasetService
Constructor for a DatasetService.
DatasetService(Properties, IModelService, INotificationService, IReplicationService) - Constructor for class org.openanzo.client.DatasetService
Constructor for a DatasetService.
DATASETSERVICE_ERROR - Static variable in interface org.openanzo.common.exceptions.ExceptionConstants.CLIENT.CODES
Datasetservice error Major Code
DatasetServiceEventManager - Class in org.openanzo.client
The DatasetServiceEventManager fires the appropriate model events to listeners.
DatasetServiceProperties - Class in org.openanzo.client
Configuration properties for the local client stack.
DatasetServiceProperties() - Constructor for class org.openanzo.client.DatasetServiceProperties
 
DatasetServiceReplicator - Class in org.openanzo.client
The underlying graph implementation for local models.
DatasetServiceReplicator(DatasetService, Properties, ReentrantReadWriteLock) - Constructor for class org.openanzo.client.DatasetServiceReplicator
Create a new DatasetServiceReplicator
DatasetServiceSail - Class in org.openanzo.client.openrdf
Basic implementation of a Sail that is backed by a DatasetService
DatasetServiceSail(Properties) - Constructor for class org.openanzo.client.openrdf.DatasetServiceSail
Create a new DatasetServiceSail with given properties
DatasetServiceSailConnection - Class in org.openanzo.client.openrdf
Create a new DatasetServiceSailConnection that is backed by a DatasetService
DatasetServiceSailConnection(DatasetService) - Constructor for class org.openanzo.client.openrdf.DatasetServiceSailConnection
Create a new DatasetServiceSailConnection
DatasetThing - Interface in org.openanzo.jastor
Thing is the base ontology class of all other ontology classes for classes that reside within a dataset.
DatasetThingFactory - Class in org.openanzo.jastor
A basic factory that provides create methods for building block OWL types.
DatasetThingFactory() - Constructor for class org.openanzo.jastor.DatasetThingFactory
 
DatasetThingImpl - Class in org.openanzo.jastor
Implementation of DatasetThing
DatasetThingImpl(Resource, URI, IDataset) - Constructor for class org.openanzo.jastor.DatasetThingImpl
Create a new DatasetThingImple for given resource
Datatype - Interface in org.openanzo.atom.jastor.rdfs
Interface for Datatype ontology class
Use the org.openanzo.atom.jastor.rdfs.Factory to create instances of this interface.
DATATYPE - Static variable in class org.openanzo.common.rdb.layout.NodeType
Datatype node type
Datatype - Static variable in class org.openanzo.common.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#Datatype
Datatype - Class in org.openanzo.glitter.expression.builtin
Implements the SPARQL datatype function.
Datatype() - Constructor for class org.openanzo.glitter.expression.builtin.Datatype
 
DATATYPE - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
DATATYPE - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
Datatype - Interface in org.openanzo.rdfs.dataset
Interface for Datatype ontology class
Use the org.openanzo.rdfs.dataset.RDFSFactory to create instances of this interface.
Datatype - Interface in org.openanzo.rdfs
Interface for Datatype ontology class
Use the org.openanzo.rdfs.RDFSFactory to create instances of this interface.
dataType - Static variable in interface org.openanzo.serialization.SerializationConstants
dataType Constant
DATATYPE - Static variable in interface org.openanzo.telar.Constants
 
DATATYPE_TYPE - Static variable in class org.openanzo.common.rdb.layout.NodeType
Datatype node type mask
datatypeIdMap - Variable in class org.openanzo.common.rdb.container.CacheProvider
Cache of IDs to Datatype URIs
DatatypeImpl - Class in org.openanzo.atom.jastor.rdfs
Implementation of Datatype Use the org.openanzo.atom.jastor.rdfs.Factory to create instances of this class.
DatatypeImpl - Class in org.openanzo.rdfs.dataset
Implementation of Datatype Use the org.openanzo.rdfs.dataset.RDFSFactory to create instances of this class.
DatatypeImpl - Class in org.openanzo.rdfs
Implementation of Datatype Use the org.openanzo.rdfs.RDFSFactory to create instances of this class.
DatatypeListener - Interface in org.openanzo.rdfs.dataset
Implementations of this listener may be registered with instances of org.openanzo.rdfs.dataset.Datatype to receive notification when properties changed, added or removed.
DatatypeListener - Interface in org.openanzo.rdfs
Implementations of this listener may be registered with instances of org.openanzo.rdfs.Datatype to receive notification when properties changed, added or removed.
DatatypeListenerAdapter - Class in org.openanzo.rdfs.dataset
Implementations of this listener may be registered with instances of org.openanzo.rdfs.dataset.Datatype to receive notification when properties changed, added or removed.
DatatypeListenerAdapter() - Constructor for class org.openanzo.rdfs.dataset.DatatypeListenerAdapter
 
datatypeMap - Variable in class org.openanzo.common.rdb.container.CacheProvider
Cache of Datatype URIs to IDs
DATATYPEMARKER - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
DATATYPEMARKER - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
DatatypeProperty - Interface in org.openanzo.owl.dataset
Interface for DatatypeProperty ontology class
Use the org.openanzo.owl.dataset.OWL11Factory to create instances of this interface.
DatatypeProperty - Interface in org.openanzo.owl
Interface for DatatypeProperty ontology class
Use the org.openanzo.owl.OWL11Factory to create instances of this interface.
DatatypePropertyImpl - Class in org.openanzo.owl.dataset
Implementation of DatatypeProperty Use the org.openanzo.owl.dataset.OWL11Factory to create instances of this class.
DatatypePropertyImpl - Class in org.openanzo.owl
Implementation of DatatypeProperty Use the org.openanzo.owl.OWL11Factory to create instances of this class.
DatatypePropertyListener - Interface in org.openanzo.owl.dataset
Implementations of this listener may be registered with instances of org.openanzo.owl.dataset.DatatypeProperty to receive notification when properties changed, added or removed.
DatatypePropertyListener - Interface in org.openanzo.owl
Implementations of this listener may be registered with instances of org.openanzo.owl.DatatypeProperty to receive notification when properties changed, added or removed.
DatatypePropertyListenerAdapter - Class in org.openanzo.owl.dataset
Implementations of this listener may be registered with instances of org.openanzo.owl.dataset.DatatypeProperty to receive notification when properties changed, added or removed.
DatatypePropertyListenerAdapter() - Constructor for class org.openanzo.owl.dataset.DatatypePropertyListenerAdapter
 
datatypeSequence - Static variable in class org.openanzo.common.rdb.layout.NodeType
Sequence name for datatype strings
DATE - Static variable in class org.openanzo.common.ldap.container.transform.LiteralTransform
 
DATE - Static variable in class org.openanzo.common.vocabulary.VCard
 
DATE - Static variable in class org.openanzo.model.vocabulary.DC
http://purl.org/dc/elements/1.1/date property
DATE_TYPE - Static variable in class org.openanzo.common.ldap.container.transform.LiteralTransform
 
DateTime - Static variable in class org.openanzo.server.repository.querybuilder.LiteralGrounding
LiteralGrounding for DateTime type
DateTimeEq - Class in org.openanzo.glitter.expression.builtin
Equality test for two xsd:datetime values.
DateTimeEq() - Constructor for class org.openanzo.glitter.expression.builtin.DateTimeEq
 
DateTimeGe - Class in org.openanzo.glitter.expression.builtin
>= test for two xsd:datetime values.
DateTimeGe() - Constructor for class org.openanzo.glitter.expression.builtin.DateTimeGe
 
DateTimeGt - Class in org.openanzo.glitter.expression.builtin
> test for two xsd:datetime values.
DateTimeGt() - Constructor for class org.openanzo.glitter.expression.builtin.DateTimeGt
 
DateTimeLe - Class in org.openanzo.glitter.expression.builtin
<= test for two xsd:datetime values.
DateTimeLe() - Constructor for class org.openanzo.glitter.expression.builtin.DateTimeLe
 
DateTimeLt - Class in org.openanzo.glitter.expression.builtin
< test for two xsd:datetime values.
DateTimeLt() - Constructor for class org.openanzo.glitter.expression.builtin.DateTimeLt
 
DateTimeNe - Class in org.openanzo.glitter.expression.builtin
Inequality test for two xsd:datetime values.
DateTimeNe() - Constructor for class org.openanzo.glitter.expression.builtin.DateTimeNe
 
DB2Properties - Class in org.openanzo.common.rdb.container
DB2 specific properties for the RDBProperties
DB2Properties() - Constructor for class org.openanzo.common.rdb.container.DB2Properties
 
DB2Properties - Class in org.openanzo.server.repository.rdb
DB2 specific properties for the RepositoryConectionProperties
DB2Properties() - Constructor for class org.openanzo.server.repository.rdb.DB2Properties
 
DB_ALREADY_OPEN - Static variable in interface org.openanzo.common.exceptions.ExceptionConstants.CLIENT.SUBCODES
Database already open Minor Code
DBException - Exception in org.openanzo.common.exceptions
Anzo exception class for the DB major error codes.
DBException(int, int, String...) - Constructor for exception org.openanzo.common.exceptions.DBException
Create a new AnzoException, ensuring major code is part of the ExceptionConstants.DB errors
DBException(int, int, Throwable, String...) - Constructor for exception org.openanzo.common.exceptions.DBException
Create a new AnzoException, ensuring major code is part of the ExceptionConstants.DB errors
DBException(AxisFault) - Constructor for exception org.openanzo.common.exceptions.DBException
Create a new AnzoException based on error codes and arguments in AxisFault
dc - Static variable in class org.openanzo.common.vocabulary.Ldap
ldap attribute: dc
DC - Class in org.openanzo.model.vocabulary
Vocabulary file containing constants for purl.org's dc predicates
DC() - Constructor for class org.openanzo.model.vocabulary.DC
 
DDLTask - Class in org.openanzo.jdbc.utils.opgen.ant
Provides file listings and procedure names of DDL.
DDLTask() - Constructor for class org.openanzo.jdbc.utils.opgen.ant.DDLTask
 
debugStream - Variable in class org.openanzo.glitter.syntax.concrete.SPARQLParserTokenManager
 
debugStream - Variable in class org.openanzo.glitter.syntax.concrete.SPARQLParserTokenManager
 
DECIMAL - Static variable in class org.openanzo.common.ldap.container.transform.LiteralTransform
 
DECIMAL - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
DECIMAL - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
decode(String) - Static method in class org.openanzo.jastor.JavaIdentifierEncoder
Decode a string to its decoded version
decode(String) - Static method in class org.openanzo.serialization.SerializationUtils
Decode encoded string to decoded string
decrementUsage() - Method in class org.openanzo.model.embedded.EmbeddedServiceBase
Decrement the usage count
decrementUsageCount() - Method in class org.openanzo.server.repository.rdb.RepositoryConnectionPool
Decrement the usage count for the pool
DEFAULT - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
DEFAULT - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
DEFAULT_NAMED_GRAPHS - Static variable in interface org.openanzo.telar.Constants
 
DEFAULT_RANGE - Static variable in class org.openanzo.jastor.inference.OntologyProperty
this uri is a placeholder for the default range of a property that is returned by getAllReturnTypes.
defaultAcl - Variable in class org.openanzo.server.repository.rdb.sql.ReplicationRdbWrapper.SelectUserDeltasResultImpl
Value for the "defaultAcl" result value
defaultAclId - Variable in class org.openanzo.server.repository.rdb.sql.UserRdbWrapper.SelectUserResultImpl
Value for the "defaultAclId" result value
defaultAclTemplate - Static variable in interface org.openanzo.serialization.SerializationConstants
defaultAclTemplate Constant
defaultAclTemplate - Static variable in class org.openanzo.server.repository.graph.RdfMap.UserHistory
Property grounding for defaultAclTemplate
defaultAclTemplateChanged(User) - Method in interface org.openanzo.common.ontology.UserListener
Called when defaultAclTemplate has changed
DefaultAclTemplateId - Static variable in class org.openanzo.server.repository.Schema.User.ColumnNames
User's defaultAclId column name
defaultAclTemplateId - Static variable in class org.openanzo.server.repository.Schema.User
User's defaultAclId column
defaultAclTemplateProperty - Static variable in interface org.openanzo.common.ontology.User
The Anzo Property for defaultAclTemplate
DefaultEngineConfig - Class in org.openanzo.glitter
Base class for Glitter EngineConfig implementations.
DefaultEngineConfig() - Constructor for class org.openanzo.glitter.DefaultEngineConfig
 
defaultGraphAdded(Dataset, NamedGraph) - Method in interface org.openanzo.common.ontology.DatasetListener
Called when a value of defaultGraph has been added
DefaultGraphClause() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
DefaultGraphClause() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
defaultGraphProperty - Static variable in interface org.openanzo.common.ontology.Dataset
The Anzo Property for defaultGraph
defaultGraphRemoved(Dataset, NamedGraph) - Method in interface org.openanzo.common.ontology.DatasetListener
Called when a value of defaultGraph has been removed
defaultGraphsTempTable - Static variable in class org.openanzo.common.rdb.query.SQLQueryConstants
Name of the temporary table where valid default graph ids are placed
defaultGraphsTempTable - Static variable in class org.openanzo.server.repository.query.ServerSQL
Name of the temporary table that holds the default graph's URIs
defaultNamedGraph - Static variable in interface org.openanzo.model.Constants
String representation of URI for default named graph
defaultNamedGraphURI - Static variable in interface org.openanzo.model.Constants
URI for default named graph
defaultRole - Static variable in interface org.openanzo.serialization.SerializationConstants
defaultRole Constant
defaultRole - Static variable in class org.openanzo.server.repository.graph.RdfMap.UserHistory
Property grounding for defaultRole
defaultRoleChanged(User) - Method in interface org.openanzo.common.ontology.UserListener
Called when defaultRole has changed
defaultRoleId - Variable in class org.openanzo.server.repository.rdb.sql.ReplicationRdbWrapper.SelectUserDeltasResultImpl
Value for the "defaultRoleId" result value
defaultRoleId - Variable in class org.openanzo.server.repository.rdb.sql.UserRdbWrapper.SelectUserResultImpl
Value for the "defaultRoleId" result value
DefaultRoleId - Static variable in class org.openanzo.server.repository.Schema.User.ColumnNames
User's defaultRoleId column name
defaultRoleId - Static variable in class org.openanzo.server.repository.Schema.User
User's defaultRoleId column
defaultRoleProperty - Static variable in interface org.openanzo.common.ontology.User
The Anzo Property for defaultRole
defaultSystemAcl - Static variable in interface org.openanzo.model.Constants
String representation of URI for default system graph's ACL
defaultSystemAclURI - Static variable in interface org.openanzo.model.Constants
URI for default system graph's ACL
defaultSystemGraph - Static variable in interface org.openanzo.model.Constants
String representation of URI for default system graph
defaultSystemGraphURI - Static variable in interface org.openanzo.model.Constants
URI for default system graph
defaultSystemMetaGraph - Static variable in interface org.openanzo.model.Constants
String representation of URI for default system metadata graph
defaultSystemMetaGraphURI - Static variable in interface org.openanzo.model.Constants
URI for default system metadata graph
defaultSystemRole - Static variable in interface org.openanzo.model.Constants
String representation of URI for default sysAdmin role
defaultSystemRoleURI - Static variable in interface org.openanzo.model.Constants
URI for default sysAdmin role
delete(Triple) - Method in class org.openanzo.client.jena.GraphImpl
 
delete(Statement...) - Method in class org.openanzo.client.NamedGraphBase
 
delete(Iterator<Statement>) - Method in class org.openanzo.client.NotificationContainerProxy
 
delete(Resource, URI, Value, Resource) - Method in class org.openanzo.client.NotificationContainerProxy
 
delete(Statement...) - Method in class org.openanzo.client.NotificationContainerProxy
 
delete(Resource, URI, Value) - Method in class org.openanzo.client.NotificationNamedGraphProxy
 
delete(Statement...) - Method in class org.openanzo.client.NotificationNamedGraphProxy
 
delete(CloseableIterator<Statement>) - Method in class org.openanzo.client.NotificationNamedGraphProxy
 
delete(Resource, URI, Value) - Method in class org.openanzo.client.RemoteGraphBase
 
delete(Statement...) - Method in class org.openanzo.client.RemoteGraphBase
 
delete(CloseableIterator<Statement>) - Method in class org.openanzo.client.RemoteGraphBase
 
delete(Resource, URI, Value, Resource) - Method in class org.openanzo.client.StoredDatasetserviceDatasetProxy
 
delete(Statement...) - Method in class org.openanzo.client.StoredDatasetserviceDatasetProxy
 
delete(Iterator<Statement>) - Method in class org.openanzo.client.StoredDatasetserviceDatasetProxy
 
delete(Resource, URI, Value, Resource) - Method in class org.openanzo.common.rdb.container.RDBConnection
 
delete(Statement...) - Method in class org.openanzo.common.rdb.container.RDBConnection
 
delete(Iterator<Statement>) - Method in class org.openanzo.common.rdb.container.RDBConnection
 
delete(Resource, URI, Value, Resource) - Method in class org.openanzo.common.rdb.container.RDBNamedGraphContainer
 
delete(Statement...) - Method in class org.openanzo.common.rdb.container.RDBNamedGraphContainer
 
delete(Iterator<Statement>) - Method in class org.openanzo.common.rdb.container.RDBNamedGraphContainer
 
delete(Statement...) - Method in class org.openanzo.model.delta.DeltaContainer
Delete statements from the delta.
delete(Resource, URI, Value) - Method in class org.openanzo.model.delta.DeltaGraph
 
delete(Statement...) - Method in class org.openanzo.model.delta.DeltaGraph
 
delete(CloseableIterator<Statement>) - Method in class org.openanzo.model.delta.DeltaGraph
 
delete(Statement...) - Method in class org.openanzo.model.delta.DeltaGraphContainer
Delete a triple to the delta.
delete(Resource, URI, Value, Resource) - Method in interface org.openanzo.model.IContainer
Delete a statement from container
delete(Statement...) - Method in interface org.openanzo.model.IContainer
Delete a set of statements from container
delete(Iterator<Statement>) - Method in interface org.openanzo.model.IContainer
Delete a set of statements from container
delete(Iterator<Statement>) - Method in class org.openanzo.model.impl.ADataset
Delete statements from their given NamedGraph.
delete(Resource, URI, Value, Resource) - Method in class org.openanzo.model.impl.ADataset
Delete statements from the given NamedGraph if said NamedGraph is contained within this dataset.
delete(Statement...) - Method in class org.openanzo.model.impl.ADataset
Delete statements from the given NamedGraph if said NamedGraph is contained within this dataset.
delete(Resource, URI, Value) - Method in class org.openanzo.model.impl.BasicGraph
 
delete(Statement...) - Method in class org.openanzo.model.impl.BasicGraph
 
delete(CloseableIterator<Statement>) - Method in class org.openanzo.model.impl.BasicGraph
 
delete(Iterator<Statement>) - Method in class org.openanzo.model.impl.ContainerDataset
 
delete(Resource, URI, Value, Resource) - Method in class org.openanzo.model.impl.ContainerDataset
 
delete(Statement...) - Method in class org.openanzo.model.impl.ContainerDataset
 
delete(Resource, URI, Value) - Method in class org.openanzo.model.impl.ContainerNamedGraph
 
delete(Statement...) - Method in class org.openanzo.model.impl.ContainerNamedGraph
 
delete(CloseableIterator<Statement>) - Method in class org.openanzo.model.impl.ContainerNamedGraph
 
delete(Statement...) - Method in class org.openanzo.model.impl.NamedGraphContainer
 
delete(Iterator<Statement>) - Method in class org.openanzo.model.impl.NamedGraphContainer
 
delete(Resource, URI, Value, Resource) - Method in class org.openanzo.model.impl.NamedGraphContainer
 
delete(Statement...) - Method in class org.openanzo.model.impl.QuadStore
Delete statements from store and remove indexes
delete(Resource, URI, Value, Resource) - Method in class org.openanzo.model.impl.StoredDatasetProxy
 
delete(Statement...) - Method in class org.openanzo.model.impl.StoredDatasetProxy
 
delete(Iterator<Statement>) - Method in class org.openanzo.model.impl.StoredDatasetProxy
 
delete(Statement...) - Method in class org.openanzo.model.impl.TripleStore
Delete statements from store and remove indexes
delete(Resource, URI, Value) - Method in interface org.openanzo.model.INamedGraph
Delete a statement from graph
delete(Statement...) - Method in interface org.openanzo.model.INamedGraph
Delete a set of statements from graph
delete(CloseableIterator<Statement>) - Method in interface org.openanzo.model.INamedGraph
Delete a set of statements from graph
delete(Statement...) - Method in class org.openanzo.model.proxy.MetadataProxyGraph
 
delete(CloseableIterator<Statement>) - Method in class org.openanzo.model.proxy.MetadataProxyGraph
 
delete(Resource, URI, Value) - Method in class org.openanzo.model.proxy.ProxyGraph
 
delete(Statement...) - Method in class org.openanzo.model.proxy.ProxyGraph
 
delete(CloseableIterator<Statement>) - Method in class org.openanzo.model.proxy.ProxyGraph
 
delete() - Method in class org.openanzo.model.transaction.impl.RDBPersistedCommand
 
delete() - Method in class org.openanzo.model.transaction.impl.RDBPersistedTransaction
 
delete() - Method in class org.openanzo.model.transaction.impl.Transaction
 
delete() - Method in class org.openanzo.model.transaction.impl.TransactionCommand
 
delete(Iterator<Statement>) - Method in class org.openanzo.model.transaction.impl.TransactionContainerProxy
 
delete(Resource, URI, Value, Resource) - Method in class org.openanzo.model.transaction.impl.TransactionContainerProxy
 
delete(Statement...) - Method in class org.openanzo.model.transaction.impl.TransactionContainerProxy
 
delete(Resource, URI, Value) - Method in class org.openanzo.model.transaction.impl.TransactionNamedGraphProxy
 
delete(Statement...) - Method in class org.openanzo.model.transaction.impl.TransactionNamedGraphProxy
 
delete(CloseableIterator<Statement>) - Method in class org.openanzo.model.transaction.impl.TransactionNamedGraphProxy
 
delete() - Method in interface org.openanzo.model.transaction.ITransaction
Delete the transaction from its store.
delete() - Method in interface org.openanzo.model.transaction.ITransactionCommand
Delete the command from its store.
deleteAccessControl - Static variable in class org.openanzo.server.repository.rdb.sql.AciRdbWrapper
Constant "deleteAccessControl" used to reference prepared statement Aci.deleteAccessControl UPDATE ACIS SET HEND=? WHERE ID = ?;
deleteAccessControl(PreparedStatementCache, AciRdbWrapper.DeleteAccessControlParams) - Static method in class org.openanzo.server.repository.rdb.sql.AciRdbWrapper
Runs the deleteAccessControl prepared statement.
deleteAccessControl(PreparedStatementCache, Long, long) - Static method in class org.openanzo.server.repository.rdb.sql.AciRdbWrapper
Runs the deleteAccessControl prepared statement.
deleteChangeset - Static variable in class org.openanzo.common.rdb.sql.TransactionSQL
Constant "deleteChangeset" used to reference prepared statement transaction.deleteChangeset DELETE FROM ${a} WHERE COMMANDID = ? AND ID = ?
deleteChangeset(PreparedStatementCache, TransactionSQL.DeleteChangesetParams, String) - Static method in class org.openanzo.common.rdb.sql.TransactionSQL
Runs the deleteChangeset prepared statement.
deleteChangeset(PreparedStatementCache, long, long, String) - Static method in class org.openanzo.common.rdb.sql.TransactionSQL
Runs the deleteChangeset prepared statement.
deleteCommand - Static variable in class org.openanzo.common.rdb.sql.TransactionSQL
Constant "deleteCommand" used to reference prepared statement transaction.deleteCommand DELETE FROM ${a} WHERE TRANSACTIONID = ? AND ID = ?
deleteCommand(PreparedStatementCache, TransactionSQL.DeleteCommandParams, String) - Static method in class org.openanzo.common.rdb.sql.TransactionSQL
Runs the deleteCommand prepared statement.
deleteCommand(PreparedStatementCache, long, long, String) - Static method in class org.openanzo.common.rdb.sql.TransactionSQL
Runs the deleteCommand prepared statement.
deleteDeltaStmtIds - Static variable in class org.openanzo.server.repository.rdb.sql.ReplicationRdbWrapper
Constant "deleteDeltaStmtIds" used to reference prepared statement Replication.deleteDeltaStmtIds DELETE FROM ${a} WHERE ID IS NOT NULL
deleteDeltaStmtIds(PreparedStatementCache, String) - Static method in class org.openanzo.server.repository.rdb.sql.ReplicationRdbWrapper
Runs the deleteDeltaStmtIds prepared statement.
DeletedEntry - Interface in org.openanzo.atom.jastor.queso
Interface for DeletedEntry ontology class
Use the org.openanzo.atom.jastor.queso.QuesoFactory to create instances of this interface.
DeletedEntryImpl - Class in org.openanzo.atom.jastor.queso
Implementation of DeletedEntry Use the org.openanzo.atom.jastor.queso.QuesoFactory to create instances of this class.
deleteEntry(URI, String, long) - Method in class org.openanzo.atom.AtomModel
 
deleteEntry(URI, Map<String, String>) - Method in interface org.openanzo.atom.client.AtomClient
 
deleteEntry(URI, Map<String, String>) - Method in class org.openanzo.atom.client.HttpAtomClient
 
deleteInferedObject(URI, URI, URI, URI) - Method in class org.openanzo.common.rdb.container.RDBConnection
Delete an inferred object definition into the DB
deleteInferedObject(URI, URI, URI, URI) - Method in class org.openanzo.common.rdb.container.RDBNamedGraphContainer
Delete an inferred object definition into the DB
deleteInferedObject - Static variable in class org.openanzo.common.rdb.sql.GlitterSQL
Constant "deleteInferedObject" used to reference prepared statement Glitter.deleteInferedObject DELETE FROM ${a}_OBJ_INFER WHERE ONT=? AND PROP=? AND OBJ=? AND OBJINFER=?
deleteInferedObject(PreparedStatementCache, GlitterSQL.DeleteInferedObjectParams, String) - Static method in class org.openanzo.common.rdb.sql.GlitterSQL
Runs the deleteInferedObject prepared statement.
deleteInferedObject(PreparedStatementCache, long, long, long, long, String) - Static method in class org.openanzo.common.rdb.sql.GlitterSQL
Runs the deleteInferedObject prepared statement.
deleteInferedProperty(URI, URI, URI) - Method in class org.openanzo.common.rdb.container.RDBConnection
Delete an inferred property definition into the DB
deleteInferedProperty(URI, URI, URI) - Method in class org.openanzo.common.rdb.container.RDBNamedGraphContainer
Delete an inferred property definition into the DB
deleteInferedProperty - Static variable in class org.openanzo.common.rdb.sql.GlitterSQL
Constant "deleteInferedProperty" used to reference prepared statement Glitter.deleteInferedProperty DELETE FROM ${a}_PROP_INFER WHERE ONT=? AND PROP=? AND PROPINFER=?
deleteInferedProperty(PreparedStatementCache, GlitterSQL.DeleteInferedPropertyParams, String) - Static method in class org.openanzo.common.rdb.sql.GlitterSQL
Runs the deleteInferedProperty prepared statement.
deleteInferedProperty(PreparedStatementCache, long, long, long, String) - Static method in class org.openanzo.common.rdb.sql.GlitterSQL
Runs the deleteInferedProperty prepared statement.
deleteNamedGraph - Static variable in class org.openanzo.server.repository.rdb.sql.NamedGraphRdbWrapper
Constant "deleteNamedGraph" used to reference prepared statement NamedGraph.deleteNamedGraph UPDATE NAMEDGRAPHS SET HEND=? WHERE ID = ?;
deleteNamedGraph(PreparedStatementCache, NamedGraphRdbWrapper.DeleteNamedGraphParams) - Static method in class org.openanzo.server.repository.rdb.sql.NamedGraphRdbWrapper
Runs the deleteNamedGraph prepared statement.
deleteNamedGraph(PreparedStatementCache, Long, long) - Static method in class org.openanzo.server.repository.rdb.sql.NamedGraphRdbWrapper
Runs the deleteNamedGraph prepared statement.
deleteOntologiesInferedObjects - Static variable in class org.openanzo.common.rdb.sql.GlitterSQL
Constant "deleteOntologiesInferedObjects" used to reference prepared statement Glitter.deleteOntologiesInferedObjects DELETE FROM ${a}_OBJ_INFER ONT=?
deleteOntologiesInferedObjects(PreparedStatementCache, long, String) - Static method in class org.openanzo.common.rdb.sql.GlitterSQL
Runs the deleteOntologiesInferedObjects prepared statement.
deleteOntologiesInferedProperties - Static variable in class org.openanzo.common.rdb.sql.GlitterSQL
Constant "deleteOntologiesInferedProperties" used to reference prepared statement Glitter.deleteOntologiesInferedProperties DELETE FROM ${a}_PROP_INFER WHERE ONT=?
deleteOntologiesInferedProperties(PreparedStatementCache, long, String) - Static method in class org.openanzo.common.rdb.sql.GlitterSQL
Runs the deleteOntologiesInferedProperties prepared statement.
deleteRole - Static variable in class org.openanzo.server.repository.rdb.sql.RoleRdbWrapper
Constant "deleteRole" used to reference prepared statement Role.deleteRole UPDATE ROLES SET HEND=? WHERE ID = ?;
deleteRole(PreparedStatementCache, RoleRdbWrapper.DeleteRoleParams) - Static method in class org.openanzo.server.repository.rdb.sql.RoleRdbWrapper
Runs the deleteRole prepared statement.
deleteRole(PreparedStatementCache, Long, long) - Static method in class org.openanzo.server.repository.rdb.sql.RoleRdbWrapper
Runs the deleteRole prepared statement.
deleteStatement - Static variable in class org.openanzo.common.rdb.sql.GraphSQL
Constant "deleteStatement" used to reference prepared statement graph.deleteStatement DELETE FROM ${a} WHERE NAMEDGRAPHID=? AND SUBJ = ? AND PROP = ? AND OBJ = ?
deleteStatement(PreparedStatementCache, GraphSQL.DeleteStatementParams, String) - Static method in class org.openanzo.common.rdb.sql.GraphSQL
Runs the deleteStatement prepared statement.
deleteStatement(PreparedStatementCache, long, long, long, long, String) - Static method in class org.openanzo.common.rdb.sql.GraphSQL
Runs the deleteStatement prepared statement.
deleteStatement - Static variable in class org.openanzo.server.repository.rdb.sql.StatementRdbWrapper
Constant "deleteStatement" used to reference prepared statement Statement.deleteStatement UPDATE STATEMENTS SET HEND=? WHERE ID=?;
deleteStatement(PreparedStatementCache, StatementRdbWrapper.DeleteStatementParams) - Static method in class org.openanzo.server.repository.rdb.sql.StatementRdbWrapper
Runs the deleteStatement prepared statement.
deleteStatement(PreparedStatementCache, Long, long) - Static method in class org.openanzo.server.repository.rdb.sql.StatementRdbWrapper
Runs the deleteStatement prepared statement.
deleteStatementsForNamedGraph - Static variable in class org.openanzo.server.repository.rdb.sql.NamedGraphRdbWrapper
Constant "deleteStatementsForNamedGraph" used to reference prepared statement NamedGraph.deleteStatementsForNamedGraph UPDATE STATEMENTS SET HEND=? WHERE NAMEDGRAPHID = ?;
deleteStatementsForNamedGraph(PreparedStatementCache, NamedGraphRdbWrapper.DeleteStatementsForNamedGraphParams) - Static method in class org.openanzo.server.repository.rdb.sql.NamedGraphRdbWrapper
Runs the deleteStatementsForNamedGraph prepared statement.
deleteStatementsForNamedGraph(PreparedStatementCache, Long, long) - Static method in class org.openanzo.server.repository.rdb.sql.NamedGraphRdbWrapper
Runs the deleteStatementsForNamedGraph prepared statement.
deleteSubRoleOf - Static variable in class org.openanzo.server.repository.rdb.sql.RoleRdbWrapper
Constant "deleteSubRoleOf" used to reference prepared statement Role.deleteSubRoleOf UPDATE SUBROLEOF SET HEND=? WHERE ID=? AND PARENTID=?;
deleteSubRoleOf(PreparedStatementCache, RoleRdbWrapper.DeleteSubRoleOfParams) - Static method in class org.openanzo.server.repository.rdb.sql.RoleRdbWrapper
Runs the deleteSubRoleOf prepared statement.
deleteSubRoleOf(PreparedStatementCache, Long, long, long) - Static method in class org.openanzo.server.repository.rdb.sql.RoleRdbWrapper
Runs the deleteSubRoleOf prepared statement.
deleteTempQuads - Static variable in class org.openanzo.server.repository.rdb.sql.StatementFindRdbWrapper
Constant "deleteTempQuads" used to reference prepared statement StatementFind.deleteTempQuads DELETE FROM ${a}
deleteTempQuads(PreparedStatementCache, String) - Static method in class org.openanzo.server.repository.rdb.sql.StatementFindRdbWrapper
Runs the deleteTempQuads prepared statement.
deleteTempStatements - Static variable in class org.openanzo.server.repository.rdb.sql.InsertStatementsRdbWrapper
Constant "deleteTempStatements" used to reference prepared statement InsertStatements.deleteTempStatements DELETE FROM ${a}STMTS_TMP WHERE OPERATION IS NOT NULL
deleteTempStatements(PreparedStatementCache, String) - Static method in class org.openanzo.server.repository.rdb.sql.InsertStatementsRdbWrapper
Runs the deleteTempStatements prepared statement.
deleteTransaction - Static variable in class org.openanzo.common.rdb.sql.TransactionSQL
Constant "deleteTransaction" used to reference prepared statement transaction.deleteTransaction DELETE FROM ${a} WHERE ID = ?
deleteTransaction(PreparedStatementCache, long, String) - Static method in class org.openanzo.common.rdb.sql.TransactionSQL
Runs the deleteTransaction prepared statement.
deleteUser - Static variable in class org.openanzo.server.repository.rdb.sql.UserRdbWrapper
Constant "deleteUser" used to reference prepared statement User.deleteUser UPDATE USERS SET HEND=? WHERE ID = ? AND HEND IS NULL;
deleteUser(PreparedStatementCache, UserRdbWrapper.DeleteUserParams) - Static method in class org.openanzo.server.repository.rdb.sql.UserRdbWrapper
Runs the deleteUser prepared statement.
deleteUser(PreparedStatementCache, Long, long) - Static method in class org.openanzo.server.repository.rdb.sql.UserRdbWrapper
Runs the deleteUser prepared statement.
deleteUserFromRole - Static variable in class org.openanzo.server.repository.rdb.sql.UsersRolesRdbWrapper
Constant "deleteUserFromRole" used to reference prepared statement UsersRoles.deleteUserFromRole UPDATE USERSROLES SET HEND=? WHERE USERID = ? AND ROLEID = ?;
deleteUserFromRole(PreparedStatementCache, UsersRolesRdbWrapper.DeleteUserFromRoleParams) - Static method in class org.openanzo.server.repository.rdb.sql.UsersRolesRdbWrapper
Runs the deleteUserFromRole prepared statement.
deleteUserFromRole(PreparedStatementCache, Long, long, long) - Static method in class org.openanzo.server.repository.rdb.sql.UsersRolesRdbWrapper
Runs the deleteUserFromRole prepared statement.
deleteValue(String) - Method in class org.openanzo.atom.memcached.MemcachedClient
 
deletion - Static variable in interface org.openanzo.serialization.SerializationConstants
Deletion Constant
DELIM - Static variable in interface org.openanzo.atom.AtomConstants
 
DeltaContainer - Class in org.openanzo.model.delta
DeltaContainer is the underlying implementation of a overlay of delta changes to a base container
DeltaContainer() - Constructor for class org.openanzo.model.delta.DeltaContainer
Create a container of addtions and deletions
DeltaContainer(Collection<Statement>, Collection<Statement>) - Constructor for class org.openanzo.model.delta.DeltaContainer
Create a container of addtions and deletions with the provided additions and deletions
DeltaGraph - Class in org.openanzo.model.delta
Graph implementation that keeps track of additions and deletions to a graph inside of a Transaction Queue.
DeltaGraph(INamedGraph) - Constructor for class org.openanzo.model.delta.DeltaGraph
Create a new DeltaGraph on top of the base graph
DeltaGraph(INamedGraph, Collection<Statement>, Collection<Statement>) - Constructor for class org.openanzo.model.delta.DeltaGraph
Create a new DeltaGraph on top of the base graph, and use the supplied additions and deletions in the overlay.
DeltaGraphContainer - Class in org.openanzo.model.delta
BasicGraph is the underlying implementation of a overlay of delta changes to a base graph
DeltaGraphContainer(URI) - Constructor for class org.openanzo.model.delta.DeltaGraphContainer
Create a container of additions and deletions
DeltaGraphContainer(URI, Collection<Statement>, Collection<Statement>) - Constructor for class org.openanzo.model.delta.DeltaGraphContainer
Create a container of additions and deletions with the provided additions and deletions
dependsOn(Graph) - Method in class org.openanzo.client.jena.GraphImpl
 
depiction - Static variable in interface org.openanzo.atom.jastor.owl.ObjectProperty
Individual for URI: http://xmlns.com/foaf/0.1/depiction
depiction - Static variable in interface org.openanzo.atom.jastor.rdfs._Property
Individual for URI: http://xmlns.com/foaf/0.1/depiction
depiction - Static variable in class org.openanzo.common.vocabulary.FOAF
http://xmlns.com/foaf/0.1/depiction
depictionProperty - Static variable in interface org.openanzo.atom.jastor.atomowl.Generator
The Jena Property for depiction
depictionProperty - Static variable in interface org.openanzo.atom.jastor.atomowl.Person
The Jena Property for depiction
depictionProperty - Static variable in interface org.openanzo.atom.jastor.foaf.Agent
The Jena Property for depiction
depictionProperty - Static variable in interface org.openanzo.atom.jastor.foaf.Document
The Jena Property for depiction
depictionProperty - Static variable in interface org.openanzo.atom.jastor.foaf.Group
The Jena Property for depiction
depictionProperty - Static variable in interface org.openanzo.atom.jastor.foaf.Image
The Jena Property for depiction
depictionProperty - Static variable in interface org.openanzo.atom.jastor.foaf.OnlineAccount
The Jena Property for depiction
depictionProperty - Static variable in interface org.openanzo.atom.jastor.foaf.OnlineChatAccount
The Jena Property for depiction
depictionProperty - Static variable in interface org.openanzo.atom.jastor.foaf.OnlineEcommerceAccount
The Jena Property for depiction
depictionProperty - Static variable in interface org.openanzo.atom.jastor.foaf.OnlineGamingAccount
The Jena Property for depiction
depictionProperty - Static variable in interface org.openanzo.atom.jastor.foaf.Organization
The Jena Property for depiction
depictionProperty - Static variable in interface org.openanzo.atom.jastor.foaf.Person
The Jena Property for depiction
depictionProperty - Static variable in interface org.openanzo.atom.jastor.foaf.PersonalProfileDocument
The Jena Property for depiction
depictionProperty - Static variable in interface org.openanzo.atom.jastor.foaf.Project
The Jena Property for depiction
depictionProperty - Static variable in interface org.openanzo.atom.jastor.rdfs._Resource
The Jena Property for depiction
depicts - Static variable in interface org.openanzo.atom.jastor.owl.ObjectProperty
Individual for URI: http://xmlns.com/foaf/0.1/depicts
depicts - Static variable in interface org.openanzo.atom.jastor.rdfs._Property
Individual for URI: http://xmlns.com/foaf/0.1/depicts
depicts - Static variable in class org.openanzo.common.vocabulary.FOAF
http://xmlns.com/foaf/0.1/depicts
depictsProperty - Static variable in interface org.openanzo.atom.jastor.foaf.Image
The Jena Property for depicts
DerbyProperties - Class in org.openanzo.common.rdb.container
Derby specific properties for the RDBProperties
DerbyProperties() - Constructor for class org.openanzo.common.rdb.container.DerbyProperties
 
DerbyProperties - Class in org.openanzo.server.repository.rdb
Derby specific properties for the RepositoryConectionProperties
DerbyProperties() - Constructor for class org.openanzo.server.repository.rdb.DerbyProperties
 
deregisterClient(String, Destination) - Method in class org.openanzo.server.notification.UpdateManager
Deregister a destination from a UserId
DESC - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
DESC - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
DESCRIBE - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
DESCRIBE - Static variable in interface org.openanzo.glitter.syntax.concrete.SPARQLParserConstants
 
DescribeQuery() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
DescribeQuery() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
description - Static variable in class org.openanzo.common.vocabulary.Ldap
ldap attribute: description
DESCRIPTION - Static variable in class org.openanzo.model.vocabulary.DC
http://purl.org/dc/elements/1.1/description property
descriptionProperty - Static variable in interface org.openanzo.atom.jastor.queso.Entry
The Jena Property for description
deserialize(SOAPElement) - Static method in class org.openanzo.serialization.SerializationUtils
Deserialize SOAP element to a string
deserializeToHandler(SOAPElement, IRepositoryHandler) - Static method in class org.openanzo.serialization.SerializationUtils
Deserialize SOAP element to an XML stream, and parse stream to IRepositoryHandler
deserializeToIterator(SOAPElement) - Static method in class org.openanzo.serialization.SerializationUtils
Deserialize SOAP element to an map of URIs and statements for those URIs
deserializeToResultSet(String) - Static method in class org.openanzo.serialization.SerializationUtils
Deserialize encoded queryresults to a TupleQueryResult using system default encoding and system default serialization format
deserializeToResultSet(SOAPElement) - Static method in class org.openanzo.serialization.SerializationUtils
Deserialize SOAP element to query results
deserializeToStatements(String) - Static method in class org.openanzo.serialization.SerializationUtils
Deserialize an encoded string to a graph using system default encoding and system default serialization format
deserializeToStatements(SOAPElement) - Static method in class org.openanzo.serialization.SerializationUtils
Deserialize SOAP element to a graph
deserializeToStream(SOAPElement) - Static method in class org.openanzo.serialization.SerializationUtils
Deserialize SOAP element to an input stream that can be processed by other methods
deserializeToValue(MessageElement) - Static method in class org.openanzo.serialization.SerializationUtils
Deserialize SOAP element to a Value
desiredResultsFormatName - Static variable in class org.openanzo.common.SoapConstants.ModelService.QueryIndexOperation
http://openanzo.org/desiredResultsFormat QName
desiredResultsFormatQName - Static variable in class org.openanzo.common.SoapConstants.ModelService.QueryIndexOperation
http://openanzo.org/ Name
destination - Static variable in interface org.openanzo.serialization.SerializationConstants
destination Constant
destroyObject(Object) - Method in class org.openanzo.common.rdb.container.ContainerConnectionFactory
Destory RDBConnection
destroyObject(Object) - Method in class org.openanzo.server.repository.rdb.RepositoryConnectionFactory
Destroy RepositoryConnection
DETECT_TABLES_EXCEPTION - Static variable in interface org.openanzo.common.exceptions.ExceptionConstants.DB.SUBCODES
Error querying for tables Minor Code
DFS - Class in org.openanzo.jastor.util.graph
 
DFS() - Constructor for class org.openanzo.jastor.util.graph.DFS
 
differentFromAdded(AnnotationProperty, OWLEntity) - Method in interface org.openanzo.owl.AnnotationPropertyListener
Called when a value of differentFrom has been added
differentFromAdded(AnnotationProperty, OWLEntity) - Method in interface org.openanzo.owl.dataset.AnnotationPropertyListener
Called when a value of differentFrom has been added
differentFromAdded(AnnotationProperty, OWLEntity) - Method in class org.openanzo.owl.dataset.AnnotationPropertyListenerAdapter
Called when a value of differentFrom has been added
differentFromAdded(Individual, OWLEntity) - Method in interface org.openanzo.owl.dataset.IndividualListener
Called when a value of differentFrom has been added
differentFromAdded(Individual, OWLEntity) - Method in class org.openanzo.owl.dataset.IndividualListenerAdapter
Called when a value of differentFrom has been added
differentFromAdded(OWLEntity, OWLEntity) - Method in interface org.openanzo.owl.dataset.OWLEntityListener
Called when a value of differentFrom has been added
differentFromAdded(OWLEntity, OWLEntity) - Method in class org.openanzo.owl.dataset.OWLEntityListenerAdapter
Called when a value of differentFrom has been added
differentFromAdded(Individual, OWLEntity) - Method in interface org.openanzo.owl.IndividualListener
Called when a value of differentFrom has been added
differentFromAdded(OWLEntity, OWLEntity) - Method in interface org.openanzo.owl.OWLEntityListener
Called when a value of differentFrom has been added
differentFromProperty - Static variable in interface org.openanzo.owl.dataset.OWLEntity
The Anzo Property for differentFrom
differentFromProperty - Static variable in interface org.openanzo.owl.OWLEntity
The Anzo Property for differentFrom
differentFromRemoved(AnnotationProperty, OWLEntity) - Method in interface org.openanzo.owl.AnnotationPropertyListener
Called when a value of differentFrom has been removed
differentFromRemoved(AnnotationProperty, OWLEntity) - Method in interface org.openanzo.owl.dataset.AnnotationPropertyListener
Called when a value of differentFrom has been removed
differentFromRemoved(AnnotationProperty, OWLEntity) - Method in class org.openanzo.owl.dataset.AnnotationPropertyListenerAdapter
Called when a value of differentFrom has been removed
differentFromRemoved(Individual, OWLEntity) - Method in interface org.openanzo.owl.dataset.IndividualListener
Called when a value of differentFrom has been removed
differentFromRemoved(Individual, OWLEntity) - Method in class org.openanzo.owl.dataset.IndividualListenerAdapter
Called when a value of differentFrom has been removed
differentFromRemoved(OWLEntity, OWLEntity) - Method in interface org.openanzo.owl.dataset.OWLEntityListener
Called when a value of differentFrom has been removed
differentFromRemoved(OWLEntity, OWLEntity) - Method in class org.openanzo.owl.dataset.OWLEntityListenerAdapter
Called when a value of differentFrom has been removed
differentFromRemoved(Individual, OWLEntity) - Method in interface org.openanzo.owl.IndividualListener
Called when a value of differentFrom has been removed
differentFromRemoved(OWLEntity, OWLEntity) - Method in interface org.openanzo.owl.OWLEntityListener
Called when a value of differentFrom has been removed
disable_tracing() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
disable_tracing() - Method in class org.openanzo.glitter.syntax.concrete.SPARQLParser
 
disableNotification() - Method in class org.openanzo.model.embedded.EmbeddedNotificationService
Disable notification
disconnect() - Method in class org.openanzo.model.embedded.EmbeddedNotificationService
 
disconnect() - Method in class org.openanzo.server.repository.publisher.EventPublisher
Disconnect the event publisher from the JMS server
disconnect() - Method in class org.openanzo.services.impl.JMSNotificationService
 
disconnect() - Method in interface org.openanzo.services.INotificationService
Disconnect from the Notification Server
DISCONNECTED - Static variable in interface org.openanzo.services.INotificationListener
INotificationService is disconnected from the server
disconnectProvider() - Method in class org.openanzo.common.jms.ActiveMqProvider
 
disconnectProvider() - Method in interface org.openanzo.services.IJmsProvider
Do any provider specific operations in order to finish disconnecting from a provider.
disjointDataPropertiesAdded(DatatypeProperty, DatatypeProperty) - Method in interface org.openanzo.owl.dataset.DatatypePropertyListener
Called when a value of disjointDataProperties has been added
disjointDataPropertiesAdded(DatatypeProperty, DatatypeProperty) - Method in class org.openanzo.owl.dataset.DatatypePropertyListenerAdapter
Called when a value of disjointDataProperties has been added
disjointDataPropertiesAdded(FunctionalDataPropety, DatatypeProperty) - Method in interface org.openanzo.owl.dataset.FunctionalDataPropetyListener
Called when a value of disjointDataProperties has been added
disjointDataPropertiesAdded(FunctionalDataPropety, DatatypeProperty) - Method in class org.openanzo.owl.dataset.FunctionalDataPropetyListenerAdapter
Called when a value of disjointDataProperties has been added
disjointDataPropertiesAdded(FunctionalPropety, DatatypeProperty) - Method in interface org.openanzo.owl.dataset.FunctionalPropetyListener
Called when a value of disjointDataProperties has been added
disjointDataPropertiesAdded(FunctionalPropety, DatatypeProperty) - Method in class org.openanzo.owl.dataset.FunctionalPropetyListenerAdapter
Called when a value of disjointDataProperties has been added
disjointDataPropertiesAdded(DatatypeProperty, DatatypeProperty) - Method in interface org.openanzo.owl.DatatypePropertyListener
Called when a value of disjointDataProperties has been added
disjointDataPropertiesAdded(FunctionalDataPropety, DatatypeProperty) - Method in interface org.openanzo.owl.FunctionalDataPropetyListener
Called when a value of disjointDataProperties has been added
disjointDataPropertiesAdded(FunctionalPropety, DatatypeProperty) - Method in interface org.openanzo.owl.FunctionalPropetyListener
Called when a value of disjointDataProperties has been added
disjointDataPropertiesProperty