Serialized Form
-
Package com.semedy.reasoner.api.builtin
-
Exception Class com.semedy.reasoner.api.builtin.BuiltinException
class BuiltinException extends SemReasonerException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.semedy.reasoner.api.edb
-
Exception Class com.semedy.reasoner.api.edb.EDBException
class EDBException extends SemReasonerException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.semedy.reasoner.api.edb.StoreException
class StoreException extends ReasoningException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.semedy.reasoner.api.edb.TransactionException
class TransactionException extends ReasoningException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.semedy.reasoner.api.idb
-
Exception Class com.semedy.reasoner.api.idb.IDBException
class IDBException extends ReasoningException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.semedy.reasoner.api.logic
-
Class com.semedy.reasoner.api.logic.Compound
class Compound extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.semedy.reasoner.api.logic.Function
class Function extends Compound implements Serializable- serialVersionUID:
- 2L
-
Class com.semedy.reasoner.api.logic.Literal
class Literal extends Compound implements Serializable- serialVersionUID:
- 10L
-
Serialized Fields
-
_debugInfo
String _debugInfo
info for debugging -
_isPositive
boolean _isPositive
sign of literal -
_ofAllParts
int _ofAllParts
partitioning the extension -
_original
Literal _original
original literal -
_pathEnd
int _pathEnd
end number of path -
_pathStart
int _pathStart
start number of path -
_qualifiedSymbol
String _qualifiedSymbol
predicate symbol -
_stratum
int _stratum
stratum of literal -
_uniqueId
int _uniqueId
unique id of literal
-
-
Class com.semedy.reasoner.api.logic.Variable
class Variable extends Object implements Serializable- serialVersionUID:
- 3L
-
-
Package com.semedy.reasoner.api.parser
-
Exception Class com.semedy.reasoner.api.parser.SimpleParseException
class SimpleParseException extends SemReasonerException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.semedy.reasoner.api.reasoning
-
Exception Class com.semedy.reasoner.api.reasoning.ReasoningException
class ReasoningException extends SemReasonerException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.semedy.reasoner.api.reasoning.SemReasonerException
class SemReasonerException extends Exception implements Serializable- serialVersionUID:
- 2309019614729435804L
-
-
Package com.semedy.reasoner.api.rewriter
-
Exception Class com.semedy.reasoner.api.rewriter.RewriterException
class RewriterException extends SemReasonerException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.semedy.reasoner.api.symboltable
-
Exception Class com.semedy.reasoner.api.symboltable.SymboltableException
class SymboltableException extends ReasoningException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.semedy.reasoner.builtin.aggregation
-
Class com.semedy.reasoner.builtin.aggregation.LinkedMultiValueMap
- serialVersionUID:
- 1L
-
-
Package com.semedy.reasoner.edb.persistentstore
-
Exception Class com.semedy.reasoner.edb.persistentstore.PersistentStoreException
class PersistentStoreException extends StoreException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.semedy.reasoner.edb.ramstore
-
Exception Class com.semedy.reasoner.edb.ramstore.RAMStoreException
class RAMStoreException extends StoreException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.semedy.reasoner.symboltable.encoder
-
Class com.semedy.reasoner.symboltable.encoder.JsonIdentifier
class JsonIdentifier extends ExternalDataType implements Serializable- serialVersionUID:
- 4L
-
Serialized Fields
-
_id
String _id
-
-
-
Package com.semedy.reasoner.utils
-
Class com.semedy.reasoner.utils.BytesArrayList
class BytesArrayList extends AbstractList<byte[]> implements Serializable- serialVersionUID:
- 8683452581122892189L
-
Serialization Methods
-
readObject
Reconstitute the SpecialArrayList instance from a stream (that is, deserialize it).- Throws:
IOException
ClassNotFoundException
-
writeObject
Save the state of the SpecialArrayList instance to a stream (that is, serialize it).- Serial Data:
- The length of the array backing the SpecialArrayList instance is emitted (int), followed by all of its elements (each an Object) in the proper order.
- Throws:
IOException
-
-
Serialized Fields
-
size
int size
The size of the SpecialArrayList (the number of elements it contains).
-
-
Class com.semedy.reasoner.utils.StringArrayList
- serialVersionUID:
- 8683452581122892189L
-
Serialization Methods
-
readObject
Reconstitute the SpecialArrayList instance from a stream (that is, deserialize it).- Throws:
IOException
ClassNotFoundException
-
writeObject
Save the state of the SpecialArrayList instance to a stream (that is, serialize it).- Serial Data:
- The length of the array backing the SpecialArrayList instance is emitted (int), followed by all of its elements (each an Object) in the proper order.
- Throws:
IOException
-
-
Serialized Fields
-
size
int size
The size of the SpecialArrayList (the number of elements it contains).
-
-