Index

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 _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

U

UnbufferedStore - Class in com.semedy.reasoner.reasoning.processes
A store with an unbuffered input.
UnbufferedStore(InterruptFlag, ReasoningMonitor, int, String, boolean, boolean, boolean, String, boolean, ProcessExecutor, boolean) - Constructor for class com.semedy.reasoner.reasoning.processes.UnbufferedStore
 
underflow() - Method in class com.semedy.reasoner.edb.persistentstore.bplustree.BPlusNode
 
Unfolder - Class in com.semedy.reasoner.rewriter
Unfolder unfolds rules into other rules.
Unfolder() - Constructor for class com.semedy.reasoner.rewriter.Unfolder
 
UnfolderTest - Class in com.semedy.reasoner.rewriter
 
UnfolderTest() - Constructor for class com.semedy.reasoner.rewriter.UnfolderTest
 
UNICODE_BOM - Static variable in class com.semedy.reasoner.parser.graphql.GraphQLGrammarLexer
 
UNICODE_BOM - Static variable in class com.semedy.reasoner.parser.graphql.GraphQLGrammarParser
 
unifiable(Object, Object) - Method in interface com.semedy.reasoner.api.symboltable.SymbolTable
Unifies two structures (functions or literals).
unifiable(Object, Object) - Method in class com.semedy.reasoner.reasoning.processes.ReasoningSymbolTableNotInternalize
 
unifiable(Object, Object) - Method in class com.semedy.reasoner.symboltable.AbstractSymbolTable
 
unifiable(Object, Object) - Method in interface com.semedy.reasoner.symboltable.ReasoningSymbolTable
Unifiable returns whether two structures are unifiable This method is cheaper than unify as it delivers no result substitutions
unify(Object, Object, Map<Variable, Object>) - Method in interface com.semedy.reasoner.api.symboltable.SymbolTable
Unifies two structures (variables, terms, functions or literals).
unify(Object, Object, Map<Variable, Object>) - Method in class com.semedy.reasoner.reasoning.processes.ReasoningSymbolTableNotInternalize
 
unify(Object, Object, Map<Variable, Object>) - Method in class com.semedy.reasoner.symboltable.AbstractSymbolTable
 
unify(Object, Object, Map<Variable, Object>, Map<Variable, Set<Variable>>) - Method in interface com.semedy.reasoner.api.symboltable.SymbolTable
Unifies two structures (variables, terms, functions or literals).
unify(Object, Object, Map<Variable, Object>, Map<Variable, Set<Variable>>) - Method in class com.semedy.reasoner.reasoning.processes.ReasoningSymbolTableNotInternalize
 
unify(Object, Object, Map<Variable, Object>, Map<Variable, Set<Variable>>) - Method in class com.semedy.reasoner.symboltable.AbstractSymbolTable
 
union(BaseRelation) - Method in interface com.semedy.reasoner.api.edb.BaseRelation
add all tuples of R to this
union(BaseRelation) - Method in class com.semedy.reasoner.edb.persistentstore.PersistentRelation
 
union(BaseRelation) - Method in class com.semedy.reasoner.edb.ramstore.MainMemoryBaseRelation
 
union(BaseRelation) - Method in class com.semedy.reasoner.edb.ramstore.MainMemoryRelation
 
union(BaseRelation) - Method in class com.semedy.reasoner.reasoning.monitor.RelationAdapter
 
union(BaseRelation) - Method in class com.semedy.reasoner.reasoning.processes.CrossProductBaseRelation
 
union(TupleFile) - Method in class com.semedy.reasoner.edb.persistentstore.TupleFile
add all tuples from T into this
union(IntArrayList) - Method in class com.semedy.reasoner.edb.ramstore.IntArrayList
 
union(ReasoningRelation) - Method in class com.semedy.reasoner.reasoning.processes.ReasoningRelation
 
unionMemberTypes() - Method in class com.semedy.reasoner.parser.graphql.GraphQLGrammarParser
 
unionMemberTypes() - Method in class com.semedy.reasoner.parser.graphql.GraphQLGrammarParser.UnionTypeDefinitionContext
 
unionMemberTypes() - Method in class com.semedy.reasoner.parser.graphql.GraphQLGrammarParser.UnionTypeExtensionContext
 
UnionMemberTypesContext(ParserRuleContext, int) - Constructor for class com.semedy.reasoner.parser.graphql.GraphQLGrammarParser.UnionMemberTypesContext
 
unionRelation(Relation) - Method in class com.semedy.reasoner.edb.persistentstore.PersistentRelation
 
unionRelation(Relation) - Method in class com.semedy.reasoner.reasoning.monitor.RelationAdapter
 
unionTypeDefinition() - Method in class com.semedy.reasoner.parser.graphql.GraphQLGrammarParser.TypeDefinitionContext
 
unionTypeDefinition() - Method in class com.semedy.reasoner.parser.graphql.GraphQLGrammarParser
 
UnionTypeDefinitionContext(ParserRuleContext, int) - Constructor for class com.semedy.reasoner.parser.graphql.GraphQLGrammarParser.UnionTypeDefinitionContext
 
unionTypeExtension() - Method in class com.semedy.reasoner.parser.graphql.GraphQLGrammarParser.TypeExtensionContext
 
unionTypeExtension() - Method in class com.semedy.reasoner.parser.graphql.GraphQLGrammarParser
 
UnionTypeExtensionContext(ParserRuleContext, int) - Constructor for class com.semedy.reasoner.parser.graphql.GraphQLGrammarParser.UnionTypeExtensionContext
 
unlock() - Method in interface com.semedy.reasoner.core.locks.CoreLock
 
unlock() - Method in interface com.semedy.reasoner.core.locks.CoreReadLock
unlock
unlock() - Method in interface com.semedy.reasoner.core.locks.CoreWriteLock
unlock general write lock
unlock() - Method in class com.semedy.reasoner.core.locks.PredicateCoreLock
 
unlock() - Method in class com.semedy.reasoner.core.locks.PredicateCoreReadLock
 
unlock() - Method in class com.semedy.reasoner.core.locks.PredicateCoreWriteLock
 
unlock() - Method in class com.semedy.reasoner.core.locks.SimpleCoreLock
 
unlock() - Method in class com.semedy.reasoner.core.locks.SimpleCoreReadLock
 
unlock() - Method in class com.semedy.reasoner.core.locks.SimpleCoreWriteLock
 
unlock() - Method in class com.semedy.reasoner.utils.upgradeablelock.CompositeLock
 
unlock(String) - Method in interface com.semedy.reasoner.core.locks.CoreReadLock
unlock single predicate
unlock(String) - Method in class com.semedy.reasoner.core.locks.PredicateCoreReadLock
 
unlock(String) - Method in class com.semedy.reasoner.core.locks.SimpleCoreReadLock
 
unlock(String) - Method in interface com.semedy.reasoner.edb.zdb.EDBReadLock
 
unlock(String) - Method in interface com.semedy.reasoner.edb.zdb.EDBWriteLock
 
unlock(String) - Method in class com.semedy.reasoner.edb.zdb.PredicateEDBReadLock
 
unlock(String) - Method in class com.semedy.reasoner.edb.zdb.PredicateEDBWriteLock
 
unlock(String) - Method in class com.semedy.reasoner.edb.zdb.SimpleEDBReadLock
 
unlock(String) - Method in class com.semedy.reasoner.edb.zdb.SimpleEDBWriteLock
 
unlock(Set<String>) - Method in interface com.semedy.reasoner.edb.zdb.EDBReadLock
 
unlock(Set<String>) - Method in interface com.semedy.reasoner.edb.zdb.EDBWriteLock
 
unlock(Set<String>) - Method in class com.semedy.reasoner.edb.zdb.PredicateEDBReadLock
 
unlock(Set<String>) - Method in class com.semedy.reasoner.edb.zdb.PredicateEDBWriteLock
 
unlock(Set<String>) - Method in class com.semedy.reasoner.edb.zdb.SimpleEDBReadLock
 
unlock(Set<String>) - Method in class com.semedy.reasoner.edb.zdb.SimpleEDBWriteLock
 
unlock(Set<String>, boolean, boolean) - Method in interface com.semedy.reasoner.core.locks.CoreReadLock
unlock read lock
unlock(Set<String>, boolean, boolean) - Method in interface com.semedy.reasoner.core.locks.CoreWriteLock
unlock write lock
unlock(Set<String>, boolean, boolean) - Method in class com.semedy.reasoner.core.locks.PredicateCoreReadLock
 
unlock(Set<String>, boolean, boolean) - Method in class com.semedy.reasoner.core.locks.PredicateCoreWriteLock
 
unlock(Set<String>, boolean, boolean) - Method in class com.semedy.reasoner.core.locks.SimpleCoreReadLock
 
unlock(Set<String>, boolean, boolean) - Method in class com.semedy.reasoner.core.locks.SimpleCoreWriteLock
 
unlockAll(Iterable<L>) - Static method in class com.semedy.reasoner.core.locks.Locks
Calls Lock.unlock() on all locks provided by the given iterable, in the order provided by the iterable.
unlockAll(Iterable<L>) - Static method in class com.semedy.reasoner.utils.upgradeablelock.Locks
Calls Lock.unlock() on all locks provided by the given iterable, in the order provided by the iterable.
unlockAll(L...) - Static method in class com.semedy.reasoner.core.locks.Locks
Varargs variant of Locks.unlockAll(Iterable)
unlockAll(L...) - Static method in class com.semedy.reasoner.utils.upgradeablelock.Locks
 
unmap(MappedByteBuffer) - Static method in class com.semedy.reasoner.edb.persistentstore.RandomAccessFilePaged
 
unMarkAsDirectEncoded(long) - Static method in class com.semedy.reasoner.symboltable.encoder.DirectEncoder
 
unzip(String, String) - Static method in class com.semedy.reasoner.utils.ZipDirs
 
updateJson(String) - Method in class com.semedy.reasoner.app.APIMethods
update an existing json with same identifier @id
updateKey(int, KeyType) - Method in class com.semedy.reasoner.edb.persistentstore.bplustree.BPlusInternalNode
Reassigns the key at index with newKey.
updateLock() - Method in interface com.semedy.reasoner.core.locks.ReadWriteUpdateLock
Returns a lock which allows reading and which may also be upgraded to a lock allowing writing.
updateLock() - Method in class com.semedy.reasoner.core.locks.ReentrantReadWriteUpdateLock
 
updateLock() - Method in interface com.semedy.reasoner.utils.upgradeablelock.ReadWriteUpdateLock
Returns a lock which allows reading and which may also be upgraded to a lock allowing writing.
updateLock() - Method in class com.semedy.reasoner.utils.upgradeablelock.ReentrantReadWriteUpdateLock
 
URI - Class in com.semedy.reasoner.symboltable.encoder
An uri as extended data type
URI() - Constructor for class com.semedy.reasoner.symboltable.encoder.URI
 
URI(String) - Constructor for class com.semedy.reasoner.symboltable.encoder.URI
 
URI(URI) - Constructor for class com.semedy.reasoner.symboltable.encoder.URI
 
usedMemory() - Static method in class com.semedy.reasoner.edb.persistentstore.CacheManager
 
usedMemory() - Static method in class com.semedy.reasoner.edb.persistentstore.CacheManager4
 
UTF16_BOM - Static variable in class com.semedy.reasoner.parser.graphql.GraphQLGrammarLexer
 
UTF16_BOM - Static variable in class com.semedy.reasoner.parser.graphql.GraphQLGrammarParser
 
UTF32_BOM - Static variable in class com.semedy.reasoner.parser.graphql.GraphQLGrammarLexer
 
UTF32_BOM - Static variable in class com.semedy.reasoner.parser.graphql.GraphQLGrammarParser
 
UTF8_BOM - Static variable in class com.semedy.reasoner.parser.graphql.GraphQLGrammarLexer
 
UTF8_BOM - Static variable in class com.semedy.reasoner.parser.graphql.GraphQLGrammarParser
 
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 _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form