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 _ 

E

ECCCertificate - Class in info.pppc.base.security.key
Implements an elliptic curve cryptography certificate.
ECCCertificate(byte[], byte[]) - Constructor for class info.pppc.base.security.key.ECCCertificate
Creates a new ECCCertificate from a byte array.
ECCCertificate(byte[]) - Constructor for class info.pppc.base.security.key.ECCCertificate
Creates a new ECC certificate without the private key, only consisting of the public key.
ECCPrivateKey - Class in info.pppc.base.security.key
This class implements an elliptic curve cryptography private key, which can be used for creating signatures.
ECCPrivateKey(byte[]) - Constructor for class info.pppc.base.security.key.ECCPrivateKey
Creates a new ECC private key.
ECCPublicKey - Class in info.pppc.base.security.key
This class implements an elliptic curve cryptography public key, which can be used for verifying signatures.
ECCPublicKey(X509Certificate) - Constructor for class info.pppc.base.security.key.ECCPublicKey
Creates a new ECC public key.
ECDHExchange - Class in info.pppc.base.plugin.security.dh
Creates a shared secret between two parties using ECC.
ecdsa_with_SHA1 - Static variable in interface vendor.org.bouncycastle.asn1.x9.X9ObjectIdentifiers
 
ecdsa_with_SHA2 - Static variable in interface vendor.org.bouncycastle.asn1.x9.X9ObjectIdentifiers
 
ecdsa_with_SHA224 - Static variable in interface vendor.org.bouncycastle.asn1.x9.X9ObjectIdentifiers
 
ecdsa_with_SHA256 - Static variable in interface vendor.org.bouncycastle.asn1.x9.X9ObjectIdentifiers
 
ecdsa_with_SHA384 - Static variable in interface vendor.org.bouncycastle.asn1.x9.X9ObjectIdentifiers
 
ecdsa_with_SHA512 - Static variable in interface vendor.org.bouncycastle.asn1.x9.X9ObjectIdentifiers
 
ECHAR - Static variable in interface org.deri.cqels.lang.cqels.CQELSParserConstants
RegularExpression Id.
ElementStreamGraph - Class in org.deri.cqels.lang.cqels
 
ElementStreamGraph(Node, Window, Element) - Constructor for class org.deri.cqels.lang.cqels.ElementStreamGraph
 
ellipticCurve - Static variable in interface vendor.org.bouncycastle.asn1.x9.X9ObjectIdentifiers
 
EMPTY - Static variable in class eu.gambas.sdk.data.CompactSparqlQueryResults
An constant for an empty resolution to avoid creating multiple.
EMPTY - Static variable in class eu.gambas.sdk.lod.custom.PrefixList
 
EMPTY_JSON_RESULTSET - Static variable in interface eu.gambas.sdk.data.SparqlQueryResultsFactory
Empty result set to return in case of errors
EMPTY_PATTERN - Static variable in class eu.gambas.sdk.api.generic.sparql.model.ComposedQueryPattern
 
EMPTY_PATTERN - Static variable in interface eu.gambas.sdk.api.generic.sparql.model.QueryPattern
 
EMPTY_PREFIX_LIST - Static variable in class eu.gambas.sdk.api.generic.sparql.model.PrefixList
 
enable_tracing() - Method in class org.deri.cqels.lang.cqels.CQELSParser
Enable tracing.
enableSlidePurifier(Purifier) - Method in class org.deri.cqels.engine.RangeWindow
 
encode(Node) - Method in class org.deri.cqels.engine.CQELSEngine
 
ENCODE_FOR_URI - Static variable in interface org.deri.cqels.lang.cqels.CQELSParserConstants
RegularExpression Id.
encrypt(byte[]) - Method in class info.pppc.base.security.AbstractCertificate
Encrypts a message, so that it can only be read by the owner of the corresponding private key of this certificate.
encrypt(byte[]) - Method in interface info.pppc.base.security.ICertificate
Encrypts a message, so that it can only be read by the owner of the corresponding private key of this certificate.
encryptMessage(byte[]) - Method in interface info.pppc.base.security.IPublicKey
Encrypts a message with this public key.
encryptMessage(byte[]) - Method in class info.pppc.base.security.key.AESSymmetricKey
Encrypts a message with this public key.
encryptMessage(byte[]) - Method in class info.pppc.base.security.key.ECCPublicKey
 
encryptMessage(byte[]) - Method in class info.pppc.base.security.key.HMACSymmetricKey
Since this key is not for encryption, a runtime exception will be thrown.
encryptMessage(byte[]) - Method in class info.pppc.base.security.key.RSAPublicKey
Encrypts a message using this RSA public key.
endColumn - Variable in class org.deri.cqels.lang.cqels.Token
The column number of the last character of this Token.
endLine - Variable in class org.deri.cqels.lang.cqels.Token
The line number of the last character of this Token.
engine() - Method in class org.deri.cqels.engine.ExecContext
get CQELS engine
EnQuad - Class in org.deri.cqels.data
 
EnQuad(long, long, long, long) - Constructor for class org.deri.cqels.data.EnQuad
 
Entity - Class in eu.gambas.sdk.entity.model
By the power of graceskull, this is the base class for all entities.
Entity() - Constructor for class eu.gambas.sdk.entity.model.Entity
 
EntityException - Exception in eu.gambas.sdk.entity
A runtime exception that signals failures in my great persistence framework.
EntityException() - Constructor for exception eu.gambas.sdk.entity.EntityException
Creates a new entity exception without message.
EntityException(String) - Constructor for exception eu.gambas.sdk.entity.EntityException
Creates a new entity exception with a particular message.
EntityException(String, Throwable) - Constructor for exception eu.gambas.sdk.entity.EntityException
Creates a new entity exception with a message and a cause.
EntityException(Throwable) - Constructor for exception eu.gambas.sdk.entity.EntityException
Creates a new entity exception with a particular cause.
EntityField - Class in eu.gambas.sdk.entity
This super nice class is used to keep all information that I need to know about a field in memory.
EntityField() - Constructor for class eu.gambas.sdk.entity.EntityField
 
EntityReferences - Class in eu.gambas.sdk.entity
Internal class to handle pointers to fields.
EntityReferences(String...) - Constructor for class eu.gambas.sdk.entity.EntityReferences
Creates a new set of entity references.
EntityReflection - Class in eu.gambas.sdk.entity
 
EntityReflection() - Constructor for class eu.gambas.sdk.entity.EntityReflection
 
EntityResult - Class in eu.gambas.sdk.entity
 
EntityResult() - Constructor for class eu.gambas.sdk.entity.EntityResult
 
EntityTree<TripleType,NodeType> - Class in eu.gambas.sdk.entity
A tree is a plant with a brown trunk and leaves.
EntityTree(AsyncEntityManager<TripleType, NodeType>, Class<T>, EntityReferences) - Constructor for class eu.gambas.sdk.entity.EntityTree
Creates a new try starting from the specified type using the storage that can resolve the references.
entrySet() - Method in class org.deri.cqels.data.MappingBase
 
env() - Method in class org.deri.cqels.engine.ExecContext
get environment
EOF - Static variable in interface org.deri.cqels.lang.cqels.CQELSParserConstants
End of File.
EQ - Static variable in interface org.deri.cqels.lang.cqels.CQELSParserConstants
RegularExpression Id.
EqualitySelector - Class in eu.gambas.sdk.entity.selector
Enables the selection by field value equality.
EqualitySelector(String, String) - Constructor for class eu.gambas.sdk.entity.selector.EqualitySelector
Creates a new equality selector for literal values.
EqualitySelector(String, String[]) - Constructor for class eu.gambas.sdk.entity.selector.EqualitySelector
Creates a new equality selector for literal values.
EqualitySelector(String, String, boolean) - Constructor for class eu.gambas.sdk.entity.selector.EqualitySelector
Creates a new equality selector for a literal or an iri.
EqualitySelector(String, String[], boolean) - Constructor for class eu.gambas.sdk.entity.selector.EqualitySelector
Creates a new equality selector for a literal or an iri.
equals(Object) - Method in class eu.gambas.data.user.Context
 
equals(Object) - Method in class eu.gambas.data.user.Pseudonym
 
equals(Object) - Method in class eu.gambas.sdk.api.generic.sparql.model.ComposedQueryPattern
 
equals(Object) - Method in class eu.gambas.sdk.api.generic.sparql.model.ComposedQueryPattern.QueryPatternList
 
equals(Object) - Method in class eu.gambas.sdk.api.generic.sparql.model.GroupOrUnionPattern
 
equals(Object) - Method in class eu.gambas.sdk.api.generic.sparql.model.Iri
 
equals(Object) - Method in class eu.gambas.sdk.api.generic.sparql.model.OptionalPattern
 
equals(Object) - Method in class eu.gambas.sdk.api.generic.sparql.model.ServicePattern
 
equals(Object) - Method in class eu.gambas.sdk.api.generic.sparql.model.SimpleLiteral
 
equals(Object) - Method in class eu.gambas.sdk.api.generic.sparql.model.TriplePattern
 
equals(Object) - Method in class eu.gambas.sdk.api.generic.sparql.model.Variable
 
equals(Object) - Method in class eu.gambas.sdk.rdf.DataNode
 
equals(Object) - Method in class eu.gambas.sdk.rdf.DataTriple
 
equals(Object) - Method in class eu.gambas.sdk.rdf.DataUpdate
 
equals(Object) - Method in class eu.gambas.sdk.spi.lod.Identity
 
equals(Object) - Method in class eu.gambas.system.communication.registry.DeviceRegistration
 
equals(Object) - Method in class eu.gambas.system.privacy.context.recognizer.RecognizerType
 
equals(Object) - Method in class info.pppc.base.lease.Lease
Determines whether this lease is structurally equivalent to the specified object.
equals(Object) - Method in class info.pppc.base.security.AbstractCertificate
Every certificate type has to implement a comparison operator.
equals(Object) - Method in interface info.pppc.base.security.ICertificate
Every certificate type has to implement a comparison operator.
equals(Object) - Method in interface info.pppc.base.security.IPrivateKey
Every private key has to implement a comparison operator.
equals(Object) - Method in interface info.pppc.base.security.IPublicKey
Every public key has to implement a comparison operator.
equals(Object) - Method in class info.pppc.base.security.key.ECCCertificate
 
equals(Object) - Method in class info.pppc.base.security.key.ECCPrivateKey
 
equals(Object) - Method in class info.pppc.base.security.key.ECCPublicKey
 
equals(Object) - Method in class info.pppc.base.security.key.RSACertificate
 
equals(Object) - Method in class info.pppc.base.security.key.RSAPrivateKey
 
equals(Object) - Method in class info.pppc.base.security.key.RSAPublicKey
 
equals(Object) - Method in class info.pppc.base.system.ObjectID
Compares the specified object with this id for equality.
equals(Object) - Method in class info.pppc.base.system.PluginDescription
Determines whether the passed object equals this plug-in description.
equals(Object) - Method in class info.pppc.base.system.ReferenceID
Determines whether two reference identifiers are equal.
equals(Object) - Method in class info.pppc.base.system.SystemID
Determines whether this object equals the given object.
equals(Object) - Method in class mobi.narf.recognition.configuration.ComponentConfiguration
Determines whether this component equals another object.
equals(Object) - Method in class mobi.narf.recognition.configuration.LinkConfiguration
Determines whether this link equals another object.
equals(Object) - Method in class mobi.narf.recognition.configuration.ParameterConfiguration
Determines whether this parameter equals another object.
equals(Object) - Method in class org.deri.cqels.data.BindingKey
 
equals(Object) - Method in class vendor.org.bouncycastle.asn1.ASN1Object
 
error(String, String, Throwable) - Static method in class info.pppc.base.log.Logging
Writes an error message to the specified output.
error(Class, String, Throwable) - Static method in class info.pppc.base.log.Logging
Writes an error message to the specified output.
eu.gambas.data.io - package eu.gambas.data.io
 
eu.gambas.data.user - package eu.gambas.data.user
 
eu.gambas.sdk.api.android - package eu.gambas.sdk.api.android
 
eu.gambas.sdk.api.generic.security - package eu.gambas.sdk.api.generic.security
 
eu.gambas.sdk.api.generic.sparql - package eu.gambas.sdk.api.generic.sparql
 
eu.gambas.sdk.api.generic.sparql.model - package eu.gambas.sdk.api.generic.sparql.model
 
eu.gambas.sdk.api.generic.sparql.parser - package eu.gambas.sdk.api.generic.sparql.parser
 
eu.gambas.sdk.api.j2se - package eu.gambas.sdk.api.j2se
 
eu.gambas.sdk.api.j2se.core - package eu.gambas.sdk.api.j2se.core
 
eu.gambas.sdk.api.j2se.intercept - package eu.gambas.sdk.api.j2se.intercept
 
eu.gambas.sdk.api.j2se.persistence - package eu.gambas.sdk.api.j2se.persistence
 
eu.gambas.sdk.api.j2se.query - package eu.gambas.sdk.api.j2se.query
 
eu.gambas.sdk.callback - package eu.gambas.sdk.callback
 
eu.gambas.sdk.data - package eu.gambas.sdk.data
 
eu.gambas.sdk.entity - package eu.gambas.sdk.entity
 
eu.gambas.sdk.entity.iri - package eu.gambas.sdk.entity.iri
 
eu.gambas.sdk.entity.model - package eu.gambas.sdk.entity.model
 
eu.gambas.sdk.entity.selector - package eu.gambas.sdk.entity.selector
 
eu.gambas.sdk.lod - package eu.gambas.sdk.lod
 
eu.gambas.sdk.lod.custom - package eu.gambas.sdk.lod.custom
 
eu.gambas.sdk.lod.json - package eu.gambas.sdk.lod.json
 
eu.gambas.sdk.rdf - package eu.gambas.sdk.rdf
 
eu.gambas.sdk.spi.lod - package eu.gambas.sdk.spi.lod
 
eu.gambas.sdk.spi.privacy - package eu.gambas.sdk.spi.privacy
 
eu.gambas.system.communication - package eu.gambas.system.communication
 
eu.gambas.system.communication.data - package eu.gambas.system.communication.data
 
eu.gambas.system.communication.nfc - package eu.gambas.system.communication.nfc
 
eu.gambas.system.communication.query - package eu.gambas.system.communication.query
 
eu.gambas.system.communication.registry - package eu.gambas.system.communication.registry
 
eu.gambas.system.privacy.common - package eu.gambas.system.privacy.common
 
eu.gambas.system.privacy.context - package eu.gambas.system.privacy.context
 
eu.gambas.system.privacy.context.recognizer - package eu.gambas.system.privacy.context.recognizer
 
eu.gambas.system.privacy.context.types - package eu.gambas.system.privacy.context.types
 
eu.gambas.system.privacy.manager - package eu.gambas.system.privacy.manager
 
eu.gambas.system.query.generic - package eu.gambas.system.query.generic
 
eu.gambas.system.query.generic.onetime - package eu.gambas.system.query.generic.onetime
 
eu.gambas.system.query.generic.privacy - package eu.gambas.system.query.generic.privacy
 
eu.gambas.system.query.j2se - package eu.gambas.system.query.j2se
 
eu.gambas.system.query.j2se.continuous - package eu.gambas.system.query.j2se.continuous
 
eu.gambas.system.query.jenaderivates.onetime - package eu.gambas.system.query.jenaderivates.onetime
 
eu.gambas.system.query.jenaderivates.privacy - package eu.gambas.system.query.jenaderivates.privacy
 
eu.gambas.system.query.jenaderivates.privacy.example - package eu.gambas.system.query.jenaderivates.privacy.example
 
eu.gambas.system.security - package eu.gambas.system.security
 
eu.gambas.system.storage - package eu.gambas.system.storage
 
eu.gambas.system.storage.j2se - package eu.gambas.system.storage.j2se
 
eu.gambas.system.storage.jenaderivates - package eu.gambas.system.storage.jenaderivates
 
eu.gambas.system.storage.jenaderivates.ntriples - package eu.gambas.system.storage.jenaderivates.ntriples
 
eu.gambas.util - package eu.gambas.util
 
Event - Class in info.pppc.base.system.event
An event is an object with a source (its creator), some user specified data that is event specific, a type (that is typically globally known).
Event(int, Object, Object, boolean) - Constructor for class info.pppc.base.system.event.Event
Creates a new event with the specified type, source and user data.
EVENT_BROKER_SHUTDOWN - Static variable in class info.pppc.base.system.InvocationBroker
The event constant that denotes that the broker is performing a shutdown.
EVENT_DESCRIPTION_UPDATED - Static variable in class eu.gambas.system.communication.registry.DescriptionManager
Called whenever the descriptions have been updated.
EVENT_DEVICE_ADDED - Static variable in class info.pppc.base.system.DeviceRegistry
The event constant used to signal that a remote device has been added.
EVENT_DEVICE_REMOVED - Static variable in class info.pppc.base.system.DeviceRegistry
The event constant used to signal that a remote device has been removed.
EVENT_EVERYTHING - Static variable in class info.pppc.base.system.event.Event
A constant that denotes all types.
EVENT_KNOWN_ADDED - Static variable in class info.pppc.base.system.ObjectRegistry
The event constant that is used to signal that a previously unknown object with a well known object id has been registered at the object registry.
EVENT_KNOWN_REMOVED - Static variable in class info.pppc.base.system.ObjectRegistry
The event constant that is used to signal that a previously registered object with a well known object id has been removed from the registry.
EVENT_LEASE_EXPIRED - Static variable in class info.pppc.base.lease.LeaseRegistry
This event is fired whenever the lease that is observed by a listener is expired.
EVENT_MONITOR_CANCEL - Static variable in interface info.pppc.base.system.operation.IMonitor
This constant is used to represent an event that signals that the operation should be canceled.
EVENT_MONITOR_DONE - Static variable in interface info.pppc.base.system.operation.IMonitor
This constant is used to represent an event that signals that the operation monitored by this monitor has called the done method.
EVENT_MONITOR_NAME - Static variable in interface info.pppc.base.system.operation.IMonitor
This constant is used to represent an event that signals a call to the set name method.
EVENT_MONITOR_START - Static variable in interface info.pppc.base.system.operation.IMonitor
This constant is used to represent an event that signals a call to the start method.
EVENT_MONITOR_STEP - Static variable in interface info.pppc.base.system.operation.IMonitor
This constant is used to represent an event that signals a call to the stop method.
EVENT_NOTHING - Static variable in class info.pppc.base.system.event.Event
A constant that denotes no type.
EVENT_OBJECT_ADDED - Static variable in class info.pppc.base.system.ObjectRegistry
The event constant that is used to signal that a new local object has been registered at the object registry.
EVENT_OBJECT_REMOVED - Static variable in class info.pppc.base.system.ObjectRegistry
The event constant that is used to signal that a previously registered object has been removed from the object registry.
EVENT_PACKET_CLOSED - Static variable in class info.pppc.base.plugin.common.util.MultiplexFactory
The event constant that is used to signal that a packet connector has been closed.
EVENT_PACKET_CLOSED - Static variable in interface info.pppc.base.system.plugin.IPacketConnector
Event constant to signal that the packet connector has been closed.
EVENT_PACKET_OPENED - Static variable in class info.pppc.base.plugin.common.util.MultiplexFactory
The event constant that is used to signal that a new packet connector has been created.
EVENT_PACKET_RECEIVED - Static variable in class info.pppc.base.plugin.common.util.MultiplexFactory
The event constant that is used to signal that a new packet has been received.
EVENT_PACKET_RECEIVED - Static variable in interface info.pppc.base.system.plugin.IPacketConnector
Event constant to signal that a packet has been received.
EVENT_PLUGIN_ADDED - Static variable in interface info.pppc.base.system.plugin.IDiscoveryManager
The event constant that is used to propagate the addition of a plug-in.
EVENT_PLUGIN_REMOVED - Static variable in interface info.pppc.base.system.plugin.IDiscoveryManager
The event constant that is used to propagate the removal of a plug-in.
EVENT_PROPERTY_ADDED - Static variable in class info.pppc.base.system.PluginDescription
Signals that a property has been added to the description.
EVENT_PROPERTY_CHANGED - Static variable in class info.pppc.base.system.PluginDescription
Signals that a property of the description has been changed.
EVENT_PROPERTY_REMOVED - Static variable in class info.pppc.base.system.PluginDescription
Signals that a property is about to be removed.
EVENT_RESULT_AVAILABLE - Static variable in class info.pppc.base.system.FutureResult
This event is raised once the result becomes available.
EVENT_SERVICE_ADDED - Static variable in class info.pppc.base.system.DeviceDescription
Event constant that defines that a new known service has been added.
EVENT_SERVICE_REMOVED - Static variable in class info.pppc.base.system.DeviceDescription
Event constant that defines that a known service has been removed.
EVENT_SETTING_CHANGED - Static variable in class eu.gambas.sdk.api.j2se.CoreSetting
The event that indicates that the settings have changed.
EVENT_STREAM_CLOSED - Static variable in class info.pppc.base.plugin.common.util.MultiplexFactory
The event constant that is used to signal that a stream connector has been closed.
EVENT_STREAM_OPENED - Static variable in class info.pppc.base.plugin.common.util.MultiplexFactory
The event constant that is used to signal that a stream connector has been opened.
EVENT_STREAM_RECEIVED - Static variable in class info.pppc.base.plugin.common.util.MultiplexFactory
The event constant that is used to signal that a stream connector has received some data.
EVENT_TRANCEIVER_DISABLED - Static variable in interface info.pppc.base.system.plugin.ITransceiver
An event type constant that signals that the transceiver has been disabled.
EVENT_TRANCEIVER_ENABLED - Static variable in interface info.pppc.base.system.plugin.ITransceiver
An event type constant that signals that the transceiver has been enabled.
exampleQuery - Static variable in class eu.gambas.system.query.jenaderivates.privacy.example.ExampleWithSimplePrivacyManager
 
ExampleTripleGenerator - Class in org.deri.yantrip.example.generator
 
ExampleTripleGenerator(ExampleTripleSequenceGenerator) - Constructor for class org.deri.yantrip.example.generator.ExampleTripleGenerator
 
ExampleTripleSequenceFactory - Class in org.deri.yantrip.example
 
ExampleTripleSequenceFactory() - Constructor for class org.deri.yantrip.example.ExampleTripleSequenceFactory
 
ExampleTripleSequenceGenerator - Class in org.deri.yantrip.example.generator
 
ExampleTripleSequenceGenerator() - Constructor for class org.deri.yantrip.example.generator.ExampleTripleSequenceGenerator
 
ExampleWithSimplePrivacyManager - Class in eu.gambas.system.query.jenaderivates.privacy.example
 
ExampleWithSimplePrivacyManager() - Constructor for class eu.gambas.system.query.jenaderivates.privacy.example.ExampleWithSimplePrivacyManager
 
ExchangeSemantic - Class in info.pppc.base.plugin.security
A semantic plug-in that implements a Diffie Hellmann key exchange on top of a secure three way handshake that is authenticated using certificates.
ExchangeSemantic(IKeyStore) - Constructor for class info.pppc.base.plugin.security.ExchangeSemantic
Creates a new exchange semantic plug-in, uses the SECP160R1 curve to perform the key exchange.
ExchangeSemantic(String, IKeyStore) - Constructor for class info.pppc.base.plugin.security.ExchangeSemantic
Creates a new exchange semantic plug-in with the given ECC curveID.
ExecContext - Class in org.deri.cqels.engine
This class implements CQELS execution context
ExecContext(String, boolean) - Constructor for class org.deri.cqels.engine.ExecContext
 
execute(Map<Pseudonym, List<DeviceDescriptor>>) - Method in class eu.gambas.system.communication.registry.AbstractDeviceQuery
Executes a query and returns a result.
execute(Map<Pseudonym, List<DeviceDescriptor>>) - Method in class eu.gambas.system.communication.registry.DeviceQuerySparql
 
execute(Map<Pseudonym, List<DeviceDescriptor>>) - Method in class eu.gambas.system.communication.registry.PseudonymQuery
 
execute(Map<Pseudonym, List<DeviceDescriptor>>) - Method in class eu.gambas.system.communication.registry.UnfilteredQuery
 
executeContinuous(CallerContext, String) - Method in class eu.gambas.sdk.api.j2se.core.QueryProcessorSystem
 
executeContinuous(CallerContext, String) - Method in class eu.gambas.sdk.api.j2se.intercept.InterceptableQueryProcessor
 
executeContinuous(CallerContext, String) - Method in class eu.gambas.sdk.api.j2se.intercept.QueryProcessorInterceptor
 
executeContinuous(CallerContext, String) - Method in interface eu.gambas.system.communication.query.ILocalQueryProcessor
Executes a (local or remote) query and returns the result as string.
executeContinuous(String) - Method in interface eu.gambas.system.communication.query.IQueryProcessor
Executes a remote continuous query and returns the result as string.
executeContinuous(String) - Method in class eu.gambas.system.communication.query.QueryProcessorProxy
Proxy method that creates and transfers an invocation for the interface method.
executeContinuousDef(String) - Method in class eu.gambas.system.communication.query.QueryProcessorProxy
Proxy method that creates and transfers a deferred synchronous invocation.
executeContinuousQuery(AbstractContinuousQuery) - Method in class eu.gambas.sdk.api.android.AbstractService
Executes a onetime query on the local or (a set of) remote data storages.
executeContinuousQuery(AbstractContinuousQuery) - Method in interface eu.gambas.sdk.api.android.IService
Executes a continuous query.
executeContinuousQuery(AbstractContinuousQuery) - Method in class eu.gambas.sdk.api.android.ServiceBinder
 
executeContinuousSparqlQuery(CallerContext, String) - Method in interface eu.gambas.sdk.spi.lod.QueryProcessor
Execute a continuous SPARQL query.
executeContinuousSparqlQuery(CallerContext, String) - Method in class eu.gambas.system.query.j2se.QueryProcessorForJ2SE
 
executeCqelsContinuousQuery(AbstractCqelsListener) - Method in class eu.gambas.sdk.api.android.AbstractService
Executes a cqels query on the local or (a set of)
executeCqelsContinuousQuery(AbstractCqelsListener) - Method in interface eu.gambas.sdk.api.android.IService
 
executeCqelsContinuousQuery(AbstractCqelsListener) - Method in class eu.gambas.sdk.api.android.ServiceBinder
 
executeForUser(GraphNode, String) - Method in class eu.gambas.system.query.jenaderivates.onetime.RemoteQueryExecution
Executes a select query pattern on a remote end point that contains information about a given user and returns the result as a JSON string.
executeOnetime(CallerContext, String) - Method in class eu.gambas.sdk.api.j2se.core.QueryProcessorSystem
 
executeOnetime(CallerContext, String) - Method in class eu.gambas.sdk.api.j2se.intercept.InterceptableQueryProcessor
 
executeOnetime(CallerContext, String) - Method in class eu.gambas.sdk.api.j2se.intercept.QueryProcessorInterceptor
 
executeOnetime(CallerContext, String) - Method in interface eu.gambas.system.communication.query.ILocalQueryProcessor
Executes a (local or remote) query and returns the result as string.
executeOnetime(String) - Method in interface eu.gambas.system.communication.query.IQueryProcessor
Executes a remote onetime query and returns the result as string.
executeOnetime(String) - Method in class eu.gambas.system.communication.query.QueryProcessorProxy
Proxy method that creates and transfers an invocation for the interface method.
executeOnetimeDef(String) - Method in class eu.gambas.system.communication.query.QueryProcessorProxy
Proxy method that creates and transfers a deferred synchronous invocation.
executeOnetimeQuery(AbstractOnetimeQuery) - Method in class eu.gambas.sdk.api.android.AbstractService
Executes a onetime query on the local or (a set of) remote data storages.
executeOnetimeQuery(AbstractOnetimeQuery) - Method in interface eu.gambas.sdk.api.android.IService
Executes a onetime query.
executeOnetimeQuery(AbstractOnetimeQuery) - Method in class eu.gambas.sdk.api.android.ServiceBinder
 
executeOnetimeQuery(String) - Method in class eu.gambas.sdk.api.j2se.CoreService
 
executeOnetimeSparqlQuery(CallerContext, String) - Method in interface eu.gambas.sdk.spi.lod.QueryProcessor
Execute a (possibly distributed and/or remote) onetime SPARQL query on data in one or more semantic data stores.
executeOnetimeSparqlQuery(CallerContext, String) - Method in class eu.gambas.system.query.generic.AbstractQueryProcessor
 
executeOnetimeSparqlQuery(CallerContext, String) - Method in interface eu.gambas.system.query.generic.onetime.DistributedQueryProcessor
 
executeOnetimeSparqlQuery(CallerContext, String) - Method in class eu.gambas.system.query.jenaderivates.onetime.DistributedQueryProcessorForJenaDerivates
Executes a (possibly distributed) onetime (select) query and returns its results.
executeQuery(AsyncCallback<SparqlQueryResults>, String) - Method in interface eu.gambas.sdk.data.AsyncDataStorage
Schedules a query for execution and returns immediately.
executeQuery(AsyncCallback<SparqlQueryResults>, String) - Method in class eu.gambas.sdk.entity.SyncEntityManager.SyncDataStorage
 
executeQuery(SelectQuery) - Method in class eu.gambas.system.query.jenaderivates.onetime.IntermediateResultStorage
Executes the given query on the intermediate result storage.
executeTransfer(Pseudonym, List<DataUpdate>) - Method in class eu.gambas.sdk.api.android.AbstractService
Executes an update on a remote storage.
executeTransfer(Pseudonym, List<DataUpdate>) - Method in interface eu.gambas.sdk.api.android.IService
Executes a transfer to a pseudonym.
executeTransfer(Pseudonym, List<DataUpdate>) - Method in class eu.gambas.sdk.api.android.ServiceBinder
 
executeUpdate(List<DataUpdate>) - Method in class eu.gambas.sdk.api.android.AbstractService
Executes a sequence of updates on the local storage.
executeUpdate(List<DataUpdate>) - Method in interface eu.gambas.sdk.api.android.IService
Executes a set of updates locally.
executeUpdate(List<DataUpdate>) - Method in class eu.gambas.sdk.api.android.ServiceBinder
 
executeUpdate(List<DataUpdate>) - Method in class eu.gambas.sdk.api.j2se.CoreService
 
existCertificate(ICertificate) - Method in class eu.gambas.system.security.GAMBASKeyStore
 
existCertificate(ICertificate) - Method in interface info.pppc.base.security.IKeyStore
Checks if the certificate already is contained in the key store.
EXISTS - Static variable in interface org.deri.cqels.lang.cqels.CQELSParserConstants
RegularExpression Id.
ExistsElt() - Method in class org.deri.cqels.lang.cqels.CQELSParser
 
ExistsFunc() - Method in class org.deri.cqels.lang.cqels.CQELSParser
 
expectedTokenSequences - Variable in exception org.deri.cqels.lang.cqels.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception org.deri.yantrip.parser.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception org.deri.yasoop.parser.ParseException
Each entry in this array is an array of integers.
expectObject() - Method in class org.deri.yantrip.example.generator.ExampleTripleGenerator
 
expectObject() - Method in interface org.deri.yantrip.generator.TripleGenerator
 
expectObject() - Method in interface org.deri.yasoop.generator.TriplePatternGenerator
 
expectPredicate() - Method in class org.deri.yantrip.example.generator.ExampleTripleGenerator
 
expectPredicate() - Method in interface org.deri.yantrip.generator.TripleGenerator
 
expectPredicate() - Method in interface org.deri.yasoop.generator.TriplePatternGenerator
 
expectSubject() - Method in class org.deri.yantrip.example.generator.ExampleTripleGenerator
 
expectSubject() - Method in interface org.deri.yantrip.generator.TripleGenerator
 
expectSubject() - Method in interface org.deri.yasoop.generator.TriplePatternGenerator
 
EXPONENT - Static variable in interface org.deri.cqels.lang.cqels.CQELSParserConstants
RegularExpression Id.
Expression - Interface in eu.gambas.sdk.api.generic.sparql.model
 
Expression() - Method in class org.deri.cqels.lang.cqels.CQELSParser
 
ExpressionList() - Method in class org.deri.cqels.lang.cqels.CQELSParser
 
ExtendMapping - Class in org.deri.cqels.data
 
ExtendMapping(ExecContext, Mapping, VarExprList) - Constructor for class org.deri.cqels.data.ExtendMapping
 
ExtendMapping(ExecContext, Mapping, Mapping) - Constructor for class org.deri.cqels.data.ExtendMapping
 
ExtendRouter - Class in org.deri.cqels.engine
 
ExtendRouter(ExecContext, OpExtend, OpRouter) - Constructor for class org.deri.cqels.engine.ExtendRouter
 
EXTENSION_COMPRESSION - Static variable in interface info.pppc.base.system.IExtension
The layer value that indicates that this plug-in is a compression plug-in.
EXTENSION_DISCOVERY - Static variable in interface info.pppc.base.system.IExtension
The layer value that indicates that the plug-in is a discovery plug-in.
EXTENSION_ENCRYPTION - Static variable in interface info.pppc.base.system.IExtension
The layer value that indicates that this plug-in is an encryption plug-in.
EXTENSION_ROUTING - Static variable in interface info.pppc.base.system.IExtension
The layer value that indicates that this plug-in is a routing plug-in.
EXTENSION_SEMANTIC - Static variable in interface info.pppc.base.system.IExtension
The layer value that indicates that this plug-in is a semantic plug-in.
EXTENSION_SERIALIZATION - Static variable in interface info.pppc.base.system.IExtension
The layer value that indicates that this plug-in is a serialization plug-in.
EXTENSION_TRANSCEIVER - Static variable in interface info.pppc.base.system.IExtension
The layer value that indicates that this plug-in provides a communication transceiver.
EXTRA_COMPLETE - Static variable in interface eu.gambas.sdk.api.android.IConstants
The complete extra that is used to indicate partial query results.
EXTRA_CONFIGURATION - Static variable in class eu.gambas.sdk.api.android.RecognitionReceiver
 
EXTRA_DATA - Static variable in interface eu.gambas.sdk.api.android.IConstants
The data of the intent.
EXTRA_ID - Static variable in interface eu.gambas.sdk.api.android.IConstants
The id extra that is used for request-response calls such as queries.
EXTRA_MESSAGE - Static variable in class eu.gambas.sdk.api.android.RecognitionReceiver
 
EXTRA_NOTIFICATION - Static variable in class mobi.narf.recognition.platform.android.common.INotification
The intent extra name that holds the parcelable notification which describes the event raised by the service.
EXTRA_PACKAGE - Static variable in interface eu.gambas.sdk.api.android.IConstants
The package name of the caller.
EXTRA_PSEUDONYM - Static variable in interface eu.gambas.sdk.api.android.IConstants
The pseudonym extra that is used for remote updates.
EXTRA_SUCCESS - Static variable in interface eu.gambas.sdk.api.android.IConstants
The success extra that is used for query results.
extractPredicates(String) - Method in class eu.gambas.system.query.generic.privacy.PredicatesExtractorFromTriples
 
extractPredicates(String) - Method in interface eu.gambas.system.query.generic.privacy.PredicatesFromQueryExtractor
This method returns a list of list of predicates that are contained in a given SPARQL query.
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 _