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.