Serialized Form
-
Package org.episteme.core.bibliography
-
Record Class org.episteme.core.bibliography.BibliographicalNotice
class BibliographicalNotice extends Record implements Serializable-
Serialized Fields
-
abstractText
String abstractText
The field for theabstractTextrecord component. -
additionalMetadata
Map<String,
String> additionalMetadata The field for theadditionalMetadatarecord component. -
authors
List<String> authors
The field for theauthorsrecord component. -
doi
String doi
The field for thedoirecord component. -
id
Identification id
The field for theidrecord component. -
isbn
String isbn
The field for theisbnrecord component. -
issn
String issn
The field for theissnrecord component. -
issue
String issue
The field for theissuerecord component. -
keywords
List<String> keywords
The field for thekeywordsrecord component. -
pages
String pages
The field for thepagesrecord component. -
publicationYear
String publicationYear
The field for thepublicationYearrecord component. -
publisher
String publisher
The field for thepublisherrecord component. -
source
String source
The field for thesourcerecord component. -
title
String title
The field for thetitlerecord component. -
type
String type
The field for thetyperecord component. -
volume
String volume
The field for thevolumerecord component.
-
-
-
Class org.episteme.core.bibliography.SimpleCitation
class SimpleCitation extends Object implements Serializable
-
-
Package org.episteme.core.device
-
Class org.episteme.core.device.AbstractActuator
class AbstractActuator extends AbstractDevice implements Serializable -
Class org.episteme.core.device.AbstractDevice
class AbstractDevice extends Object implements Serializable-
Serialized Fields
-
accuracy
Quantity<?> accuracy
-
calibrationHistory
List<Calibration> calibrationHistory
-
currentValue
Quantity<?> currentValue
-
displayUnit
Unit<?> displayUnit
-
enabled
boolean enabled
-
firmware
String firmware
-
history
List<AbstractDevice.Record> history
-
identification
Identification identification
-
lastCalibration
Instant lastCalibration
-
locationDescription
String locationDescription
-
manufacturer
String manufacturer
-
maxRange
Quantity<?> maxRange
-
minRange
Quantity<?> minRange
-
model
String model
-
precisionDescription
String precisionDescription
-
resolution
Quantity<?> resolution
-
sensitivity
Quantity<?> sensitivity
-
status
Device.Status status
-
traits
Map<String,
Object> traits
-
-
-
Class org.episteme.core.device.AbstractSensor
class AbstractSensor extends AbstractDevice implements Serializable -
Class org.episteme.core.device.GPIBDevice
class GPIBDevice extends Object implements Serializable -
Class org.episteme.core.device.USBDevice
class USBDevice extends AbstractDevice implements Serializable-
Serialized Fields
-
productId
int productId
-
serialNumber
String serialNumber
-
vendorId
int vendorId
-
-
-
-
Package org.episteme.core.device.sim
-
Class org.episteme.core.device.sim.AbstractSimulatedActuator
-
Serialized Fields
-
support
SimulatedDeviceSupport support
-
-
-
Class org.episteme.core.device.sim.AbstractSimulatedDevice
class AbstractSimulatedDevice extends AbstractDevice implements Serializable-
Serialized Fields
-
support
SimulatedDeviceSupport support
-
-
-
Class org.episteme.core.device.sim.AbstractSimulatedSensor
-
Serialized Fields
-
support
SimulatedDeviceSupport support
-
-
-
Class org.episteme.core.device.sim.SimulatedGPIBDevice
class SimulatedGPIBDevice extends AbstractSimulatedDevice implements Serializable -
Class org.episteme.core.device.sim.SimulatedUSBDevice
class SimulatedUSBDevice extends AbstractSimulatedDevice implements Serializable-
Serialized Fields
-
actuatorValue
double actuatorValue
-
baseValue
double baseValue
-
calibrated
boolean calibrated
-
deviceType
SimulatedUSBDevice.DeviceType deviceType
-
noiseLevel
double noiseLevel
-
productId
int productId
-
random
Random random
-
samplingRateHz
int samplingRateHz
-
unit
String unit
-
vendorId
int vendorId
-
-
-
-
Package org.episteme.core.distributed
-
Exception Class org.episteme.core.distributed.ComputationException
class ComputationException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.core.distributed.TaskState
class TaskState extends Object implements Serializable-
Serialized Fields
-
authority
TaskRegistry.PrecisionMode authority
-
doubleBuffer
double[] doubleBuffer
-
floatBuffer
float[] floatBuffer
-
fromDoubleMapper
Function<double[], T extends Serializable> fromDoubleMapper
-
fromFloatMapper
Function<float[], T extends Serializable> fromFloatMapper
-
realState
T extends Serializable realState
-
toDoubleMapper
Function<T extends Serializable, double[]> toDoubleMapper
-
toFloatMapper
Function<T extends Serializable, float[]> toFloatMapper
-
-
-
-
Package org.episteme.core.mathematics.discrete
-
Package org.episteme.core.mathematics.geometry.boundaries
-
Class org.episteme.core.mathematics.geometry.boundaries.BoundingBox2D
class BoundingBox2D extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.core.mathematics.geometry.boundaries.BoundingBox3D
class BoundingBox3D extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.core.mathematics.geometry.boundaries.CompositeBoundary
class CompositeBoundary extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.core.mathematics.geometry.boundaries.CompositeBoundary2D
class CompositeBoundary2D extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
exclusions
List<Boundary2D> exclusions
The holes/exclusions (enclaves - regions that are OUT) -
inclusions
List<Boundary2D> inclusions
The main outer boundaries (exclaves - disjoint regions that are IN)
-
-
Class org.episteme.core.mathematics.geometry.boundaries.CompositeBoundary3D
class CompositeBoundary3D extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
exclusions
List<Boundary3D> exclusions
-
inclusions
List<Boundary3D> inclusions
-
-
Class org.episteme.core.mathematics.geometry.boundaries.ConvexPolygon2D
class ConvexPolygon2D extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.core.mathematics.geometry.boundaries.ConvexPolyhedron3D
class ConvexPolyhedron3D extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
faces
List<ConvexPolyhedron3D.TriangularFace> faces
-
vertices
List<Point3D> vertices
-
-
Class org.episteme.core.mathematics.geometry.boundaries.FuzzyBoundary2D
class FuzzyBoundary2D extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
core
Boundary2D core
The core boundary (full membership) -
membershipFunction
Function<Real,
Real> membershipFunction Membership function based on distance to core -
support
Boundary2D support
The support boundary (where membership > 0)
-
-
Class org.episteme.core.mathematics.geometry.boundaries.PointBoundary
class PointBoundary extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.episteme.core.mathematics.linearalgebra
-
Package org.episteme.core.mathematics.linearalgebra.tensors
-
Class org.episteme.core.mathematics.linearalgebra.tensors.DenseTensor
class DenseTensor extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
data
Object data
-
offset
int offset
-
shape
int[] shape
-
size
int size
-
strides
int[] strides
-
-
Class org.episteme.core.mathematics.linearalgebra.tensors.SparseTensor
class SparseTensor extends Object implements Serializable
-
-
Package org.episteme.core.mathematics.linearalgebra.vectors.storage
-
Class org.episteme.core.mathematics.linearalgebra.vectors.storage.DenseVectorStorage
class DenseVectorStorage extends Object implements Serializable-
Serialized Fields
-
data
E[] data
-
dimension
int dimension
-
-
-
Class org.episteme.core.mathematics.linearalgebra.vectors.storage.DirectRealDoubleVectorStorage
class DirectRealDoubleVectorStorage extends Object implements Serializable-
Serialized Fields
-
buffer
DoubleBuffer buffer
-
dimension
int dimension
-
-
-
Class org.episteme.core.mathematics.linearalgebra.vectors.storage.HeapRealDoubleVectorStorage
class HeapRealDoubleVectorStorage extends Object implements Serializable-
Serialized Fields
-
data
double[] data
-
dimension
int dimension
-
-
-
Class org.episteme.core.mathematics.linearalgebra.vectors.storage.HeapRealFloatVectorStorage
class HeapRealFloatVectorStorage extends Object implements Serializable-
Serialized Fields
-
data
float[] data
-
-
-
Class org.episteme.core.mathematics.linearalgebra.vectors.storage.SparseVectorStorage
class SparseVectorStorage extends Object implements Serializable
-
-
Package org.episteme.core.mathematics.loaders.logic
-
Exception Class org.episteme.core.mathematics.loaders.logic.FormalSystemImporter.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.episteme.core.mathematics.loaders.mathml
-
Class org.episteme.core.mathematics.loaders.mathml.MathMLActionElementImpl
class MathMLActionElementImpl extends MathMLPresentationContainerImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLAlignGroupElementImpl
class MathMLAlignGroupElementImpl extends MathMLElementImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLAlignMarkElementImpl
class MathMLAlignMarkElementImpl extends MathMLElementImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLAnnotationElementImpl
class MathMLAnnotationElementImpl extends MathMLElementImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLApplyElementImpl
class MathMLApplyElementImpl extends MathMLContentContainerImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLBinaryOpImpl
class MathMLBinaryOpImpl extends MathMLPredefinedSymbolImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLBinaryRelImpl
class MathMLBinaryRelImpl extends MathMLPredefinedSymbolImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLBvarElementImpl
class MathMLBvarElementImpl extends MathMLContentContainerImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLCiElementImpl
class MathMLCiElementImpl extends MathMLContentTokenImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLCnElementImpl
class MathMLCnElementImpl extends MathMLContentTokenImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLConditionElementImpl
class MathMLConditionElementImpl extends MathMLElementImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLContentContainerImpl
class MathMLContentContainerImpl extends MathMLElementImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLContentTokenImpl
class MathMLContentTokenImpl extends MathMLElementImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLCsymbolElementImpl
class MathMLCsymbolElementImpl extends MathMLContentTokenImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLDocumentEpistemeImpl
class MathMLDocumentEpistemeImpl extends MathMLDocumentImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLDocumentImpl
class MathMLDocumentImpl extends org.apache.xerces.dom.DocumentImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLElementImpl
class MathMLElementImpl extends org.apache.xerces.dom.ElementNSImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLEncloseElementImpl
class MathMLEncloseElementImpl extends MathMLPresentationContainerImpl implements Serializable -
Exception Class org.episteme.core.mathematics.loaders.mathml.MathMLException
class MathMLException extends Exception implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLFencedElementImpl
class MathMLFencedElementImpl extends MathMLPresentationContainerImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLFnElementImpl
class MathMLFnElementImpl extends MathMLContentContainerImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLFractionElementImpl
class MathMLFractionElementImpl extends MathMLElementImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLFunctionImpl
class MathMLFunctionImpl extends MathMLPredefinedSymbolImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLGlyphElementImpl
class MathMLGlyphElementImpl extends MathMLElementImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLListElementImpl
class MathMLListElementImpl extends MathMLContentContainerImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLMathElementImpl
class MathMLMathElementImpl extends MathMLElementImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLMatrixElementImpl
class MathMLMatrixElementImpl extends MathMLElementImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLMatrixrowElementImpl
class MathMLMatrixrowElementImpl extends MathMLElementImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLNaryOpImpl
class MathMLNaryOpImpl extends MathMLPredefinedSymbolImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLNaryRelImpl
class MathMLNaryRelImpl extends MathMLPredefinedSymbolImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLPaddedElementImpl
class MathMLPaddedElementImpl extends MathMLPresentationContainerImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLPredefinedSymbolImpl
class MathMLPredefinedSymbolImpl extends MathMLElementImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLPresentationContainerImpl
class MathMLPresentationContainerImpl extends MathMLElementImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLPresentationTokenImpl
class MathMLPresentationTokenImpl extends MathMLElementImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLRadicalElementImpl
class MathMLRadicalElementImpl extends MathMLElementImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLScriptElementImpl
class MathMLScriptElementImpl extends MathMLElementImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLSetElementImpl
class MathMLSetElementImpl extends MathMLContentContainerImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLSpaceElementImpl
class MathMLSpaceElementImpl extends MathMLElementImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLStringLitElementImpl
class MathMLStringLitElementImpl extends MathMLPresentationTokenImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLTendsToElementImpl
class MathMLTendsToElementImpl extends MathMLPredefinedSymbolImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLUnaryOpImpl
class MathMLUnaryOpImpl extends MathMLPredefinedSymbolImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLUnderOverElementImpl
class MathMLUnderOverElementImpl extends MathMLElementImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLVectorElementImpl
class MathMLVectorElementImpl extends MathMLElementImpl implements Serializable -
Class org.episteme.core.mathematics.loaders.mathml.MathMLXMLAnnotationElementImpl
class MathMLXMLAnnotationElementImpl extends MathMLElementImpl implements Serializable
-
-
Package org.episteme.core.mathematics.loaders.mathml.beans
-
Class org.episteme.core.mathematics.loaders.mathml.beans.MathBean
class MathBean extends Object implements Serializable-
Serialized Fields
-
changes
PropertyChangeSupport changes
-
expr
MathMLExpression expr
-
mathml
String mathml
-
result
Object result
-
variables
Hashtable<Object,
Object> variables
-
-
-
Class org.episteme.core.mathematics.loaders.mathml.beans.VariableBean
class VariableBean extends Object implements Serializable-
Serialized Fields
-
changes
PropertyChangeSupport changes
-
value
Object value
-
variable
String variable
-
variableListeners
List<VariableListener> variableListeners
-
-
-
Class org.episteme.core.mathematics.loaders.mathml.beans.VariableEvent
class VariableEvent extends EventObject implements Serializable
-
-
Package org.episteme.core.mathematics.loaders.openmath
-
Class org.episteme.core.mathematics.loaders.openmath.OMApplication
class OMApplication extends OMObject implements Serializable -
Class org.episteme.core.mathematics.loaders.openmath.OMAttribution
class OMAttribution extends OMObject implements Serializable -
Class org.episteme.core.mathematics.loaders.openmath.OMBinding
class OMBinding extends OMObject implements Serializable -
Class org.episteme.core.mathematics.loaders.openmath.OMByteArray
class OMByteArray extends OMObject implements Serializable-
Serialized Fields
-
byteArray
byte[] byteArray
Stores the byte array.
-
-
-
Class org.episteme.core.mathematics.loaders.openmath.OMError
class OMError extends OMObject implements Serializable -
Class org.episteme.core.mathematics.loaders.openmath.OMFloat
class OMFloat extends OMObject implements Serializable -
Class org.episteme.core.mathematics.loaders.openmath.OMForeign
class OMForeign extends OMObject implements Serializable-
Serialized Fields
-
object
Object object
Stores the foreign object.
-
-
-
Class org.episteme.core.mathematics.loaders.openmath.OMInteger
class OMInteger extends OMObject implements Serializable-
Serialized Fields
-
integer
String integer
Stores the integer.
-
-
-
Class org.episteme.core.mathematics.loaders.openmath.OMObject
class OMObject extends Object implements Serializable -
Class org.episteme.core.mathematics.loaders.openmath.OMReference
class OMReference extends OMObject implements Serializable -
Class org.episteme.core.mathematics.loaders.openmath.OMRoot
class OMRoot extends OMObject implements Serializable-
Serialized Fields
-
object
OMObject object
Stores the 'real' object.
-
-
-
Class org.episteme.core.mathematics.loaders.openmath.OMString
class OMString extends OMObject implements Serializable-
Serialized Fields
-
string
String string
Stores the string.
-
-
-
Class org.episteme.core.mathematics.loaders.openmath.OMSymbol
class OMSymbol extends OMObject implements Serializable -
Class org.episteme.core.mathematics.loaders.openmath.OMVariable
class OMVariable extends OMObject implements Serializable -
Exception Class org.episteme.core.mathematics.loaders.openmath.OpenMathException
class OpenMathException extends Exception implements Serializable
-
-
Package org.episteme.core.mathematics.loaders.openmath.codec
-
Exception Class org.episteme.core.mathematics.loaders.openmath.codec.CodecDecodeException
class CodecDecodeException extends CodecException implements Serializable -
Exception Class org.episteme.core.mathematics.loaders.openmath.codec.CodecEncodeException
class CodecEncodeException extends CodecException implements Serializable -
Exception Class org.episteme.core.mathematics.loaders.openmath.codec.CodecException
class CodecException extends Exception implements Serializable
-
-
Package org.episteme.core.mathematics.loaders.openmath.phrasebook
-
Exception Class org.episteme.core.mathematics.loaders.openmath.phrasebook.PhrasebookException
class PhrasebookException extends Exception implements Serializable
-
-
Package org.episteme.core.mathematics.logic.fuzzy
-
Exception Class org.episteme.core.mathematics.logic.fuzzy.EvaluationException
class EvaluationException extends Exception implements Serializable -
Exception Class org.episteme.core.mathematics.logic.fuzzy.NoRulesFiredException
class NoRulesFiredException extends Exception implements Serializable -
Exception Class org.episteme.core.mathematics.logic.fuzzy.RuleParsingException
class RuleParsingException extends Exception implements Serializable
-
-
Package org.episteme.core.mathematics.ml.neural
-
Class org.episteme.core.mathematics.ml.neural.ActivationFunction
class ActivationFunction extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
-
Package org.episteme.core.mathematics.ml.neural.autograd
-
Class org.episteme.core.mathematics.ml.neural.autograd.GraphNode
class GraphNode extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.episteme.core.mathematics.ml.neural.layers
-
Class org.episteme.core.mathematics.ml.neural.layers.ActivationLayer
class ActivationLayer extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
function
ActivationFunction function
-
-
Class org.episteme.core.mathematics.ml.neural.layers.Linear
class Linear extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.core.mathematics.ml.neural.layers.ReLU
-
Class org.episteme.core.mathematics.ml.neural.layers.Sequential
class Sequential extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.episteme.core.mathematics.numbers.integers
-
Class org.episteme.core.mathematics.numbers.integers.Integer
class Integer extends Number implements Serializable -
Class org.episteme.core.mathematics.numbers.integers.Natural
class Natural extends Number implements Serializable
-
-
Package org.episteme.core.mathematics.numbers.rationals
-
Class org.episteme.core.mathematics.numbers.rationals.Rational
class Rational extends Number implements Serializable
-
-
Package org.episteme.core.mathematics.numbers.real
-
Class org.episteme.core.mathematics.numbers.real.Real
class Real extends Number implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.core.mathematics.numbers.real.RealBig
class RealBig extends Real implements Serializable-
Serialized Fields
-
value
BigDecimal value
-
-
-
Class org.episteme.core.mathematics.numbers.real.RealDouble
class RealDouble extends Real implements Serializable-
Serialized Fields
-
value
double value
-
-
-
Class org.episteme.core.mathematics.numbers.real.RealFloat
class RealFloat extends Real implements Serializable-
Serialized Fields
-
value
float value
-
-
-
-
Package org.episteme.core.mathematics.optimization.evolutionary.geneticalgorithms
-
Exception Class org.episteme.core.mathematics.optimization.evolutionary.geneticalgorithms.InvalidFitnessValueException
class InvalidFitnessValueException extends RuntimeException implements Serializable -
Exception Class org.episteme.core.mathematics.optimization.evolutionary.geneticalgorithms.InvalidGAConfigurationException
class InvalidGAConfigurationException extends RuntimeException implements Serializable
-
-
Package org.episteme.core.methodology
-
Class org.episteme.core.methodology.Observation
class Observation extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.core.methodology.Sample
class Sample extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.core.methodology.ScientificAnalysis
class ScientificAnalysis extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.core.methodology.ScientificDescription
class ScientificDescription extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.core.methodology.ScientificExperiment
class ScientificExperiment extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.core.methodology.ScientificField
class ScientificField extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.core.methodology.ScientificReport
class ScientificReport extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
abstractText
String abstractText
-
authors
List<String> authors
-
id
Identification id
-
keywords
List<String> keywords
-
publicationDate
LocalDate publicationDate
-
quantitativeResults
Map<String, Quantity<?>> quantitativeResults
-
references
List<Citation> references
-
sections
Map<String,
String> sections -
title
String title
-
traits
Map<String,
Object> traits
-
-
Class org.episteme.core.methodology.ScientificTerm
class ScientificTerm extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.episteme.core.technical.algorithm
-
Exception Class org.episteme.core.technical.algorithm.AlgorithmException
class AlgorithmException extends RuntimeException implements Serializable -
Exception Class org.episteme.core.technical.algorithm.FallbackDisabledException
class FallbackDisabledException extends RuntimeException implements Serializable -
Exception Class org.episteme.core.technical.algorithm.OperationCancelledException
class OperationCancelledException extends RuntimeException implements Serializable
-
-
Package org.episteme.core.ui
-
Class org.episteme.core.ui.MasterControlDiscovery.ClassInfo
class ClassInfo extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.episteme.core.util
-
Class org.episteme.core.util.ExtensibleEnum
class ExtensibleEnum extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
name
String name
-
-
Class org.episteme.core.util.Numbering
class Numbering extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
values
int[] values
-
-
Class org.episteme.core.util.SimpleNumbering
class SimpleNumbering extends Numbering implements Serializable- serialVersionUID:
- 1L
-
-
Package org.episteme.core.util.identity
-
Class org.episteme.core.util.identity.DOIIdentification
class DOIIdentification extends Identification implements Serializable -
Class org.episteme.core.util.identity.Identification
class Identification extends Object implements Serializable-
Serialized Fields
-
value
String value
-
-
-
Class org.episteme.core.util.identity.ISBNIdentification
class ISBNIdentification extends Identification implements Serializable -
Class org.episteme.core.util.identity.SimpleIdentification
class SimpleIdentification extends Identification implements Serializable -
Class org.episteme.core.util.identity.SSNIdentification
class SSNIdentification extends Identification implements Serializable -
Class org.episteme.core.util.identity.UUIDIdentification
class UUIDIdentification extends Identification implements Serializable-
Serialized Fields
-
uuid
UUID uuid
-
-
-
-
Package org.episteme.jni.jni.devices
-
Class org.episteme.jni.jni.devices.MassSpectra
class MassSpectra extends AbstractDevice implements Serializable-
Serialized Fields
-
bridge
NativeDeviceBridge bridge
-
deviceId
int deviceId
-
integrationTime
Quantity<Time> integrationTime
-
-
-
-
Package org.episteme.nativ.mathematics.linearalgebra.tensors
-
Class org.episteme.nativ.mathematics.linearalgebra.tensors.CUDATensor
class CUDATensor extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.nativ.mathematics.linearalgebra.tensors.NativeTensor
class NativeTensor extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
arena
Arena arena
-
segment
MemorySegment segment
-
shape
int[] shape
-
size
long size
-
strides
int[] strides
-
type
Class<T> type
-
-
-
Package org.episteme.nativ.mathematics.linearalgebra.vectors.storage
-
Class org.episteme.nativ.mathematics.linearalgebra.vectors.storage.NativeRealDoubleVectorStorage
class NativeRealDoubleVectorStorage extends Object implements Serializable-
Serialized Fields
-
arena
Arena arena
-
data
MemorySegment data
-
dimension
int dimension
-
ownsArena
boolean ownsArena
-
-
-
-
Package org.episteme.nativ.mathematics.numbers.real
-
Class org.episteme.nativ.mathematics.numbers.real.NativeRealBig
class NativeRealBig extends Real implements Serializable-
Serialized Fields
-
arena
Arena arena
-
precision
long precision
-
ptr
MemorySegment ptr
-
-
-
-
Package org.episteme.natural.biology
-
Class org.episteme.natural.biology.Base
class Base extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.natural.biology.BioChemicalReaction
class BioChemicalReaction extends ChemicalReaction implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
bioProducts
List<BioChemicalReaction.BioProduct> bioProducts
-
bioReactants
List<BioChemicalReaction.BioReactant> bioReactants
-
catalysts
List<Molecule> catalysts
-
reversible
boolean reversible
-
-
Class org.episteme.natural.biology.BiologicalSex
class BiologicalSex extends ExtensibleEnum implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.natural.biology.BloodType
class BloodType extends ExtensibleEnum implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
builtIn
boolean builtIn
-
symbol
String symbol
-
-
Class org.episteme.natural.biology.DNA
class DNA extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.natural.biology.DynasticCalculator.DynasticPerson
class DynasticPerson extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
children
List<DynasticCalculator.DynasticPerson> children
-
father
DynasticCalculator.DynasticPerson father
-
gender
DynasticCalculator.Gender gender
-
id
String id
-
mother
DynasticCalculator.DynasticPerson mother
-
name
String name
-
-
Class org.episteme.natural.biology.Individual
class Individual extends SocialEntity implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
availableBehaviors
Set<Behavior> availableBehaviors
-
birthDate
LocalDate birthDate
-
children
Set<Individual> children
-
deathDate
LocalDate deathDate
-
lifeStage
LifeStage lifeStage
-
parents
Set<Individual> parents
-
place
Place place
-
reproductionMode
ReproductionMode reproductionMode
-
sex
BiologicalSex sex
-
species
Species species
-
territory
Place territory
-
-
Class org.episteme.natural.biology.LifeStage
class LifeStage extends ExtensibleEnum implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.natural.biology.Organ
class Organ extends Object implements Serializable- serialVersionUID:
- 2L
-
Class org.episteme.natural.biology.OrganType
class OrganType extends ExtensibleEnum implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.natural.biology.Pathway
class Pathway extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
Identification id
-
reactions
List<BioChemicalReaction> reactions
-
traits
Map<String,
Object> traits
-
-
Class org.episteme.natural.biology.Protein
class Protein extends Molecule implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
chains
List<Protein.Chain> chains
-
pdbId
String pdbId
-
-
Class org.episteme.natural.biology.ReproductionMode
class ReproductionMode extends ExtensibleEnum implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.natural.biology.RNA
class RNA extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.natural.biology.SocialCollective
class SocialCollective extends SocialEntity implements Serializable-
Serialized Fields
-
cohesion
double cohesion
Social cohesion or biological group integration level. -
leader
T extends Individual leader
-
members
List<T extends Individual> members
-
-
-
Class org.episteme.natural.biology.SocialEntity
class SocialEntity extends Object implements Serializable-
Serialized Fields
-
id
Identification id
-
influence
double influence
-
prestige
double prestige
-
traits
Map<String,
Object> traits
-
-
-
Class org.episteme.natural.biology.Taxon
class Taxon extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.natural.biology.Tissue
class Tissue extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
id
Identification id
-
traits
Map<String,
Object> traits -
type
TissueType type
-
-
Class org.episteme.natural.biology.TissueType
class TissueType extends ExtensibleEnum implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.natural.biology.Virus
class Virus extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
capsidDiameter
Quantity<Length> capsidDiameter
-
currentStage
Virus.Stage currentStage
-
family
String family
-
genome
BioSequence genome
-
genomeType
VirusGenomeType genomeType
-
id
Identification id
-
morphology
VirusMorphology morphology
-
traits
Map<String,
Object> traits
-
-
Class org.episteme.natural.biology.Virus.Stage
class Stage extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.natural.biology.VirusGenomeType
class VirusGenomeType extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.natural.biology.VirusMorphology
class VirusMorphology extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.natural.biology.Vitamin
class Vitamin extends Object implements Serializable- serialVersionUID:
- 2L
-
-
Package org.episteme.natural.biology.cell
-
Class org.episteme.natural.biology.cell.Cell
class Cell extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dna
DNA dna
-
id
Identification id
-
metabolism
Metabolism metabolism
-
organelles
Set<Organelle> organelles
-
traits
Map<String,
Object> traits
-
-
-
Package org.episteme.natural.biology.ecology
-
Class org.episteme.natural.biology.ecology.Population
- serialVersionUID:
- 2L
-
-
Package org.episteme.natural.biology.evolution
-
Class org.episteme.natural.biology.evolution.Clade
class Clade extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.natural.biology.evolution.PhylogeneticTree
class PhylogeneticTree extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.episteme.natural.biology.genealogy
-
Record Class org.episteme.natural.biology.genealogy.GenealogyNetwork.Person
class Person extends Record implements Serializable- serialVersionUID:
- 1L
-
Record Class org.episteme.natural.biology.genealogy.GenealogyNetwork.Relation
class Relation extends Record implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.natural.biology.genealogy.LineageGraph
class LineageGraph extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
adjacencyList
Map<Individual, List<Individual>> adjacencyList
Adjacency list representing transitions between individuals.
-
-
-
Package org.episteme.natural.biology.genome
-
Record Class org.episteme.natural.biology.genome.GenomeProvider.Target
class Target extends Record implements Serializable
-
-
Package org.episteme.natural.biology.loaders.biopax
-
Exception Class org.episteme.natural.biology.loaders.biopax.BioPAXException
class BioPAXException extends Exception implements Serializable
-
-
Package org.episteme.natural.biology.loaders.neuroml
-
Exception Class org.episteme.natural.biology.loaders.neuroml.NeuroMLException
class NeuroMLException extends Exception implements Serializable
-
-
Package org.episteme.natural.biology.loaders.pdbml
-
Exception Class org.episteme.natural.biology.loaders.pdbml.PDBMLException
class PDBMLException extends Exception implements Serializable
-
-
Package org.episteme.natural.biology.loaders.phyloxml
-
Exception Class org.episteme.natural.biology.loaders.phyloxml.PhyloXMLException
class PhyloXMLException extends Exception implements Serializable
-
-
Package org.episteme.natural.biology.loaders.sbml
-
Exception Class org.episteme.natural.biology.loaders.sbml.SBMLException
class SBMLException extends Exception implements Serializable
-
-
Package org.episteme.natural.biology.neuroscience
-
Class org.episteme.natural.biology.neuroscience.NeuralNetwork
class NeuralNetwork extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.natural.biology.neuroscience.Neuron
class Neuron extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
Identification id
-
morphology
NeuronMorphology morphology
-
traits
Map<String,
Object> traits
-
-
Class org.episteme.natural.biology.neuroscience.Synapse
class Synapse extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
delay
double delay
-
id
Identification id
-
postSynaptic
SpikingNeuron postSynaptic
-
synapseType
String synapseType
-
traits
Map<String,
Object> traits -
weight
double weight
-
-
-
Package org.episteme.natural.biology.taxonomy
-
Class org.episteme.natural.biology.taxonomy.ConservationStatus
class ConservationStatus extends ExtensibleEnum implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
builtIn
boolean builtIn
-
code
String code
-
-
Class org.episteme.natural.biology.taxonomy.Species
class Species extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
ancestor
Species ancestor
-
conservationStatus
ConservationStatus conservationStatus
-
family
String family
-
genus
String genus
-
id
Identification id
-
kingdom
String kingdom
-
order
String order
-
organs
Set<Organ> organs
-
phylum
String phylum
-
specificEpithet
String specificEpithet
-
taxonomicClass
String taxonomicClass
-
tissues
Set<Tissue> tissues
-
traits
Map<String,
Object> traits
-
-
-
Package org.episteme.natural.chemistry
-
Class org.episteme.natural.chemistry.Atom
class Atom extends Particle implements Serializable-
Serialized Fields
-
element
Element element
-
force
Vector<Real> force
-
formalCharge
Quantity<ElectricCharge> formalCharge
-
id
Identification id
-
isotope
Isotope isotope
-
traits
Map<String,
Object> traits
-
-
-
Class org.episteme.natural.chemistry.Bond
class Bond extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.natural.chemistry.BondType
class BondType extends ExtensibleEnum implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
bondOrder
double bondOrder
-
builtIn
boolean builtIn
-
-
Class org.episteme.natural.chemistry.ChemicalReaction
class ChemicalReaction extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
activationEnergy
Quantity<Energy> activationEnergy
-
enthalpy
Quantity<Energy> enthalpy
-
equation
String equation
-
gibbsFreeEnergy
Quantity<Energy> gibbsFreeEnergy
-
id
Identification id
-
preExponentialFactor
Quantity<Frequency> preExponentialFactor
-
products
Map<String,
Integer> products -
reactants
Map<String,
Integer> reactants -
traits
Map<String,
Object> traits
-
-
Class org.episteme.natural.chemistry.Compound
class Compound extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.natural.chemistry.Element
class Element extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
atomicMass
Quantity<Mass> atomicMass
-
atomicNumber
int atomicNumber
-
atomicRadius
Quantity<Length> atomicRadius
-
boilingPoint
Quantity<Temperature> boilingPoint
-
category
ElementCategory category
-
covalentRadius
Quantity<Length> covalentRadius
-
density
Quantity<MassDensity> density
-
electronAffinity
Quantity<Energy> electronAffinity
-
electronConfiguration
String electronConfiguration
-
electronegativity
Real electronegativity
-
group
int group
-
id
Identification id
-
ionizationEnergy
Quantity<Energy> ionizationEnergy
-
massNumber
int massNumber
-
meltingPoint
Quantity<Temperature> meltingPoint
-
oxidationStates
String oxidationStates
-
period
int period
-
specificHeat
Quantity<SpecificHeatCapacity> specificHeat
-
standardState
String standardState
-
thermalConductivity
Quantity<ThermalConductivity> thermalConductivity
-
traits
Map<String,
Object> traits -
yearDiscovered
int yearDiscovered
-
-
Class org.episteme.natural.chemistry.ElementCategory
class ElementCategory extends ExtensibleEnum implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.natural.chemistry.Isotope
class Isotope extends Object implements Serializable- serialVersionUID:
- 2L
-
Class org.episteme.natural.chemistry.Molecule
class Molecule extends Object implements Serializable- serialVersionUID:
- 2L
-
-
Package org.episteme.natural.chemistry.biochemistry
-
Class org.episteme.natural.chemistry.biochemistry.AminoAcid
class AminoAcid extends Molecule implements Serializable- serialVersionUID:
- 2L
-
-
Package org.episteme.natural.chemistry.elements
-
Class org.episteme.natural.chemistry.elements.AlkaliEarthMetal
class AlkaliEarthMetal extends Metal implements Serializable -
Class org.episteme.natural.chemistry.elements.AlkaliMetal
class AlkaliMetal extends Metal implements Serializable -
Class org.episteme.natural.chemistry.elements.Halogen
class Halogen extends Element implements Serializable -
Class org.episteme.natural.chemistry.elements.Metal
class Metal extends Element implements Serializable -
Class org.episteme.natural.chemistry.elements.NobleGas
class NobleGas extends Element implements Serializable -
Class org.episteme.natural.chemistry.elements.NonMetal
class NonMetal extends Element implements Serializable -
Class org.episteme.natural.chemistry.elements.RareEarthMetal
class RareEarthMetal extends Metal implements Serializable -
Class org.episteme.natural.chemistry.elements.TransitionMetal
class TransitionMetal extends Metal implements Serializable
-
-
Package org.episteme.natural.chemistry.loaders.animl
-
Exception Class org.episteme.natural.chemistry.loaders.animl.AnIMLException
class AnIMLException extends Exception implements Serializable
-
-
Package org.episteme.natural.chemistry.loaders.cml
-
Exception Class org.episteme.natural.chemistry.loaders.cml.CMLException
class CMLException extends Exception implements Serializable
-
-
Package org.episteme.natural.chemistry.loaders.cml.util
-
Class org.episteme.natural.chemistry.loaders.cml.util.CyclicVector
-
Class org.episteme.natural.chemistry.loaders.cml.util.ValueBox
class ValueBox extends JPanel implements Serializable
-
-
Package org.episteme.natural.chemistry.spectroscopy
-
Class org.episteme.natural.chemistry.spectroscopy.SpectralPeak
class SpectralPeak extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
Identification id
-
intensity
double intensity
-
position
double position
-
traits
Map<String,
Object> traits
-
-
Class org.episteme.natural.chemistry.spectroscopy.Spectrum
class Spectrum extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
Identification id
-
peaks
List<SpectralPeak> peaks
-
traits
Map<String,
Object> traits -
xData
double[] xData
-
xLabel
String xLabel
-
xUnit
String xUnit
-
yData
double[] yData
-
yLabel
String yLabel
-
yUnit
String yUnit
-
-
-
Package org.episteme.natural.computing.ai.agents.acl
-
Class org.episteme.natural.computing.ai.agents.acl.ACLMessage
class ACLMessage extends Object implements Serializable-
Serialized Fields
-
-
-
Package org.episteme.natural.computing.compiler
-
Exception Class org.episteme.natural.computing.compiler.Lexer.LexerException
class LexerException extends Exception implements Serializable -
Exception Class org.episteme.natural.computing.compiler.Parser.ParseException
class ParseException extends Exception implements Serializable-
Serialized Fields
-
column
int column
-
line
int line
-
-
-
-
Package org.episteme.natural.computing.loaders.pmml
-
Exception Class org.episteme.natural.computing.loaders.pmml.PMMLException
class PMMLException extends Exception implements Serializable
-
-
Package org.episteme.natural.computing.ml
-
Class org.episteme.natural.computing.ml.ClusteringModel
class ClusteringModel extends Model implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
clusters
List<ClusteringModel.Cluster> clusters
-
-
Class org.episteme.natural.computing.ml.ClusteringModel.Cluster
class Cluster extends Object implements Serializable -
Class org.episteme.natural.computing.ml.DataField
class DataField extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.natural.computing.ml.MiningField
class MiningField extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.natural.computing.ml.Model
class Model extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.natural.computing.ml.NeuralNetworkModel
class NeuralNetworkModel extends Model implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.natural.computing.ml.RegressionModel
class RegressionModel extends Model implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.natural.computing.ml.TreeModel
class TreeModel extends Model implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
rootNode
TreeModel.Node rootNode
-
-
Class org.episteme.natural.computing.ml.TreeModel.Node
class Node extends Object implements Serializable
-
-
Package org.episteme.natural.device.actuators
-
Package org.episteme.natural.device.instruments
-
Package org.episteme.natural.device.sensors
-
Package org.episteme.natural.device.sim
-
Class org.episteme.natural.device.sim.SimulatedCentrifuge
class SimulatedCentrifuge extends AbstractSimulatedActuator<Quantity<Frequency>> implements Serializable-
Serialized Fields
-
currentRPM
Quantity<Frequency> currentRPM
-
maxRCF
Quantity<Dimensionless> maxRCF
-
maxRPM
Quantity<Frequency> maxRPM
-
rotorType
Centrifuge.RotorType rotorType
-
running
boolean running
-
-
-
Class org.episteme.natural.device.sim.SimulatedHumidityProbe
-
Serialized Fields
-
random
Random random
-
-
-
Class org.episteme.natural.device.sim.SimulatedMicroscope
-
Serialized Fields
-
currentMagnification
Quantity<Dimensionless> currentMagnification
-
maxMagnification
Quantity<Dimensionless> maxMagnification
-
opticalResolution
Quantity<Length> opticalResolution
-
type
Microscope.Type type
-
-
-
Class org.episteme.natural.device.sim.SimulatedMultimeter
-
Serialized Fields
-
function
Multimeter.Function function
-
-
-
Class org.episteme.natural.device.sim.SimulatedOscilloscope
class SimulatedOscilloscope extends AbstractSimulatedSensor<ElectricPotential> implements Serializable-
Serialized Fields
-
channels
int channels
-
sampleRate
Quantity<Frequency> sampleRate
-
timeBase
Quantity<Time> timeBase
-
triggerLevel
Quantity<ElectricPotential> triggerLevel
-
triggerMode
Oscilloscope.TriggerMode triggerMode
-
-
-
Class org.episteme.natural.device.sim.SimulatedPHMeter
-
Serialized Fields
-
random
Random random
-
-
-
Class org.episteme.natural.device.sim.SimulatedPressureGauge
-
Class org.episteme.natural.device.sim.SimulatedSeismograph
-
Serialized Fields
-
random
Random random
-
-
-
Class org.episteme.natural.device.sim.SimulatedSpectrometer
-
Class org.episteme.natural.device.sim.SimulatedTelescope
class SimulatedTelescope extends AbstractSimulatedDevice implements Serializable -
Class org.episteme.natural.device.sim.SimulatedTemperatureProbe
class SimulatedTemperatureProbe extends AbstractSimulatedSensor<Temperature> implements Serializable-
Serialized Fields
-
maxTemp
Quantity<Temperature> maxTemp
-
minTemp
Quantity<Temperature> minTemp
-
random
Random random
-
type
TemperatureProbe.ProbeType type
-
-
-
Class org.episteme.natural.device.sim.SimulatedVitalSignsMonitor
class SimulatedVitalSignsMonitor extends AbstractSimulatedDevice implements Serializable-
Serialized Fields
-
baseDiastolic
int baseDiastolic
-
baseHeartRate
int baseHeartRate
-
baseRespRate
int baseRespRate
-
baseSpO2
int baseSpO2
-
baseSystolic
int baseSystolic
-
baseTemp
double baseTemp
-
bufferIndex
int bufferIndex
-
ecgBuffer
double[] ecgBuffer
-
plethBuffer
double[] plethBuffer
-
random
Random random
-
sampleRate
double sampleRate
-
time
double time
-
waveformSize
int waveformSize
-
-
-
Class org.episteme.natural.device.sim.SimulatedWeatherStation
class SimulatedWeatherStation extends AbstractSimulatedDevice implements Serializable-
Serialized Fields
-
humidityProbe
HumidityProbe humidityProbe
-
pressureGauge
PressureGauge pressureGauge
-
temperatureProbe
TemperatureProbe temperatureProbe
-
-
-
-
Package org.episteme.natural.device.transducers
-
Package org.episteme.natural.earth
-
Class org.episteme.natural.earth.Place
class Place extends Object implements Serializable- serialVersionUID:
- 6L
-
Serialized Fields
-
boundaries
List<Boundary<EarthCoordinate>> boundaries
-
center
GeodeticCoordinate center
-
existenceTime
Temporal<?> existenceTime
-
historicalName
String historicalName
-
id
Identification id
-
inhabitants
Set<Individual> inhabitants
-
precision
PlacePrecision precision
-
region
String region
-
traits
Map<String,
Object> traits -
type
PlaceType type
-
uncertaintyRadius
Quantity<Length> uncertaintyRadius
-
-
Class org.episteme.natural.earth.PlacePrecision
class PlacePrecision extends ExtensibleEnum implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.natural.earth.PlaceType
class PlaceType extends ExtensibleEnum implements Serializable- serialVersionUID:
- 2L
-
Class org.episteme.natural.earth.RockType
class RockType extends ExtensibleEnum implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
-
Package org.episteme.natural.earth.coordinates
-
Class org.episteme.natural.earth.coordinates.AERCoordinate
class AERCoordinate extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
azimuth
double azimuth
-
elevation
double elevation
-
observer
GeodeticCoordinate observer
-
slantRange
double slantRange
-
-
Class org.episteme.natural.earth.coordinates.AlbersEqualAreaCoordinate
class AlbersEqualAreaCoordinate extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
easting
Real easting
-
ellipsoid
ReferenceEllipsoid ellipsoid
-
northing
Real northing
-
parameters
AlbersEqualAreaCoordinate.AlbersParameters parameters
-
-
Class org.episteme.natural.earth.coordinates.BonneCoordinate
class BonneCoordinate extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
easting
Real easting
-
ellipsoid
ReferenceEllipsoid ellipsoid
-
northing
Real northing
-
parameters
BonneCoordinate.BonneParameters parameters
-
-
Class org.episteme.natural.earth.coordinates.CassiniSoldnerCoordinate
class CassiniSoldnerCoordinate extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
easting
Real easting
-
ellipsoid
ReferenceEllipsoid ellipsoid
-
northing
Real northing
-
parameters
CassiniSoldnerCoordinate.CassiniParameters parameters
-
-
Class org.episteme.natural.earth.coordinates.ECEFCoordinate
class ECEFCoordinate extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ellipsoid
ReferenceEllipsoid ellipsoid
-
x
Real x
-
y
Real y
-
z
Real z
-
-
Class org.episteme.natural.earth.coordinates.ENUCoordinate
class ENUCoordinate extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
east
Real east
-
north
Real north
-
referencePoint
GeodeticCoordinate referencePoint
-
up
Real up
-
-
Class org.episteme.natural.earth.coordinates.LambertAzimuthalEqualAreaCoordinate
class LambertAzimuthalEqualAreaCoordinate extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
easting
Real easting
-
ellipsoid
ReferenceEllipsoid ellipsoid
-
northing
Real northing
-
parameters
LambertAzimuthalEqualAreaCoordinate.LAEAParameters parameters
-
-
Class org.episteme.natural.earth.coordinates.LambertConformalConicCoordinate
class LambertConformalConicCoordinate extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
easting
Real easting
-
northing
Real northing
-
params
LambertConformalConicCoordinate.LCCParams params
-
-
Class org.episteme.natural.earth.coordinates.LambertConformalConicCoordinate.LCCParams
class LCCParams extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ellipsoid
ReferenceEllipsoid ellipsoid
-
falseEasting
double falseEasting
-
falseNorthing
double falseNorthing
-
lat0
double lat0
-
lat1
double lat1
-
lat2
double lat2
-
lon0
double lon0
-
-
Class org.episteme.natural.earth.coordinates.MercatorCoordinate
class MercatorCoordinate extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.natural.earth.coordinates.MGRSCoordinate
class MGRSCoordinate extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.natural.earth.coordinates.PolyconicCoordinate
class PolyconicCoordinate extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
easting
Real easting
-
ellipsoid
ReferenceEllipsoid ellipsoid
-
northing
Real northing
-
parameters
PolyconicCoordinate.PolyconicParameters parameters
-
-
Class org.episteme.natural.earth.coordinates.UPSCoordinate
class UPSCoordinate extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
easting
Real easting
-
ellipsoid
ReferenceEllipsoid ellipsoid
-
hemisphere
char hemisphere
-
northing
Real northing
-
-
Class org.episteme.natural.earth.coordinates.UTMCoordinate
class UTMCoordinate extends Object implements Serializable- serialVersionUID:
- 3L
-
Serialized Fields
-
easting
Quantity<Length> easting
-
ellipsoid
ReferenceEllipsoid ellipsoid
-
northing
Quantity<Length> northing
-
zoneLetter
char zoneLetter
-
zoneNumber
int zoneNumber
-
-
-
Package org.episteme.natural.earth.geophysics
-
Class org.episteme.natural.earth.geophysics.Atmosphere
class Atmosphere extends Object implements Serializable -
Class org.episteme.natural.earth.geophysics.EarthAtmosphere
class EarthAtmosphere extends Atmosphere implements Serializable -
Class org.episteme.natural.earth.geophysics.MarsAtmosphere
class MarsAtmosphere extends Atmosphere implements Serializable
-
-
Package org.episteme.natural.economics.growth
-
Record Class org.episteme.natural.economics.growth.EconomyParameters
class EconomyParameters extends Record implements Serializable-
Serialized Fields
-
capitalShare
double capitalShare
The field for thecapitalSharerecord component. -
depreciationRate
double depreciationRate
The field for thedepreciationRaterecord component. -
popGrowthRate
double popGrowthRate
The field for thepopGrowthRaterecord component. -
savingsRate
double savingsRate
The field for thesavingsRaterecord component. -
techGrowthRate
double techGrowthRate
The field for thetechGrowthRaterecord component. -
volatility
double volatility
The field for thevolatilityrecord component.
-
-
-
-
Package org.episteme.natural.engineering
-
Class org.episteme.natural.engineering.TransformationType
class TransformationType extends ExtensibleEnum implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
-
Package org.episteme.natural.engineering.fluids
-
Class org.episteme.natural.engineering.fluids.FlowRegime
class FlowRegime extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
-
Package org.episteme.natural.medicine
-
Class org.episteme.natural.medicine.AnatomicalDirection
class AnatomicalDirection extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.natural.medicine.AnatomicalMovement
class AnatomicalMovement extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.natural.medicine.AnatomicalPlane
class AnatomicalPlane extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
builtIn
boolean builtIn
-
description
String description
-
-
Class org.episteme.natural.medicine.AtcMainGroup
class AtcMainGroup extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
builtIn
boolean builtIn
-
description
String description
-
-
Class org.episteme.natural.medicine.Diagnostic
class Diagnostic extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.natural.medicine.Disease
class Disease extends Pathology implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
icdCode
String icdCode
-
microorganismId
String microorganismId
-
origin
Disease.Origin origin
-
targets
Set<Species> targets
-
transmission
Disease.Transmission transmission
-
vectors
Set<Species> vectors
-
-
Class org.episteme.natural.medicine.Impairment
class Impairment extends Pathology implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
kind
Impairment.Kind kind
-
-
Class org.episteme.natural.medicine.Medication
class Medication extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
activeIngredients
List<String> activeIngredients
-
atcCode
String atcCode
-
brandName
String brandName
-
contraindications
List<String> contraindications
-
dosageAmount
Quantity<?> dosageAmount
-
dosageText
String dosageText
-
form
Medication.Form form
-
frequency
String frequency
-
genericName
String genericName
-
id
Identification id
-
pathology
Pathology pathology
-
prescriptionRequired
boolean prescriptionRequired
-
route
Medication.Route route
-
sideEffects
List<String> sideEffects
-
traits
Map<String,
Object> traits
-
-
Class org.episteme.natural.medicine.MedicationForm
class MedicationForm extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.natural.medicine.MedicationRoute
class MedicationRoute extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.natural.medicine.OrganSystem
class OrganSystem extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.natural.medicine.Pathology
class Pathology extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
id
Identification id
-
medications
Set<Medication> medications
-
traits
Map<String,
Object> traits
-
-
Class org.episteme.natural.medicine.SchmidtPainIndex
class SchmidtPainIndex extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.natural.medicine.Treatment
class Treatment extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
id
Identification id
-
traits
Map<String,
Object> traits
-
-
-
Package org.episteme.natural.methodology.experiment
-
Class org.episteme.natural.methodology.experiment.Subject
class Subject extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
Identification id
-
individual
Individual individual
-
name
String name
-
startTime
Instant startTime
-
state
Subject.State state
-
tasks
List<Task> tasks
-
valuedVariables
Set<ValuedVariable> valuedVariables
-
-
Class org.episteme.natural.methodology.experiment.Task
class Task extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.natural.methodology.experiment.Trial
class Trial extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
Identification id
-
task
Task task
-
variables
List<Variable> variables
-
-
Class org.episteme.natural.methodology.experiment.TrialExperiment
class TrialExperiment extends ScientificExperiment<Void, Set<ValuedVariable>> implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.natural.methodology.experiment.ValuedVariable
class ValuedVariable extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.natural.methodology.experiment.Variable
class Variable extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
id
Identification id
-
name
String name
-
unit
String unit
-
-
-
Package org.episteme.natural.physics.classical.mechanics
-
Class org.episteme.natural.physics.classical.mechanics.MolecularDynamicsVerlet
class MolecularDynamicsVerlet extends Object implements Serializable
-
-
Package org.episteme.natural.physics.loaders.thermoml
-
Exception Class org.episteme.natural.physics.loaders.thermoml.ThermoMLException
class ThermoMLException extends Exception implements Serializable -
Class org.episteme.natural.physics.loaders.thermoml.ThermoMLPropertyValue
class ThermoMLPropertyValue extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.episteme.natural.politics
-
Record Class org.episteme.natural.politics.GeopoliticalParameters
class GeopoliticalParameters extends Record implements Serializable-
Serialized Fields
-
conflictProbability
double conflictProbability
The field for theconflictProbabilityrecord component. -
militaryCostFactor
double militaryCostFactor
The field for themilitaryCostFactorrecord component. -
recoveryRate
double recoveryRate
The field for therecoveryRaterecord component. -
stabilityDecay
double stabilityDecay
The field for thestabilityDecayrecord component.
-
-
-
-
Package org.episteme.server.server.model
-
Class org.episteme.server.server.model.ConfigProperty
class ConfigProperty extends Object implements Serializable-
Serialized Fields
-
description
String description
-
propertyKey
String propertyKey
-
updatedAt
LocalDateTime updatedAt
-
value
String value
-
-
-
Class org.episteme.server.server.model.Job
class Job extends Object implements Serializable-
Serialized Fields
-
completedAt
LocalDateTime completedAt
-
jobId
String jobId
-
priority
int priority
-
status
String status
-
submittedAt
LocalDateTime submittedAt
-
submittedBy
String submittedBy
-
-
-
Class org.episteme.server.server.model.User
class User extends Object implements Serializable -
Class org.episteme.server.server.model.WorkerEntity
class WorkerEntity extends Object implements Serializable-
Serialized Fields
-
activeTasks
int activeTasks
-
alive
boolean alive
-
cores
int cores
-
hostname
String hostname
-
lastHeartbeat
LocalDateTime lastHeartbeat
-
load
double load
-
workerId
String workerId
-
-
-
-
Package org.episteme.server.server.proto
-
Class org.episteme.server.server.proto.AuthResponse
class AuthResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Class org.episteme.server.server.proto.CholeskyResponse
class CholeskyResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
l_
MatrixData l_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.episteme.server.server.proto.CommandResponse
class CommandResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Class org.episteme.server.server.proto.CreateSessionRequest
class CreateSessionRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
ownerId_
Object ownerId_
-
-
Class org.episteme.server.server.proto.DeviceCommand
class DeviceCommand extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Class org.episteme.server.server.proto.DeviceConnectionStatus
class DeviceConnectionStatus extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Class org.episteme.server.server.proto.DeviceData
class DeviceData extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Class org.episteme.server.server.proto.DeviceIdentifier
class DeviceIdentifier extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
deviceId_
Object deviceId_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.episteme.server.server.proto.DeviceInfo
class DeviceInfo extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Class org.episteme.server.server.proto.DeviceList
class DeviceList extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
devices_
List<DeviceInfo> devices_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.episteme.server.server.proto.EigenResponse
class EigenResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
d_
VectorData d_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
v_
MatrixData v_
-
-
Class org.episteme.server.server.proto.Empty
class Empty extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.episteme.server.server.proto.GenomeChunk
class GenomeChunk extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
sequence_
Object sequence_
-
startBase_
long startBase_
-
-
Class org.episteme.server.server.proto.GenomeRegionRequest
class GenomeRegionRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
chromosome_
Object chromosome_
-
endBase_
long endBase_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
startBase_
long startBase_
-
-
Class org.episteme.server.server.proto.GMRESRequest
class GMRESRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
b_
VectorData b_
-
bitField0_
int bitField0_
-
context_
NumericalContext context_
-
matrix_
MatrixData matrix_
-
maxIterations_
int maxIterations_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
restart_
int restart_
-
tolerance_
ScalarResponse tolerance_
-
x0_
VectorData x0_
-
-
Class org.episteme.server.server.proto.IterativeSolverRequest
class IterativeSolverRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
b_
VectorData b_
-
bitField0_
int bitField0_
-
context_
NumericalContext context_
-
matrix_
MatrixData matrix_
-
maxIterations_
int maxIterations_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
tolerance_
ScalarResponse tolerance_
-
x0_
VectorData x0_
-
-
Class org.episteme.server.server.proto.LoginRequest
class LoginRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Class org.episteme.server.server.proto.LUResponse
class LUResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
l_
MatrixData l_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
p_
VectorData p_
-
u_
MatrixData u_
-
-
Class org.episteme.server.server.proto.MatrixData
class MatrixData extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
cols_
int cols_
-
data_
com.google.protobuf.ByteString data_
-
hpData_
com.google.protobuf.LazyStringArrayList hpData_
-
isComplex_
boolean isComplex_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
rows_
int rows_
-
-
Class org.episteme.server.server.proto.MatrixRequest
class MatrixRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
context_
NumericalContext context_
-
matrixA_
MatrixData matrixA_
-
matrixB_
MatrixData matrixB_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.episteme.server.server.proto.MatrixResponse
class MatrixResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
result_
MatrixData result_
-
-
Class org.episteme.server.server.proto.MatrixVectorRequest
class MatrixVectorRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
context_
NumericalContext context_
-
matrix_
MatrixData matrix_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
vector_
VectorData vector_
-
-
Class org.episteme.server.server.proto.PublishAck
class PublishAck extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
success_
boolean success_
-
-
Class org.episteme.server.server.proto.QRResponse
class QRResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
q_
MatrixData q_
-
r_
MatrixData r_
-
-
Class org.episteme.server.server.proto.RegisterRequest
class RegisterRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Class org.episteme.server.server.proto.ScalarResponse
class ScalarResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
hpValue_
Object hpValue_
-
imaginary_
double imaginary_
-
isComplex_
boolean isComplex_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
value_
double value_
-
-
Class org.episteme.server.server.proto.ScaleRequest
class ScaleRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
context_
NumericalContext context_
-
hpScalar_
Object hpScalar_
-
imaginary_
double imaginary_
-
isComplex_
boolean isComplex_
-
matrix_
MatrixData matrix_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
scalar_
double scalar_
-
-
Class org.episteme.server.server.proto.ServerStatus
class ServerStatus extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
activeWorkers_
int activeWorkers_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
queuedTasks_
int queuedTasks_
-
systemLoad_
double systemLoad_
-
totalTasksCompleted_
int totalTasksCompleted_
-
-
Class org.episteme.server.server.proto.SessionEvent
class SessionEvent extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Class org.episteme.server.server.proto.SessionRequest
class SessionRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Class org.episteme.server.server.proto.SessionResponse
class SessionResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
sessionId_
Object sessionId_
-
-
Class org.episteme.server.server.proto.SingleMatrixRequest
class SingleMatrixRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
context_
NumericalContext context_
-
matrix_
MatrixData matrix_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.episteme.server.server.proto.SingleVectorRequest
class SingleVectorRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
context_
NumericalContext context_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
vector_
VectorData vector_
-
-
Class org.episteme.server.server.proto.SkyRegionRequest
class SkyRegionRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
maxDec_
double maxDec_
-
maxRa_
double maxRa_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
minDec_
double minDec_
-
minRa_
double minRa_
-
-
Class org.episteme.server.server.proto.StarObject
class StarObject extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Class org.episteme.server.server.proto.SVDResponse
class SVDResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
s_
VectorData s_
-
u_
MatrixData u_
-
v_
MatrixData v_
-
-
Class org.episteme.server.server.proto.TaskIdentifier
class TaskIdentifier extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
taskId_
Object taskId_
-
-
Class org.episteme.server.server.proto.TaskRequest
class TaskRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
context_
NumericalContext context_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
priority_
int priority_
-
serializedTask_
com.google.protobuf.ByteString serializedTask_
-
taskId_
Object taskId_
-
taskType_
Object taskType_
-
timestamp_
long timestamp_
-
-
Class org.episteme.server.server.proto.TaskResponse
class TaskResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Class org.episteme.server.server.proto.TaskResult
class TaskResult extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Class org.episteme.server.server.proto.TokenRequest
class TokenRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
token_
Object token_
-
-
Class org.episteme.server.server.proto.TriangularSolveRequest
class TriangularSolveRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
conjugate_
boolean conjugate_
-
context_
NumericalContext context_
-
lower_
boolean lower_
-
matrix_
MatrixData matrix_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
transpose_
boolean transpose_
-
unit_
boolean unit_
-
vector_
VectorData vector_
-
-
Class org.episteme.server.server.proto.ValidationResponse
class ValidationResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Class org.episteme.server.server.proto.VectorData
class VectorData extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
data_
com.google.protobuf.ByteString data_
-
hpData_
com.google.protobuf.LazyStringArrayList hpData_
-
isComplex_
boolean isComplex_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
size_
int size_
-
-
Class org.episteme.server.server.proto.VectorRequest
class VectorRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
context_
NumericalContext context_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
vectorA_
VectorData vectorA_
-
vectorB_
VectorData vectorB_
-
-
Class org.episteme.server.server.proto.VectorResponse
class VectorResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
result_
VectorData result_
-
-
Class org.episteme.server.server.proto.VectorScaleRequest
class VectorScaleRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
context_
NumericalContext context_
-
hpScalar_
Object hpScalar_
-
imaginary_
double imaginary_
-
isComplex_
boolean isComplex_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
scalar_
double scalar_
-
vector_
VectorData vector_
-
-
Class org.episteme.server.server.proto.WorkerIdentifier
class WorkerIdentifier extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
workerId_
Object workerId_
-
-
Class org.episteme.server.server.proto.WorkerRegistration
class WorkerRegistration extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
cores_
int cores_
-
hostname_
Object hostname_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
memory_
long memory_
-
-
Class org.episteme.server.server.proto.WorkerRegistrationResponse
class WorkerRegistrationResponse extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
authorized_
boolean authorized_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
workerId_
Object workerId_
-
-
-
Package org.episteme.server.server.proto.common
-
Class org.episteme.server.server.proto.common.NumericalContext
class NumericalContext extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
backendId_
Object backendId_
-
floatPrecision_
int floatPrecision_
-
intPrecision_
int intPrecision_
-
mathContextPrecision_
int mathContextPrecision_
-
mathContextRoundingMode_
int mathContextRoundingMode_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
realPrecision_
int realPrecision_
-
-
-
Package org.episteme.server.server.resilience
-
Class org.episteme.server.server.resilience.CheckpointManager.TaskCheckpoint
class TaskCheckpoint extends Object implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.episteme.server.server.resilience.CircuitBreaker.CircuitBreakerOpenException
class CircuitBreakerOpenException extends RuntimeException implements Serializable
-
-
Package org.episteme.server.server.tasks.biology.genome
-
Class org.episteme.server.server.tasks.biology.genome.CrisprTask
class CrisprTask extends Object implements Serializable
-
-
Package org.episteme.server.server.tasks.biology.structure
-
Class org.episteme.server.server.tasks.biology.structure.DnaFoldingTask
class DnaFoldingTask extends Object implements Serializable-
Serialized Fields
-
currentEnergy
double currentEnergy
-
mode
TaskRegistry.PrecisionMode mode
-
numBases
int numBases
-
seed
long seed
-
sequence
String sequence
-
state
TaskState<Real[][]> state
-
steps
int steps
-
temperature
double temperature
-
-
-
Class org.episteme.server.server.tasks.biology.structure.DnaFoldingTask.Point3D
class Point3D extends Object implements Serializable-
Serialized Fields
-
x
double x
-
y
double y
-
z
double z
-
-
-
Class org.episteme.server.server.tasks.biology.structure.ProteinFoldingTask
class ProteinFoldingTask extends Object implements Serializable-
Serialized Fields
-
currentEnergy
double currentEnergy
-
isHydrophobic
boolean[] isHydrophobic
-
iterations
int iterations
-
mode
TaskRegistry.PrecisionMode mode
-
seed
long seed
-
sequence
List<ProteinFoldingTask.ResidueType> sequence
-
state
TaskState<int[][]> state
-
temperature
double temperature
-
-
-
Class org.episteme.server.server.tasks.biology.structure.ProteinFoldingTask.Monomer
class Monomer extends Object implements Serializable-
Serialized Fields
-
type
ProteinFoldingTask.ResidueType type
-
x
int x
-
y
int y
-
z
int z
-
-
-
-
Package org.episteme.server.server.tasks.chemistry
-
Class org.episteme.server.server.tasks.chemistry.MolecularDynamicsTask
class MolecularDynamicsTask extends Object implements Serializable-
Serialized Fields
-
boxSize
double boxSize
-
mode
TaskRegistry.PrecisionMode mode
-
numAtoms
int numAtoms
-
state
TaskState<MolecularDynamicsTask.AtomState[]> state
-
steps
int steps
-
timeStep
double timeStep
-
totalEnergy
double totalEnergy
-
-
-
Class org.episteme.server.server.tasks.chemistry.MolecularDynamicsTask.AtomState
class AtomState extends Object implements Serializable-
Serialized Fields
-
mass
double mass
-
vx
double vx
-
vy
double vy
-
vz
double vz
-
x
double x
-
y
double y
-
z
double z
-
-
-
-
Package org.episteme.server.server.tasks.earth.climate
-
Class org.episteme.server.server.tasks.earth.climate.ClimateModelTask
class ClimateModelTask extends Object implements Serializable-
Serialized Fields
-
latitudeBins
int latitudeBins
-
longitudeBins
int longitudeBins
-
mode
TaskRegistry.PrecisionMode mode
-
temperature
double[][] temperature
-
temperatureReal
Real[][] temperatureReal
-
-
-
Class org.episteme.server.server.tasks.earth.climate.GeneralCirculationModelTask
class GeneralCirculationModelTask extends Object implements Serializable-
Serialized Fields
-
latBins
int latBins
-
longBins
int longBins
-
mode
TaskRegistry.PrecisionMode mode
-
state
TaskState<Real[]> state
-
-
-
-
Package org.episteme.server.server.tasks.economics
-
Class org.episteme.server.server.tasks.economics.DistributedEconomyTask
class DistributedEconomyTask extends Object implements Serializable-
Serialized Fields
-
dt
double dt
-
economyName
String economyName
-
mode
TaskRegistry.PrecisionMode mode
-
params
EconomyParameters params
-
seed
long seed
-
state
TaskState<Real> state
-
-
-
-
Package org.episteme.server.server.tasks.mathematics.mandelbrot
-
Class org.episteme.server.server.tasks.mathematics.mandelbrot.MandelbrotTask
class MandelbrotTask extends Object implements Serializable-
Serialized Fields
-
height
int height
-
maxIterations
int maxIterations
-
mode
TaskRegistry.PrecisionMode mode
-
result
int[][] result
-
width
int width
-
xMax
double xMax
-
xMin
double xMin
-
yMax
double yMax
-
yMin
double yMin
-
-
-
-
Package org.episteme.server.server.tasks.mathematics.montecarlo
-
Class org.episteme.server.server.tasks.mathematics.montecarlo.MonteCarloPiTask
class MonteCarloPiTask extends Object implements Serializable-
Serialized Fields
-
mode
TaskRegistry.PrecisionMode mode
-
numSamples
long numSamples
-
-
-
-
Package org.episteme.server.server.tasks.physics.fluid
-
Class org.episteme.server.server.tasks.physics.fluid.FluidSimTask
class FluidSimTask extends Object implements Serializable -
Class org.episteme.server.server.tasks.physics.fluid.LatticeBoltzmann
class LatticeBoltzmann extends Object implements Serializable-
Serialized Fields
-
f
double[][][] f
-
fFloat
float[][][] fFloat
-
fReal
Real[][][] fReal
-
mode
TaskRegistry.PrecisionMode mode
-
nx
int nx
-
ny
int ny
-
obstacle
boolean[][] obstacle
-
omega
Real omega
-
provider
LatticeBoltzmannProvider provider
-
tau
double tau
-
zero
Real zero
-
-
-
-
Package org.episteme.server.server.tasks.physics.nbody
-
Class org.episteme.server.server.tasks.physics.nbody.NBodyTask
class NBodyTask extends Object implements Serializable-
Serialized Fields
-
dt
double dt
-
G
double G
-
mode
TaskRegistry.PrecisionMode mode
-
numBodies
int numBodies
-
softening
double softening
-
state
TaskState<Real[]> state
-
-
-
Class org.episteme.server.server.tasks.physics.nbody.NBodyTask.Body
class Body extends Object implements Serializable-
Serialized Fields
-
mass
double mass
-
vx
double vx
-
vy
double vy
-
vz
double vz
-
x
double x
-
y
double y
-
z
double z
-
-
-
-
Package org.episteme.server.server.tasks.physics.wave
-
Class org.episteme.server.server.tasks.physics.wave.WaveSimTask
class WaveSimTask extends Object implements Serializable-
Serialized Fields
-
c
double c
-
damping
double damping
-
height
int height
-
mode
TaskRegistry.PrecisionMode mode
-
state
TaskState<Real[]> state
-
width
int width
-
-
-
-
Package org.episteme.server.server.tasks.politics
-
Class org.episteme.server.server.tasks.politics.GeopoliticalEngineTask
class GeopoliticalEngineTask extends Object implements Serializable-
Serialized Fields
-
mode
TaskRegistry.PrecisionMode mode
-
nations
List<GeopoliticalEngineTask.NationState> nations
-
params
GeopoliticalParameters params
-
seed
long seed
-
-
-
Class org.episteme.server.server.tasks.politics.GeopoliticalEngineTask.NationState
class NationState extends Object implements Serializable
-
-
Package org.episteme.social.architecture
-
Record Class org.episteme.social.architecture.AccessibilityChecker.AccessibilityIssue
class AccessibilityIssue extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
element
String element
The field for theelementrecord component. -
requirement
String requirement
The field for therequirementrecord component. -
severity
AccessibilityChecker.Severity severity
The field for theseverityrecord component. -
violation
String violation
The field for theviolationrecord component.
-
-
Record Class org.episteme.social.architecture.AcousticRayTracer.Ray
class Ray extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
direction
double[] direction
The field for thedirectionrecord component. -
intensity
double intensity
The field for theintensityrecord component. -
origin
double[] origin
The field for theoriginrecord component.
-
-
Record Class org.episteme.social.architecture.AcousticRayTracer.Reflection
class Reflection extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
absorptionCoeff
double absorptionCoeff
The field for theabsorptionCoeffrecord component. -
position
double[] position
The field for thepositionrecord component.
-
-
Class org.episteme.social.architecture.ArchitecturalModel
class ArchitecturalModel extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
loadPaths
List<ArchitecturalModel.VectorField> loadPaths
-
rays
List<ArchitecturalModel.Ray> rays
-
-
Record Class org.episteme.social.architecture.ArchitecturalModel.Ray
class Ray extends Record implements Serializable- serialVersionUID:
- 2L
-
Record Class org.episteme.social.architecture.ArchitecturalModel.VectorField
class VectorField extends Record implements Serializable- serialVersionUID:
- 2L
-
Class org.episteme.social.architecture.Building
class Building extends Artifact implements Serializable- serialVersionUID:
- 3L
-
Serialized Fields
-
architect
String architect
-
heightMeters
double heightMeters
-
style
Building.Style style
-
type
Building.Type type
-
-
Record Class org.episteme.social.architecture.FireEscapeAnalyzer.Compartment
class Compartment extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
area
double area
The field for thearearecord component. -
connectedExits
List<String> connectedExits
The field for theconnectedExitsrecord component. -
id
String id
The field for theidrecord component. -
occupancy
int occupancy
The field for theoccupancyrecord component. -
travelDistance
double travelDistance
The field for thetravelDistancerecord component.
-
-
Record Class org.episteme.social.architecture.FireEscapeAnalyzer.EvacuationResult
class EvacuationResult extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
bottlenecks
List<String> bottlenecks
The field for thebottlenecksrecord component. -
exitLoads
Map<String,
Integer> exitLoads The field for theexitLoadsrecord component. -
exitTimes
Map<String,
Double> exitTimes The field for theexitTimesrecord component. -
meetsCode
boolean meetsCode
The field for themeetsCoderecord component. -
totalEvacuationTime
double totalEvacuationTime
The field for thetotalEvacuationTimerecord component.
-
-
Record Class org.episteme.social.architecture.FireEscapeAnalyzer.Exit
class Exit extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
capacity
double capacity
The field for thecapacityrecord component. -
id
String id
The field for theidrecord component. -
isProtected
boolean isProtected
The field for theisProtectedrecord component. -
type
String type
The field for thetyperecord component. -
width
double width
The field for thewidthrecord component.
-
-
Record Class org.episteme.social.architecture.HistoricalConstructionMethods.ConstructionMethod
class ConstructionMethod extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
characteristics
List<String> characteristics
The field for thecharacteristicsrecord component. -
description
String description
The field for thedescriptionrecord component. -
endYear
int endYear
The field for theendYearrecord component. -
materials
List<String> materials
The field for thematerialsrecord component. -
name
String name
The field for thenamerecord component. -
region
String region
The field for theregionrecord component. -
startYear
int startYear
The field for thestartYearrecord component.
-
-
Record Class org.episteme.social.architecture.HistoricalReconstructionEngine.BuildingFeature
class BuildingFeature extends Record implements Serializable- serialVersionUID:
- 2L
-
Record Class org.episteme.social.architecture.LightingSimulator.LightSource
class LightSource extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
luminousIntensity
double luminousIntensity
The field for theluminousIntensityrecord component. -
x
double x
The field for thexrecord component. -
y
double y
The field for theyrecord component. -
z
double z
The field for thezrecord component.
-
-
Record Class org.episteme.social.architecture.SolarPathAnalyzer.InsolationResult
class InsolationResult extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
dailyTotal
double dailyTotal
The field for thedailyTotalrecord component. -
hourlyValues
double[] hourlyValues
The field for thehourlyValuesrecord component. -
peakHour
double peakHour
The field for thepeakHourrecord component. -
peakValue
double peakValue
The field for thepeakValuerecord component.
-
-
Record Class org.episteme.social.architecture.SolarPathAnalyzer.SolarPosition
class SolarPosition extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
altitude
double altitude
The field for thealtituderecord component. -
azimuth
double azimuth
The field for theazimuthrecord component. -
hourAngle
double hourAngle
The field for thehourAnglerecord component. -
julianDay
double julianDay
The field for thejulianDayrecord component.
-
-
Record Class org.episteme.social.architecture.StructuralLoadPath.AppliedLoad
class AppliedLoad extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
forceX
double forceX
The field for theforceXrecord component. -
forceY
double forceY
The field for theforceYrecord component. -
forceZ
double forceZ
The field for theforceZrecord component. -
id
String id
The field for theidrecord component. -
momentX
double momentX
The field for themomentXrecord component. -
momentY
double momentY
The field for themomentYrecord component. -
momentZ
double momentZ
The field for themomentZrecord component. -
x
double x
The field for thexrecord component. -
y
double y
The field for theyrecord component. -
z
double z
The field for thezrecord component.
-
-
Record Class org.episteme.social.architecture.StructuralLoadPath.MemberForce
class MemberForce extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
axialForce
double axialForce
The field for theaxialForcerecord component. -
bendingMomentY
double bendingMomentY
The field for thebendingMomentYrecord component. -
bendingMomentZ
double bendingMomentZ
The field for thebendingMomentZrecord component. -
member
StructuralLoadPath.StructuralMember member
The field for thememberrecord component. -
shearForceY
double shearForceY
The field for theshearForceYrecord component. -
shearForceZ
double shearForceZ
The field for theshearForceZrecord component. -
torsion
double torsion
The field for thetorsionrecord component.
-
-
Record Class org.episteme.social.architecture.StructuralLoadPath.StructuralMember
class StructuralMember extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
crossSectionArea
double crossSectionArea
The field for thecrossSectionArearecord component. -
endX
double endX
The field for theendXrecord component. -
endY
double endY
The field for theendYrecord component. -
endZ
double endZ
The field for theendZrecord component. -
id
String id
The field for theidrecord component. -
material
String material
The field for thematerialrecord component. -
momentOfInertia
double momentOfInertia
The field for themomentOfInertiarecord component. -
startX
double startX
The field for thestartXrecord component. -
startY
double startY
The field for thestartYrecord component. -
startZ
double startZ
The field for thestartZrecord component. -
type
StructuralLoadPath.MemberType type
The field for thetyperecord component.
-
-
Record Class org.episteme.social.architecture.SustainableMaterialOptimizer.MaterialData
class MaterialData extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
costPerKg
double costPerKg
The field for thecostPerKgrecord component. -
densityKgM3
double densityKgM3
The field for thedensityKgM3record component. -
embodiedCarbonKgCO2PerKg
double embodiedCarbonKgCO2PerKg
The field for theembodiedCarbonKgCO2PerKgrecord component. -
name
String name
The field for thenamerecord component. -
recycledContentRatio
double recycledContentRatio
The field for therecycledContentRatiorecord component.
-
-
Record Class org.episteme.social.architecture.ThermalSimulator.ThermalMaterial
class ThermalMaterial extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
density
double density
The field for thedensityrecord component. -
name
String name
The field for thenamerecord component. -
specificHeat
double specificHeat
The field for thespecificHeatrecord component. -
thermalConductivity
double thermalConductivity
The field for thethermalConductivityrecord component.
-
-
Record Class org.episteme.social.architecture.ThermalSimulator.WallLayer
class WallLayer extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
material
ThermalSimulator.ThermalMaterial material
The field for thematerialrecord component. -
thicknessMeters
double thicknessMeters
The field for thethicknessMetersrecord component.
-
-
Record Class org.episteme.social.architecture.UrbanEvolutionEngine.Building
class Building extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
constructionYear
int constructionYear
The field for theconstructionYearrecord component. -
demolitionYear
int demolitionYear
The field for thedemolitionYearrecord component. -
importance
double importance
The field for theimportancerecord component. -
name
String name
The field for thenamerecord component. -
style
UrbanEvolutionEngine.ArchitecturalStyle style
The field for thestylerecord component. -
type
UrbanEvolutionEngine.BuildingType type
The field for thetyperecord component.
-
-
Record Class org.episteme.social.architecture.UrbanEvolutionEngine.CityParameters
class CityParameters extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
buildingTurnover
double buildingTurnover
The field for thebuildingTurnoverrecord component. -
conservatism
double conservatism
The field for theconservatismrecord component. -
growthRate
double growthRate
The field for thegrowthRaterecord component. -
hasUniversity
boolean hasUniversity
The field for thehasUniversityrecord component. -
isBishopSeat
boolean isBishopSeat
The field for theisBishopSeatrecord component. -
isTradeHub
boolean isTradeHub
The field for theisTradeHubrecord component.
-
-
Record Class org.episteme.social.architecture.UrbanEvolutionEngine.CityState
class CityState extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
commercialActivity
double commercialActivity
The field for thecommercialActivityrecord component. -
name
String name
The field for thenamerecord component. -
notableBuildings
List<UrbanEvolutionEngine.Building> notableBuildings
The field for thenotableBuildingsrecord component. -
period
UrbanEvolutionEngine.HistoricalPeriod period
The field for theperiodrecord component. -
population
int population
The field for thepopulationrecord component. -
prosperity
double prosperity
The field for theprosperityrecord component. -
religiousInfluence
double religiousInfluence
The field for thereligiousInfluencerecord component. -
styleDistribution
Map<UrbanEvolutionEngine.ArchitecturalStyle, Double> styleDistribution
The field for thestyleDistributionrecord component. -
year
int year
The field for theyearrecord component.
-
-
-
Package org.episteme.social.architecture.lift
-
Class org.episteme.social.architecture.lift.Elevator
class Elevator extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
capacity
int capacity
-
currentFloor
int currentFloor
-
direction
Elevator.Direction direction
-
downRequests
boolean[] downRequests
-
id
String id
-
openTicks
int openTicks
-
passengers
List<Passenger> passengers
-
state
Elevator.State state
-
upRequests
boolean[] upRequests
-
-
Class org.episteme.social.architecture.lift.LiftBuilding
class LiftBuilding extends Object implements Serializable- serialVersionUID:
- 2L
-
Class org.episteme.social.architecture.lift.Passenger
class Passenger extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
currentElevator
Elevator currentElevator
-
destinationFloor
int destinationFloor
-
id
String id
-
sourceFloor
int sourceFloor
-
state
Passenger.State state
-
travelTicks
int travelTicks
-
waitTicks
int waitTicks
-
-
-
Package org.episteme.social.architecture.traffic
-
Class org.episteme.social.architecture.traffic.Road
class Road extends GeoPath implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
lanes
int lanes
-
name
String name
-
speedLimit
double speedLimit
-
-
Class org.episteme.social.architecture.traffic.TrafficSimulator
class TrafficSimulator extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
breakingDecel
Quantity<Acceleration> breakingDecel
-
cars
List<TrafficSimulator.Car> cars
-
delta
double delta
-
desiredVelocity
Quantity<Velocity> desiredVelocity
-
laneChangeThreshold
Quantity<Acceleration> laneChangeThreshold
-
maxAccel
Quantity<Acceleration> maxAccel
-
minGap
Quantity<Length> minGap
-
numLanes
int numLanes
-
politenessFactor
double politenessFactor
-
safeDecel
Quantity<Acceleration> safeDecel
-
timeGap
Quantity<Time> timeGap
-
trackLength
Quantity<Length> trackLength
-
-
Class org.episteme.social.architecture.traffic.TrafficSimulator.Car
class Car extends Object implements Serializable- serialVersionUID:
- 2L
-
Class org.episteme.social.architecture.traffic.Vehicle
class Vehicle extends Machine implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
currentRoad
Road currentRoad
-
geodeticPosition
GeodeticCoordinate geodeticPosition
-
speed
Real speed
-
-
-
Package org.episteme.social.architecture.urbanism
-
Record Class org.episteme.social.architecture.urbanism.UrbanHeatIslandModel.UrbanZone
class UrbanZone extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
anthropogenicHeatFlux
Quantity<?> anthropogenicHeatFlux
The field for theanthropogenicHeatFluxrecord component. -
name
String name
The field for thenamerecord component. -
skyViewFactor
double skyViewFactor
The field for theskyViewFactorrecord component. -
surfaceComposition
Map<UrbanHeatIslandModel.LandCover, Double> surfaceComposition
The field for thesurfaceCompositionrecord component.
-
-
-
Package org.episteme.social.arts
-
Class org.episteme.social.arts.Analysis
class Analysis extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
comments
String comments
-
date
TimeCoordinate date
-
methodName
String methodName
-
performer
String performer
-
result
String result
-
-
Record Class org.episteme.social.arts.ArtCritiqueEngine.CritiqueResult
class CritiqueResult extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
explanation
String explanation
The field for theexplanationrecord component. -
technique
String technique
The field for thetechniquerecord component. -
verdict
ArtCritiqueEngine.CritiqueVerdict verdict
The field for theverdictrecord component.
-
-
Record Class org.episteme.social.arts.ArtCritiqueEngine.TechnicalStandard
class TechnicalStandard extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
category
ArtCritiqueEngine.TechniqueCategory category
The field for thecategoryrecord component. -
description
String description
The field for thedescriptionrecord component. -
endYear
int endYear
The field for theendYearrecord component. -
name
String name
The field for thenamerecord component. -
startYear
int startYear
The field for thestartYearrecord component.
-
-
Class org.episteme.social.arts.ArtForm
class ArtForm extends ExtensibleEnum implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
builtIn
boolean builtIn
-
value
int value
-
-
Class org.episteme.social.arts.Artist
class Artist extends Worker implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
biography
String biography
-
birthDate
TimeCoordinate birthDate
-
deathDate
TimeCoordinate deathDate
-
media
Set<ArtMedium> media
-
movement
String movement
-
nationality
String nationality
-
notableWorks
List<String> notableWorks
-
-
Record Class org.episteme.social.arts.ArtMarketAnalyzer.ArtistMarketProfile
class ArtistMarketProfile extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
artistName
String artistName
The field for theartistNamerecord component. -
auctionAppearanceFrequency
Real auctionAppearanceFrequency
The field for theauctionAppearanceFrequencyrecord component. -
averagePrice
Real averagePrice
The field for theaveragePricerecord component. -
medianPrice
Real medianPrice
The field for themedianPricerecord component. -
peakYear
int peakYear
The field for thepeakYearrecord component. -
priceVolatility
Real priceVolatility
The field for thepriceVolatilityrecord component. -
totalSales
int totalSales
The field for thetotalSalesrecord component.
-
-
Record Class org.episteme.social.arts.ArtMarketAnalyzer.AuctionRecord
class AuctionRecord extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
artist
String artist
The field for theartistrecord component. -
artworkTitle
String artworkTitle
The field for theartworkTitlerecord component. -
auctionHouse
String auctionHouse
The field for theauctionHouserecord component. -
creationYear
int creationYear
The field for thecreationYearrecord component. -
currency
String currency
The field for thecurrencyrecord component. -
estimateHigh
Real estimateHigh
The field for theestimateHighrecord component. -
estimateLow
Real estimateLow
The field for theestimateLowrecord component. -
hammerPrice
Real hammerPrice
The field for thehammerPricerecord component. -
medium
String medium
The field for themediumrecord component. -
saleDate
TimeCoordinate saleDate
The field for thesaleDaterecord component.
-
-
Record Class org.episteme.social.arts.ArtMarketAnalyzer.PricePrediction
class PricePrediction extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
confidenceHigh
Real confidenceHigh
The field for theconfidenceHighrecord component. -
confidenceLow
Real confidenceLow
The field for theconfidenceLowrecord component. -
estimatedPrice
Real estimatedPrice
The field for theestimatedPricerecord component. -
priceFactors
List<String> priceFactors
The field for thepriceFactorsrecord component.
-
-
Class org.episteme.social.arts.ArtMedium
class ArtMedium extends ExtensibleEnum implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.social.arts.Artwork
class Artwork extends Artifact implements Serializable- serialVersionUID:
- 3L
-
Class org.episteme.social.arts.Book
class Book extends Artwork implements Serializable- serialVersionUID:
- 3L
-
Serialized Fields
-
genre
Book.Genre genre
-
isbn
String isbn
-
language
String language
-
pages
int pages
-
publisher
String publisher
-
synopsis
String synopsis
-
-
Class org.episteme.social.arts.Collection
class Collection extends Object implements Serializable- serialVersionUID:
- 2L
-
Record Class org.episteme.social.arts.ColorMetrology.LabColor
class LabColor extends Record implements Serializable- serialVersionUID:
- 2L
-
Record Class org.episteme.social.arts.ColorPaletteAnalyzer.ColorLAB
class ColorLAB extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
a
double a
The field for thearecord component. -
b
double b
The field for thebrecord component. -
l
double l
The field for thelrecord component.
-
-
Class org.episteme.social.arts.Film
class Film extends Artwork implements Serializable- serialVersionUID:
- 3L
-
Serialized Fields
-
boxOffice
Money boxOffice
-
cast
List<String> cast
-
director
String director
-
durationMinutes
int durationMinutes
-
genre
Film.Genre genre
-
imdbRating
Real imdbRating
-
rating
Film.Rating rating
-
studio
String studio
-
-
Record Class org.episteme.social.arts.ForgeryDetector.ArtistFingerprint
class ArtistFingerprint extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
artistName
String artistName
The field for theartistNamerecord component. -
meanProfile
ForgeryDetector.BrushstrokeProfile meanProfile
The field for themeanProfilerecord component. -
sampleSize
int sampleSize
The field for thesampleSizerecord component. -
stdDeviations
double[] stdDeviations
The field for thestdDeviationsrecord component.
-
-
Record Class org.episteme.social.arts.ForgeryDetector.BrushstrokeProfile
class BrushstrokeProfile extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
avgLength
double avgLength
The field for theavgLengthrecord component. -
avgPressure
double avgPressure
The field for theavgPressurerecord component. -
avgWidth
double avgWidth
The field for theavgWidthrecord component. -
curveFrequency
double curveFrequency
The field for thecurveFrequencyrecord component. -
directionVariance
double directionVariance
The field for thedirectionVariancerecord component. -
strokeCount
int strokeCount
The field for thestrokeCountrecord component.
-
-
Record Class org.episteme.social.arts.IconographyAnalyzer.IconographicSymbol
class IconographicSymbol extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
category
IconographyAnalyzer.SymbolCategory category
The field for thecategoryrecord component. -
endYear
int endYear
The field for theendYearrecord component. -
meaning
String meaning
The field for themeaningrecord component. -
name
String name
The field for thenamerecord component. -
startYear
int startYear
The field for thestartYearrecord component.
-
-
Record Class org.episteme.social.arts.MuseumRouteOptimizer.Artwork
class Artwork extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
gallery
String gallery
The field for thegalleryrecord component. -
id
String id
The field for theidrecord component. -
importance
double importance
The field for theimportancerecord component. -
name
String name
The field for thenamerecord component. -
visitDurationMinutes
int visitDurationMinutes
The field for thevisitDurationMinutesrecord component. -
x
double x
The field for thexrecord component. -
y
double y
The field for theyrecord component.
-
-
Record Class org.episteme.social.arts.MuseumRouteOptimizer.MuseumLayout
class MuseumLayout extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
artworks
List<MuseumRouteOptimizer.Artwork> artworks
The field for theartworksrecord component. -
entrance
double[] entrance
The field for theentrancerecord component. -
exit
double[] exit
The field for theexitrecord component. -
galleryConnections
Map<String, List<String>> galleryConnections
The field for thegalleryConnectionsrecord component. -
name
String name
The field for thenamerecord component.
-
-
Record Class org.episteme.social.arts.MuseumRouteOptimizer.OptimizedRoute
class OptimizedRoute extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
importanceScore
double importanceScore
The field for theimportanceScorerecord component. -
order
List<MuseumRouteOptimizer.Artwork> order
The field for theorderrecord component. -
totalDistance
double totalDistance
The field for thetotalDistancerecord component. -
totalDurationMinutes
int totalDurationMinutes
The field for thetotalDurationMinutesrecord component.
-
-
Class org.episteme.social.arts.Performance
class Performance extends Event implements Serializable -
Class org.episteme.social.arts.Picture
class Picture extends Artwork implements Serializable-
Serialized Fields
-
heightCm
double heightCm
-
medium
Picture.Medium medium
-
support
Picture.Support support
-
widthCm
double widthCm
-
-
-
Class org.episteme.social.arts.Restoration
class Restoration extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
comments
String comments
-
date
TimeCoordinate date
-
outcome
String outcome
-
processName
String processName
-
restorer
String restorer
-
-
Record Class org.episteme.social.arts.RestorationSimulator.ConservationTreatment
class ConservationTreatment extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
addresses
Set<RestorationSimulator.DegradationType> addresses
The field for theaddressesrecord component. -
cost
double cost
The field for thecostrecord component. -
durationDays
int durationDays
The field for thedurationDaysrecord component. -
effectiveness
double effectiveness
The field for theeffectivenessrecord component. -
name
String name
The field for thenamerecord component.
-
-
Record Class org.episteme.social.arts.RestorationSimulator.DegradationState
class DegradationState extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
ageYears
int ageYears
The field for theageYearsrecord component. -
overallCondition
double overallCondition
The field for theoverallConditionrecord component. -
severity
Map<RestorationSimulator.DegradationType, Double> severity
The field for theseverityrecord component.
-
-
Record Class org.episteme.social.arts.SymmetryAnalyzer.SymmetryResult
class SymmetryResult extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
axis
double[] axis
The field for theaxisrecord component. -
center
double[] center
The field for thecenterrecord component. -
confidence
double confidence
The field for theconfidencerecord component. -
foldOrder
int foldOrder
The field for thefoldOrderrecord component. -
type
SymmetryAnalyzer.SymmetryType type
The field for thetyperecord component.
-
-
-
Package org.episteme.social.arts.music
-
Class org.episteme.social.arts.music.Composition
class Composition extends Artwork implements Serializable-
Serialized Fields
-
keySignature
KeySignature keySignature
-
parts
List<Part> parts
-
tempoBpm
double tempoBpm
-
timeSignature
TimeSignature timeSignature
-
-
-
Class org.episteme.social.arts.music.KeySignature
class KeySignature extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fifths
int fifths
-
mode
String mode
-
-
Class org.episteme.social.arts.music.Measure
class Measure extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
keySignature
KeySignature keySignature
-
notes
List<Note> notes
-
number
int number
-
timeSignature
TimeSignature timeSignature
-
-
Class org.episteme.social.arts.music.Note
class Note extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.arts.music.Part
class Part extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.arts.music.Score
class Score extends Object implements Serializable- serialVersionUID:
- 1L
-
Record Class org.episteme.social.arts.music.TimeSignature
class TimeSignature extends Record implements Serializable-
Serialized Fields
-
beatsPerMeasure
int beatsPerMeasure
The field for thebeatsPerMeasurerecord component. -
beatValue
int beatValue
The field for thebeatValuerecord component.
-
-
-
-
Package org.episteme.social.arts.theater
-
Class org.episteme.social.arts.theater.Choreography
class Choreography extends Artwork implements Serializable
-
-
Package org.episteme.social.device.actuators
-
Package org.episteme.social.device.sensors
-
Package org.episteme.social.device.sim
-
Class org.episteme.social.device.sim.SimulatedBallotCaster
-
Serialized Fields
-
ballotCount
int ballotCount
-
-
-
Class org.episteme.social.device.sim.SimulatedVoterScanner
-
Serialized Fields
-
currentVoter
Identification currentVoter
-
-
-
Class org.episteme.social.device.sim.SimulatedVotingMachine
class SimulatedVotingMachine extends AbstractSimulatedDevice implements Serializable-
Serialized Fields
-
caster
SimulatedBallotCaster caster
-
scanner
SimulatedVoterScanner scanner
-
-
-
-
Package org.episteme.social.economics
-
Record Class org.episteme.social.economics.AuctionSimulator.AuctionResult
class AuctionResult extends Record implements Serializable-
Serialized Fields
-
bidHistory
List<AuctionSimulator.Bid> bidHistory
The field for thebidHistoryrecord component. -
rounds
int rounds
The field for theroundsrecord component. -
sellerRevenue
Real sellerRevenue
The field for thesellerRevenuerecord component. -
winnerId
String winnerId
The field for thewinnerIdrecord component. -
winningBid
Real winningBid
The field for thewinningBidrecord component.
-
-
-
Record Class org.episteme.social.economics.AuctionSimulator.Bid
class Bid extends Record implements Serializable -
Record Class org.episteme.social.economics.AuctionSimulator.Bidder
class Bidder extends Record implements Serializable -
Class org.episteme.social.economics.Bank
class Bank extends Organization implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.economics.Barter
class Barter extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
agent1
EconomicAgent agent1
-
agent2
EconomicAgent agent2
-
resources1
Set<Resource> resources1
-
resources2
Set<Resource> resources2
-
-
Class org.episteme.social.economics.Community
class Community extends PsychologicalGroup implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.economics.Department
class Department extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.social.economics.EarthEcosource
class EarthEcosource extends Community implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.economics.EconomicAgent
class EconomicAgent extends Role implements Serializable- serialVersionUID:
- 2L
-
Class org.episteme.social.economics.EconomicProcess
class EconomicProcess extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.social.economics.EconomicSituation
class EconomicSituation extends Situation implements Serializable -
Class org.episteme.social.economics.Economy
class Economy extends Object implements Serializable- serialVersionUID:
- 3L
-
Serialized Fields
-
cachedGDP
Money cachedGDP
-
centralBank
Bank centralBank
-
id
Identification id
-
inflationRate
Real inflationRate
-
organizations
Set<Organization> organizations
-
traits
Map<String,
Object> traits -
unemploymentRate
Real unemploymentRate
-
-
Class org.episteme.social.economics.Factory
class Factory extends Organization implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
productionProducts
Set<PotentialResource> productionProducts
-
productionResources
Set<PotentialResource> productionResources
-
-
Class org.episteme.social.economics.FreeMarketEconomy
class FreeMarketEconomy extends Economy implements Serializable -
Record Class org.episteme.social.economics.GameTheoryEngine.NashEquilibrium
class NashEquilibrium extends Record implements Serializable-
Serialized Fields
-
isPure
boolean isPure
The field for theisPurerecord component. -
player1Payoff
double player1Payoff
The field for theplayer1Payoffrecord component. -
player1Strategy
String player1Strategy
The field for theplayer1Strategyrecord component. -
player2Payoff
double player2Payoff
The field for theplayer2Payoffrecord component. -
player2Strategy
String player2Strategy
The field for theplayer2Strategyrecord component.
-
-
-
Record Class org.episteme.social.economics.GameTheoryEngine.NormalFormGame
class NormalFormGame extends Record implements Serializable-
Serialized Fields
-
player1Payoffs
double[][] player1Payoffs
The field for theplayer1Payoffsrecord component. -
player1Strategies
List<String> player1Strategies
The field for theplayer1Strategiesrecord component. -
player2Payoffs
double[][] player2Payoffs
The field for theplayer2Payoffsrecord component. -
player2Strategies
List<String> player2Strategies
The field for theplayer2Strategiesrecord component.
-
-
-
Record Class org.episteme.social.economics.GameTheorySolver.Payoff
class Payoff extends Record implements Serializable -
Class org.episteme.social.economics.Holding
class Holding extends Organization implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
organizations
Set<Organization> organizations
-
-
Class org.episteme.social.economics.HumanResource
class HumanResource extends Resource implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
value
Money value
-
-
Class org.episteme.social.economics.IndustryCategory
class IndustryCategory extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.social.economics.IndustrySector
class IndustrySector extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.social.economics.ManagementLevel
class ManagementLevel extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.social.economics.MarketStructure
class MarketStructure extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.social.economics.MaterialResource
class MaterialResource extends Resource implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
value
Money value
-
-
Class org.episteme.social.economics.Organigram
class Organigram extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
id
Identification id
-
structure
RootedTree<String> structure
The actual hierarchical structure of organizational unit names. -
timestamp
TimeCoordinate timestamp
-
traits
Map<String,
Object> traits -
workers
Set<Worker> workers
Mapping of organizational unit names to workers.
-
-
Class org.episteme.social.economics.Organization
class Organization extends Community implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
accounts
Set<Account> accounts
-
capital
Money capital
-
clients
Set<Organization> clients
-
departments
List<Organization> departments
-
foundedDate
LocalDate foundedDate
-
headquarters
String headquarters
-
industry
String industry
-
missionStatement
String missionStatement
-
organigram
Organigram organigram
-
owners
Set<EconomicAgent> owners
-
place
BusinessPlace place
-
providers
Set<Organization> providers
-
resources
Set<Resource> resources
-
sector
OrganizationSector sector
-
value
Money value
-
-
Class org.episteme.social.economics.OrganizationTask
class OrganizationTask extends Task implements Serializable -
Class org.episteme.social.economics.PlannedEconomy
class PlannedEconomy extends Economy implements Serializable -
Class org.episteme.social.economics.PortfolioData
class PortfolioData extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
holdings
List<PortfolioData.Holding> holdings
-
id
Identification id
-
traits
Map<String,
Object> traits -
watchlist
List<PortfolioData.Asset> watchlist
-
-
Class org.episteme.social.economics.PortfolioData.Asset
class Asset extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.economics.PortfolioData.Holding
class Holding extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
asset
PortfolioData.Asset asset
-
averageCost
Money averageCost
-
quantity
Real quantity
-
-
Class org.episteme.social.economics.PotentialResource
class PotentialResource extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
amount
Quantity<?> amount
-
decayTime
Quantity<Time> decayTime
-
description
String description
-
id
Identification id
-
kind
ResourceKind kind
-
traits
Map<String,
Object> traits
-
-
Class org.episteme.social.economics.Resource
class Resource extends PotentialResource implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
owners
Set<EconomicAgent> owners
-
place
Place place
-
producer
Community producer
-
productionDate
TimeCoordinate productionDate
-
productionPlace
Place productionPlace
-
-
Class org.episteme.social.economics.ResourceKind
class ResourceKind extends ExtensibleEnum implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
builtIn
boolean builtIn
-
description
String description
-
-
Class org.episteme.social.economics.Task
class Task extends Object implements Serializable -
Class org.episteme.social.economics.Worker
class Worker extends EconomicAgent implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
annualIncome
Money annualIncome
-
chiefs
Set<Worker> chiefs
The immediate supervisors of this worker. -
function
String function
-
organization
Organization organization
The organization this worker belongs to. -
subalterns
Set<Worker> subalterns
The immediate subordinates of this worker. -
workedHours
Quantity<Time> workedHours
-
-
Class org.episteme.social.economics.WorkSituation
class WorkSituation extends EconomicSituation implements Serializable
-
-
Package org.episteme.social.economics.models
-
Record Class org.episteme.social.economics.models.SolowGrowthModel.GrowthState
class GrowthState extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
capital
Quantity<?> capital
The field for thecapitalrecord component. -
consumption
Quantity<?> consumption
The field for theconsumptionrecord component. -
investment
Quantity<?> investment
The field for theinvestmentrecord component. -
labor
Quantity<?> labor
The field for thelaborrecord component. -
output
Quantity<?> output
The field for theoutputrecord component. -
year
int year
The field for theyearrecord component.
-
-
Class org.episteme.social.economics.models.StrategicModel
class StrategicModel extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
Identification id
-
paretoFrontier
List<Real[]> paretoFrontier
-
payoffMatrix
Map<String, StrategicModel.Payoff> payoffMatrix
-
traits
Map<String,
Object> traits
-
-
Class org.episteme.social.economics.models.StrategicModel.DecisionNode
class DecisionNode extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
action
String action
-
branches
List<StrategicModel.DecisionNode> branches
-
label
String label
-
-
Class org.episteme.social.economics.models.StrategicModel.Payoff
class Payoff extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.episteme.social.economics.money
-
Class org.episteme.social.economics.money.Account
class Account extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.economics.money.Check
class Check extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
emission
TimeCoordinate emission
-
emitter
Account emitter
-
id
Identification id
-
receiver
Organization receiver
-
traits
Map<String,
Object> traits -
value
Money value
-
-
Class org.episteme.social.economics.money.Coin
class Coin extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
emission
TimeCoordinate emission
-
id
Identification id
-
mintMark
String mintMark
-
traits
Map<String,
Object> traits -
value
Money value
-
-
Class org.episteme.social.economics.money.Currency
- serialVersionUID:
- 1L
-
Serialized Fields
-
fractionalDigits
int fractionalDigits
-
id
Identification id
-
symbol
String symbol
-
traits
Map<String,
Object> traits
-
-
Class org.episteme.social.economics.money.Money
class Money extends Object implements Serializable- serialVersionUID:
- 2L
-
Class org.episteme.social.economics.money.Quote
class Quote extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.economics.money.Receipt
class Receipt extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
amount
Money amount
-
buyer
Organization buyer
-
date
TimeCoordinate date
-
id
Identification id
-
quantity
int quantity
-
seller
Organization seller
-
share
Share share
-
traits
Map<String,
Object> traits
-
-
Class org.episteme.social.economics.money.Transaction
class Transaction extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
amount
Money amount
-
buyer
Organization buyer
-
date
TimeCoordinate date
-
id
Identification id
-
quantity
int quantity
-
seller
Organization seller
Transaction status. -
share
Share share
-
status
TransactionStatus status
-
traits
Map<String,
Object> traits
-
-
Class org.episteme.social.economics.money.TransactionStatus
class TransactionStatus extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.social.economics.money.Wallet
class Wallet extends Object implements Serializable- serialVersionUID:
- 2L
-
-
Package org.episteme.social.economics.resources
-
Class org.episteme.social.economics.resources.Artifact
class Artifact extends MaterialResource implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
broken
boolean broken
Functional state of the artifact.
-
-
Class org.episteme.social.economics.resources.Building
class Building extends Artifact implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.economics.resources.Clothes
class Clothes extends PhysicalObject implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.economics.resources.Creature
class Creature extends Natural implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classification
String classification
-
individual
Individual individual
-
-
Class org.episteme.social.economics.resources.Fossil
class Fossil extends Mineral implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classification
String classification
-
-
Class org.episteme.social.economics.resources.Gas
class Gas extends Natural implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.economics.resources.Installation
class Installation extends Artifact implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.economics.resources.Liquid
class Liquid extends Natural implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.economics.resources.Machine
class Machine extends Tool implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.economics.resources.Mineral
class Mineral extends Solid implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.economics.resources.Natural
class Natural extends Thing implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.economics.resources.PhysicalObject
class PhysicalObject extends Artifact implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.economics.resources.Road
class Road extends Artifact implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.economics.resources.Robot
class Robot extends Machine implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.economics.resources.Solid
class Solid extends Natural implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.economics.resources.Thing
class Thing extends Resource implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.economics.resources.ThingsGroup
class ThingsGroup extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.economics.resources.Tool
class Tool extends PhysicalObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
acts
int acts
-
purpose
String purpose
-
targets
PotentialResource[] targets
-
-
Class org.episteme.social.economics.resources.Vehicle
class Vehicle extends Machine implements Serializable- serialVersionUID:
- 1L
-
-
Package org.episteme.social.geography
-
Class org.episteme.social.geography.Address
class Address extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
city
String city
-
cityObject
City cityObject
-
company
String company
-
country
Country country
-
phoneNumber
String phoneNumber
-
place
Place place
-
postalCode
String postalCode
-
recipientName
String recipientName
-
stateProvince
String stateProvince
-
streetLine1
String streetLine1
-
streetLine2
String streetLine2
-
-
Class org.episteme.social.geography.BusinessPlace
class BusinessPlace extends OwnedPlace implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
address
Address address
-
organization
Organization organization
-
-
Class org.episteme.social.geography.City
class City extends Region implements Serializable- serialVersionUID:
- 1L
-
Record Class org.episteme.social.geography.ClimateZone
class ClimateZone extends Record implements Serializable-
Serialized Fields
-
annualRainfall
Quantity<Length> annualRainfall
The field for theannualRainfallrecord component. -
averageTemp
Quantity<Temperature> averageTemp
The field for theaverageTemprecord component. -
type
ClimateZone.Type type
The field for thetyperecord component.
-
-
-
Class org.episteme.social.geography.GeoBoundingBox
class GeoBoundingBox extends Object implements Serializable-
Serialized Fields
-
max
GeodeticCoordinate max
-
min
GeodeticCoordinate min
-
-
-
Class org.episteme.social.geography.GeoMap
class GeoMap extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bottomRight
GeodeticCoordinate bottomRight
-
description
String description
-
layers
List<Image> layers
-
name
String name
-
paths
Set<GeoPath> paths
-
places
Set<Place> places
-
topLeft
GeodeticCoordinate topLeft
-
-
Class org.episteme.social.geography.GeoPath
- serialVersionUID:
- 2L
-
Serialized Fields
-
name
String name
-
-
Class org.episteme.social.geography.GeoPath.SimpleGeoPath
class SimpleGeoPath extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
points
List<GeodeticCoordinate> points
-
-
Class org.episteme.social.geography.GeoPolygon
- serialVersionUID:
- 2L
-
Class org.episteme.social.geography.GeoPolygon.SimpleGeoPolygon
class SimpleGeoPolygon extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
exterior
List<GeodeticCoordinate> exterior
-
interiors
List<List<GeodeticCoordinate>> interiors
-
-
Class org.episteme.social.geography.HeightMap
class HeightMap extends GeoMap implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.geography.Home
class Home extends OwnedPlace implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
address
Address address
-
occupants
Set<Individual> occupants
-
-
Class org.episteme.social.geography.OwnedPlace
class OwnedPlace extends TimedPlace implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
owners
Set<EconomicAgent> owners
-
value
Money value
-
-
Class org.episteme.social.geography.Region
class Region extends Place implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.geography.TimedBoundary
class TimedBoundary extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
states
List<TimedBoundary.BoundaryState> states
-
-
Class org.episteme.social.geography.TimedBoundary.BoundaryState
class BoundaryState extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
boundary
Boundary<?> boundary
-
timestamp
TimeCoordinate timestamp
-
-
Class org.episteme.social.geography.TimedPlace
class TimedPlace extends Place implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
timedBoundaries
List<TimedBoundary> timedBoundaries
-
-
-
Package org.episteme.social.geography.loaders.gml
-
Exception Class org.episteme.social.geography.loaders.gml.GMLException
class GMLException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.episteme.social.history
-
Record Class org.episteme.social.history.BorderEvolution.BorderChange
class BorderChange extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
afterTerritory
BorderEvolution.Territory afterTerritory
The field for theafterTerritoryrecord component. -
beforeTerritory
BorderEvolution.Territory beforeTerritory
The field for thebeforeTerritoryrecord component. -
date
TimeCoordinate date
The field for thedaterecord component. -
description
String description
The field for thedescriptionrecord component. -
type
BorderEvolution.ChangeType type
The field for thetyperecord component.
-
-
Record Class org.episteme.social.history.BorderEvolution.Territory
class Territory extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
boundaryPoints
List<double[]> boundaryPoints
The field for theboundaryPointsrecord component. -
endDate
TimeCoordinate endDate
The field for theendDaterecord component. -
name
String name
The field for thenamerecord component. -
notes
String notes
The field for thenotesrecord component. -
sovereignEntity
String sovereignEntity
The field for thesovereignEntityrecord component. -
startDate
TimeCoordinate startDate
The field for thestartDaterecord component.
-
-
Class org.episteme.social.history.CounterfactualHistoryRunner
class CounterfactualHistoryRunner extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
scenarios
List<CounterfactualSimulator.CounterfactualScenario> scenarios
-
society
Society society
-
-
Record Class org.episteme.social.history.CounterfactualSimulator.ContingencyEvent
class ContingencyEvent extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
category
String category
The field for thecategoryrecord component. -
consequences
List<String> consequences
The field for theconsequencesrecord component. -
date
TimeCoordinate date
The field for thedaterecord component. -
id
String id
The field for theidrecord component. -
importance
Real importance
The field for theimportancerecord component. -
name
String name
The field for thenamerecord component.
-
-
Record Class org.episteme.social.history.CounterfactualSimulator.CounterfactualScenario
class CounterfactualScenario extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
affectedEvents
List<String> affectedEvents
The field for theaffectedEventsrecord component. -
alternativeOutcome
String alternativeOutcome
The field for thealternativeOutcomerecord component. -
changedConsequences
Map<String,
String> changedConsequences The field for thechangedConsequencesrecord component. -
description
String description
The field for thedescriptionrecord component. -
divergencePoint
CounterfactualSimulator.ContingencyEvent divergencePoint
The field for thedivergencePointrecord component. -
name
String name
The field for thenamerecord component.
-
-
Record Class org.episteme.social.history.CounterfactualSimulator.SimulationResult
class SimulationResult extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
butterfliedEvents
List<String> butterfliedEvents
The field for thebutterfliedEventsrecord component. -
historicalDivergence
Real historicalDivergence
The field for thehistoricalDivergencerecord component. -
narrativeSummary
String narrativeSummary
The field for thenarrativeSummaryrecord component. -
scenario
CounterfactualSimulator.CounterfactualScenario scenario
The field for thescenariorecord component. -
unchangedEvents
List<String> unchangedEvents
The field for theunchangedEventsrecord component.
-
-
Class org.episteme.social.history.Event
class Event extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
category
EventCategory category
-
id
Identification id
-
traits
Map<String,
Object> traits -
when
TimeCoordinate when
-
-
Class org.episteme.social.history.EventCategory
class EventCategory extends ExtensibleEnum implements Serializable -
Class org.episteme.social.history.GeologicalEra
class GeologicalEra extends Event implements Serializable- serialVersionUID:
- 2L
-
Class org.episteme.social.history.GeologicalTimeScale
- serialVersionUID:
- 2L
-
Record Class org.episteme.social.history.HistoricalCurrencyConverter.Currency
class Currency extends Record implements Serializable- serialVersionUID:
- 1L
-
Record Class org.episteme.social.history.HistoricalCurrencyConverter.ExchangeRate
class ExchangeRate extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
from
HistoricalCurrencyConverter.Currency from
The field for thefromrecord component. -
rate
double rate
The field for theraterecord component. -
to
HistoricalCurrencyConverter.Currency to
The field for thetorecord component. -
year
int year
The field for theyearrecord component.
-
-
Record Class org.episteme.social.history.HistoricalDemography.DemographicSnapshot
class DemographicSnapshot extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
date
TimeCoordinate date
The field for thedaterecord component. -
growthRate
double growthRate
The field for thegrowthRaterecord component. -
population
long population
The field for thepopulationrecord component. -
region
String region
The field for theregionrecord component. -
reliability
double reliability
The field for thereliabilityrecord component.
-
-
Class org.episteme.social.history.HistoricalEra
class HistoricalEra extends Event implements Serializable- serialVersionUID:
- 3L
-
Serialized Fields
-
keyEvents
List<HistoricalEvent> keyEvents
-
region
String region
-
-
Class org.episteme.social.history.HistoricalEvent
class HistoricalEvent extends Event implements Serializable- serialVersionUID:
- 4L
-
Serialized Fields
-
endDate
TimeCoordinate endDate
-
location
Place location
-
-
Record Class org.episteme.social.history.HistoricalEventCorrelator.CorrelatableEvent
class CorrelatableEvent extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
attributes
Map<String,
Object> attributes The field for theattributesrecord component. -
category
String category
The field for thecategoryrecord component. -
date
TimeCoordinate date
The field for thedaterecord component. -
location
String location
The field for thelocationrecord component. -
name
String name
The field for thenamerecord component.
-
-
Record Class org.episteme.social.history.HistoricalEventCorrelator.Correlation
class Correlation extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
cause
HistoricalEventCorrelator.CorrelatableEvent cause
The field for thecauserecord component. -
confidence
double confidence
The field for theconfidencerecord component. -
effect
HistoricalEventCorrelator.CorrelatableEvent effect
The field for theeffectrecord component. -
hypothesis
String hypothesis
The field for thehypothesisrecord component. -
lagDays
long lagDays
The field for thelagDaysrecord component.
-
-
Class org.episteme.social.history.HistoricalPeriod
class HistoricalPeriod extends ExtensibleEnum implements Serializable -
Class org.episteme.social.history.HistoricalTimeline
- serialVersionUID:
- 2L
-
Record Class org.episteme.social.history.MilitaryCampaignAnalyzer.Army
class Army extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
artillery
int artillery
The field for theartilleryrecord component. -
cavalry
int cavalry
The field for thecavalryrecord component. -
dailyMarchKm
double dailyMarchKm
The field for thedailyMarchKmrecord component. -
infantry
int infantry
The field for theinfantryrecord component. -
name
String name
The field for thenamerecord component. -
supportPersonnel
int supportPersonnel
The field for thesupportPersonnelrecord component.
-
-
Record Class org.episteme.social.history.MilitaryCampaignAnalyzer.CampaignAnalysis
class CampaignAnalysis extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
attritionRate
double attritionRate
The field for theattritionRaterecord component. -
criticalPoints
List<String> criticalPoints
The field for thecriticalPointsrecord component. -
daysRequired
int daysRequired
The field for thedaysRequiredrecord component. -
logisticallyFeasible
boolean logisticallyFeasible
The field for thelogisticallyFeasiblerecord component. -
totalDistanceKm
double totalDistanceKm
The field for thetotalDistanceKmrecord component. -
totalSuppliesNeeded
Map<MilitaryCampaignAnalyzer.SupplyType, Double> totalSuppliesNeeded
The field for thetotalSuppliesNeededrecord component.
-
-
Record Class org.episteme.social.history.MilitaryCampaignAnalyzer.SupplyRequirements
class SupplyRequirements extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
ammunitionKg
double ammunitionKg
The field for theammunitionKgrecord component. -
fodderKgPerDay
double fodderKgPerDay
The field for thefodderKgPerDayrecord component. -
foodKgPerDay
double foodKgPerDay
The field for thefoodKgPerDayrecord component. -
fuelLitersPerDay
double fuelLitersPerDay
The field for thefuelLitersPerDayrecord component. -
waterLitersPerDay
double waterLitersPerDay
The field for thewaterLitersPerDayrecord component.
-
-
Record Class org.episteme.social.history.MilitaryCampaignAnalyzer.TerrainSegment
class TerrainSegment extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
distanceKm
double distanceKm
The field for thedistanceKmrecord component. -
forageAvailability
double forageAvailability
The field for theforageAvailabilityrecord component. -
hasWaterSource
boolean hasWaterSource
The field for thehasWaterSourcerecord component. -
name
String name
The field for thenamerecord component. -
terrainDifficulty
double terrainDifficulty
The field for theterrainDifficultyrecord component.
-
-
Record Class org.episteme.social.history.NumismaticAnalyzer.Coin
class Coin extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
String id
The field for theidrecord component. -
purityRatio
double purityRatio
The field for thepurityRatiorecord component. -
weightGrams
double weightGrams
The field for theweightGramsrecord component.
-
-
Record Class org.episteme.social.history.PaleographyAssistant.DatingResult
class DatingResult extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
confidence
double confidence
The field for theconfidencerecord component. -
confidenceRangeYears
int confidenceRangeYears
The field for theconfidenceRangeYearsrecord component. -
diagnosticFeatures
List<String> diagnosticFeatures
The field for thediagnosticFeaturesrecord component. -
estimatedYear
int estimatedYear
The field for theestimatedYearrecord component. -
likelyScript
PaleographyAssistant.ScriptType likelyScript
The field for thelikelyScriptrecord component. -
possibleScripts
List<PaleographyAssistant.ScriptType> possibleScripts
The field for thepossibleScriptsrecord component.
-
-
Record Class org.episteme.social.history.PaleographyAssistant.ScriptFeature
class ScriptFeature extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
associatedScripts
List<PaleographyAssistant.ScriptType> associatedScripts
The field for theassociatedScriptsrecord component. -
description
String description
The field for thedescriptionrecord component. -
name
String name
The field for thenamerecord component.
-
-
Class org.episteme.social.history.PositionedEvent
class PositionedEvent extends Event implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
position
Place position
-
-
Class org.episteme.social.history.Timeline
class Timeline extends Object implements Serializable- serialVersionUID:
- 3L
-
Record Class org.episteme.social.history.TradeRouteMapper.RouteSegment
class RouteSegment extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dangerLevel
double dangerLevel
The field for thedangerLevelrecord component. -
distanceKm
double distanceKm
The field for thedistanceKmrecord component. -
end
TradeRouteMapper.TradingPost end
The field for theendrecord component. -
start
TradeRouteMapper.TradingPost start
The field for thestartrecord component. -
travelDays
int travelDays
The field for thetravelDaysrecord component.
-
-
Record Class org.episteme.social.history.TradeRouteMapper.TradeRoute
class TradeRoute extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
activeFromYear
int activeFromYear
The field for theactiveFromYearrecord component. -
activeToYear
int activeToYear
The field for theactiveToYearrecord component. -
name
String name
The field for thenamerecord component. -
primaryCommodity
String primaryCommodity
The field for theprimaryCommodityrecord component. -
transportMode
String transportMode
The field for thetransportModerecord component. -
waypoints
List<TradeRouteMapper.TradingPost> waypoints
The field for thewaypointsrecord component.
-
-
Record Class org.episteme.social.history.TradeRouteMapper.TradingPost
class TradingPost extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
foundedYear
int foundedYear
The field for thefoundedYearrecord component. -
latitude
double latitude
The field for thelatituderecord component. -
longitude
double longitude
The field for thelongituderecord component. -
name
String name
The field for thenamerecord component. -
primaryGoods
List<String> primaryGoods
The field for theprimaryGoodsrecord component. -
region
String region
The field for theregionrecord component.
-
-
-
Package org.episteme.social.history.archeology
-
Class org.episteme.social.history.archeology.Civilization
class Civilization extends Object implements Serializable- serialVersionUID:
- 3L
-
Serialized Fields
-
culture
Culture culture
-
endDate
TimeCoordinate endDate
-
id
Identification id
-
place
Place place
-
startDate
TimeCoordinate startDate
-
traits
Map<String,
Object> traits
-
-
Class org.episteme.social.history.archeology.Item
class Item extends PhysicalObject implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
analyses
List<Analysis> analyses
-
civilization
Civilization civilization
-
dating
TimeCoordinate dating
Estimated age determined through dating methods (e.g., C-14). -
discoverers
Set<Human> discoverers
-
discoveryDate
TimeCoordinate discoveryDate
-
extraDescriptions
List<ScientificDescription> extraDescriptions
-
originalPosition
Place originalPosition
-
publications
List<Citation> publications
-
restorations
List<Restoration> restorations
-
-
Class org.episteme.social.history.archeology.Site
class Site extends Place implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
discoveredItems
Set<Site.Item> discoveredItems
-
excavationStartDate
TimeCoordinate excavationStartDate
-
limits
Boundary<EarthCoordinate> limits
-
-
Class org.episteme.social.history.archeology.Stratum
class Stratum extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
depth
Quantity<Length> depth
-
id
Identification id
-
relations
Map<String, StratigraphyModel.Relationship> relations
-
traits
Map<String,
Object> traits
-
-
-
Package org.episteme.social.history.calendars
-
Class org.episteme.social.history.calendars.AlternateCalendar
class AlternateCalendar extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
rd
long rd
The current Rata Die (day number) for this calendar instance.
-
-
Class org.episteme.social.history.calendars.BahaiCalendar
class BahaiCalendar extends SevenDaysWeek implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cycle
int cycle
The 19-year cycle number (Váhid). -
day
int day
The day of the month (1-19). -
major
int major
The major cycle number (Kull-i-Shay). -
month
int month
The month of the year (1-20, with 19 as intercalary days). -
year
int year
The year within the cycle (1-19).
-
-
Class org.episteme.social.history.calendars.CalendarCoordinate
class CalendarCoordinate extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
calendar
AlternateCalendar calendar
-
precision
TimePrecision precision
-
-
Class org.episteme.social.history.calendars.ChineseCalendar
class ChineseCalendar extends MonthDayYear implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cycle
int cycle
The 60-year cycle number. -
leap
boolean leap
Indicates if the current month is a leap month.
-
-
Class org.episteme.social.history.calendars.CopticCalendar
class CopticCalendar extends JulianCalendar implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.history.calendars.EthiopicCalendar
class EthiopicCalendar extends CopticCalendar implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.history.calendars.FrenchCalendar
class FrenchCalendar extends ModifiedFrenchCalendar implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.history.calendars.GregorianCalendar
class GregorianCalendar extends MonthDayYear implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.history.calendars.HebrewCalendar
class HebrewCalendar extends MonthDayYear implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.episteme.social.history.calendars.InconsistentDateException
class InconsistentDateException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.history.calendars.IslamicCalendar
class IslamicCalendar extends MonthDayYear implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.history.calendars.ISOCalendar
class ISOCalendar extends GregorianCalendar implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
day
int day
The ISO day number (1-7, Monday to Sunday). -
week
int week
The ISO week number (1-53). -
year
int year
The ISO year.
-
-
Class org.episteme.social.history.calendars.JulianCalendar
class JulianCalendar extends GregorianCalendar implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.history.calendars.MayanCalendar
class MayanCalendar extends AlternateCalendar implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
haab
org.episteme.social.history.calendars.MayanCalendar.Haab haab
The civil Haab calendar part. -
longcount
long longcount
The long count value in days since the epoch. -
tzolkin
org.episteme.social.history.calendars.MayanCalendar.Tzolkin tzolkin
The ritual Tzolkin calendar part.
-
-
Class org.episteme.social.history.calendars.ModifiedFrenchCalendar
class ModifiedFrenchCalendar extends MonthDayYear implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.history.calendars.ModifiedHinduLunarBRCalendar
class ModifiedHinduLunarBRCalendar extends OldHinduLunarCalendar implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
leapday
boolean leapday
True if this is a duplicated (leap) day.
-
-
Class org.episteme.social.history.calendars.ModifiedHinduLunarCalendar
class ModifiedHinduLunarCalendar extends OldHinduLunarCalendar implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
leapday
boolean leapday
True if this is a duplicated (leap) day.
-
-
Class org.episteme.social.history.calendars.ModifiedHinduSolarBRCalendar
class ModifiedHinduSolarBRCalendar extends OldHinduSolarCalendar implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.history.calendars.ModifiedHinduSolarCalendar
class ModifiedHinduSolarCalendar extends OldHinduSolarCalendar implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.history.calendars.MonthDayYear
class MonthDayYear extends SevenDaysWeek implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
day
int day
The day of the month (1-31 for most calendars). -
month
int month
The month (1-12 for most calendars). -
year
int year
The year (negative values typically represent BCE years).
-
-
Class org.episteme.social.history.calendars.OldHinduLunarCalendar
class OldHinduLunarCalendar extends OldHinduSolarCalendar implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
leap
boolean leap
True if the current month is a leap month (adhika mÄsa).
-
-
Class org.episteme.social.history.calendars.OldHinduSolarCalendar
class OldHinduSolarCalendar extends MonthDayYear implements Serializable- serialVersionUID:
- 2L
-
Class org.episteme.social.history.calendars.PersianCalendar
class PersianCalendar extends MonthDayYear implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.history.calendars.SevenDaysWeek
class SevenDaysWeek extends AlternateCalendar implements Serializable- serialVersionUID:
- 1L
-
-
Package org.episteme.social.history.clock
-
Class org.episteme.social.history.clock.AlarmClock
class AlarmClock extends Clock implements Serializable-
Serialized Fields
-
alarmFired
boolean alarmFired
Flag to prevent multiple triggers for the same alarm event. -
alarmTime
ModernTime alarmTime
The target time for the alarm to trigger. -
currentTime
ModernTime currentTime
Current time track. -
toleranceSeconds
double toleranceSeconds
Tolerance in seconds for triggering the alarm.
-
-
-
Class org.episteme.social.history.clock.BasicClock
class BasicClock extends Clock implements Serializable-
Serialized Fields
-
time
ModernTime time
Current time state.
-
-
-
Class org.episteme.social.history.clock.ChineseTime
class ChineseTime extends Time implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
days
int days
-
fen
int fen
-
ke
int ke
-
millis
int millis
-
seconds
int seconds
-
-
Class org.episteme.social.history.clock.ChronometerClock
class ChronometerClock extends Clock implements Serializable-
Serialized Fields
-
elapsedTime
ModernTime elapsedTime
Current elapsed time. -
pendingStart
boolean pendingStart
Tracks if the next server update should be used to capture start time. -
serverStartTime
ModernTime serverStartTime
Recorded start time from the server.
-
-
-
Class org.episteme.social.history.clock.Clock
class Clock extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
timeServer
TimeServer timeServer
The time server instance this clock is synchronized with.
-
-
Class org.episteme.social.history.clock.CountdownClock
class CountdownClock extends Clock implements Serializable-
Serialized Fields
-
currentTime
ModernTime currentTime
Current remaining time. -
pendingStart
boolean pendingStart
Tracks if the start reference needs to be captured. -
serverStartTime
ModernTime serverStartTime
Time server reference recorded when countdown started. -
startingTime
ModernTime startingTime
The initial countdown duration or target deadline reference.
-
-
-
Class org.episteme.social.history.clock.DecimalTime
class DecimalTime extends Time implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
days
int days
-
hours
int hours
-
millis
int millis
-
minutes
int minutes
-
seconds
int seconds
-
-
Class org.episteme.social.history.clock.HexadecimalTime
class HexadecimalTime extends Time implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
days
int days
-
hours
int hours
-
maximes
int maximes
-
millis
int millis
-
minutes
int minutes
-
seconds
int seconds
-
-
Class org.episteme.social.history.clock.InternetTime
class InternetTime extends Time implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
beats
int beats
-
days
int days
-
millibeats
int millibeats
-
-
Class org.episteme.social.history.clock.ModernTime
class ModernTime extends Time implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
days
int days
-
hours
int hours
-
is24
boolean is24
-
millis
int millis
-
minutes
int minutes
-
seconds
int seconds
-
-
Class org.episteme.social.history.clock.TimeEvent
class TimeEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
id
int id
The unique identifier of the event type. -
time
Time time
The current state of time at the moment of the event.
-
-
-
Package org.episteme.social.history.time
-
Class org.episteme.social.history.time.Era
class Era extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
description
String description
-
-
Class org.episteme.social.history.time.FuzzyTimeInterval
class FuzzyTimeInterval extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
end
FuzzyTimePoint end
-
start
FuzzyTimePoint start
-
-
Class org.episteme.social.history.time.FuzzyTimePoint
class FuzzyTimePoint extends Object implements Serializable- serialVersionUID:
- 2L
-
Class org.episteme.social.history.time.Time
class Time extends Object implements Serializable- serialVersionUID:
- 2L
-
Class org.episteme.social.history.time.TimeInterval
class TimeInterval extends Object implements Serializable- serialVersionUID:
- 2L
-
Class org.episteme.social.history.time.TimePoint
class TimePoint extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
instant
Instant instant
-
-
Class org.episteme.social.history.time.TimePrecision
class TimePrecision extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
-
Package org.episteme.social.law
-
Class org.episteme.social.law.Act
class Act extends Object implements Serializable- serialVersionUID:
- 3L
-
Serialized Fields
-
date
TimeCoordinate date
-
id
Identification id
-
kind
ActKind kind
-
object
String object
-
subjects
Set<Human> subjects
-
traits
Map<String,
Object> traits
-
-
Class org.episteme.social.law.ActKind
class ActKind extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.law.Contract
class Contract extends Object implements Serializable- serialVersionUID:
- 3L
-
Serialized Fields
-
contents
List<String> contents
-
firstParty
Organization firstParty
-
id
Identification id
-
parties
Set<Person> parties
-
secondParty
Organization secondParty
-
signingDate
TimeCoordinate signingDate
-
traits
Map<String,
Object> traits
-
-
Class org.episteme.social.law.Defendant
class Defendant extends Role implements Serializable -
Class org.episteme.social.law.Judge
class Judge extends Worker implements Serializable -
Class org.episteme.social.law.Jurisdiction
class Jurisdiction extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
id
Identification id
-
parentJurisdiction
Jurisdiction parentJurisdiction
-
statutes
Set<Statute> statutes
-
territory
Place territory
-
traits
Map<String,
Object> traits
-
-
Class org.episteme.social.law.JuryMember
class JuryMember extends Worker implements Serializable -
Class org.episteme.social.law.LawSuitSituation
class LawSuitSituation extends WorkSituation implements Serializable-
Serialized Fields
-
evidences
Set<MaterialResource> evidences
-
identification
Identification identification
-
sentence
String sentence
-
transcripts
List<String> transcripts
-
-
-
Class org.episteme.social.law.Lawyer
class Lawyer extends Worker implements Serializable-
Serialized Fields
-
clients
Set<Individual> clients
The set of individuals represented by this lawyer.
-
-
-
Class org.episteme.social.law.Plaintiff
class Plaintiff extends Role implements Serializable -
Class org.episteme.social.law.Prosecutor
class Prosecutor extends Worker implements Serializable -
Class org.episteme.social.law.ResponsibleIndividual
class ResponsibleIndividual extends Role implements Serializable-
Serialized Fields
-
biometrics
Biometrics biometrics
-
policeRecords
List<ScientificReport> policeRecords
-
schoolRecords
List<License> schoolRecords
-
-
-
Class org.episteme.social.law.Statute
class Statute extends Object implements Serializable- serialVersionUID:
- 3L
-
Serialized Fields
-
articles
List<Article> articles
The hierarchical components (articles/clauses) of the statute. -
code
String code
-
id
Identification id
-
jurisdiction
String jurisdiction
-
status
StatuteStatus status
-
traits
Map<String,
Object> traits -
type
StatuteType type
-
yearEnacted
int yearEnacted
-
-
Class org.episteme.social.law.StatuteStatus
class StatuteStatus extends ExtensibleEnum implements Serializable -
Class org.episteme.social.law.StatuteType
class StatuteType extends ExtensibleEnum implements Serializable -
Class org.episteme.social.law.StreetSituation
class StreetSituation extends Situation implements Serializable -
Class org.episteme.social.law.Witness
class Witness extends Role implements Serializable
-
-
Package org.episteme.social.linguistics
-
Class org.episteme.social.linguistics.ChatSituation
class ChatSituation extends Situation implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
communications
List<VerbalCommunication> communications
-
-
Record Class org.episteme.social.linguistics.DialectMapper.DialectDataPoint
class DialectDataPoint extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
dialectName
String dialectName
The field for thedialectNamerecord component. -
features
List<DialectMapper.LinguisticFeature> features
The field for thefeaturesrecord component. -
location
Place location
The field for thelocationrecord component. -
respondentCount
int respondentCount
The field for therespondentCountrecord component.
-
-
Record Class org.episteme.social.linguistics.DialectMapper.Isogloss
class Isogloss extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
boundaryPoints
List<double[]> boundaryPoints
The field for theboundaryPointsrecord component. -
description
String description
The field for thedescriptionrecord component. -
dividingFeature
DialectMapper.LinguisticFeature dividingFeature
The field for thedividingFeaturerecord component. -
name
String name
The field for thenamerecord component.
-
-
Record Class org.episteme.social.linguistics.DialectMapper.LinguisticFeature
class LinguisticFeature extends Record implements Serializable- serialVersionUID:
- 2L
-
Class org.episteme.social.linguistics.EtymologyGraph
class EtymologyGraph extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
derivationMap
Map<String, List<EtymologyGraph.Derivation>> derivationMap
-
-
Record Class org.episteme.social.linguistics.EtymologyGraph.Derivation
class Derivation extends Record implements Serializable-
Serialized Fields
-
source
EtymologyGraph.EtymologyNode source
The field for thesourcerecord component. -
target
EtymologyGraph.EtymologyNode target
The field for thetargetrecord component. -
type
String type
The field for thetyperecord component.
-
-
-
Record Class org.episteme.social.linguistics.EtymologyGraph.EtymologyNode
class EtymologyNode extends Record implements Serializable -
Class org.episteme.social.linguistics.Grammar
class Grammar extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.linguistics.Grapheme
class Grapheme extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.linguistics.Language
class Language extends Object implements Serializable- serialVersionUID:
- 2L
-
Class org.episteme.social.linguistics.Languages
class Languages extends Object implements Serializable- serialVersionUID:
- 2L
-
Class org.episteme.social.linguistics.Lexeme
class Lexeme extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
canonicalForm
String canonicalForm
-
definition
String definition
-
forms
List<Word> forms
-
partOfSpeech
Word.PartOfSpeech partOfSpeech
-
-
Class org.episteme.social.linguistics.Lexicon
class Lexicon extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.linguistics.Locutor
class Locutor extends Role implements Serializable -
Class org.episteme.social.linguistics.Morpheme
class Morpheme extends Object implements Serializable- serialVersionUID:
- 2L
-
Class org.episteme.social.linguistics.Phoneme
class Phoneme extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
clip
Clip clip
-
description
String description
-
ipaCharacter
char ipaCharacter
-
ipaSymbol
String ipaSymbol
-
language
Language language
-
type
Phoneme.Type type
-
-
Class org.episteme.social.linguistics.Phrase
class Phrase extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
rawText
String rawText
-
type
Phrase.Type type
-
words
List<Word> words
-
-
Class org.episteme.social.linguistics.POS
class POS extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Record Class org.episteme.social.linguistics.ReadabilityIndex.ReadabilityResult
class ReadabilityResult extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
Class org.episteme.social.linguistics.Sentence
class Sentence extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
phrases
List<Phrase> phrases
-
purpose
Sentence.Purpose purpose
-
rawText
String rawText
-
structure
Sentence.Structure structure
-
-
Record Class org.episteme.social.linguistics.SentimentAnalyzer.SentimentResult
class SentimentResult extends Record implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
confidence
double confidence
The field for theconfidencerecord component. -
score
double score
The field for thescorerecord component. -
sentiment
SentimentAnalyzer.Sentiment sentiment
The field for thesentimentrecord component. -
wordScores
Map<String,
Double> wordScores The field for thewordScoresrecord component.
-
-
Class org.episteme.social.linguistics.Text
class Text extends Object implements Serializable- serialVersionUID:
- 2L
-
Class org.episteme.social.linguistics.VerbalCommunication
class VerbalCommunication extends Object implements Serializable- serialVersionUID:
- 2L
-
Class org.episteme.social.linguistics.Word
class Word extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
definition
String definition
-
lemma
String lemma
-
morphemes
List<Morpheme> morphemes
-
partOfSpeech
Word.PartOfSpeech partOfSpeech
-
-
Class org.episteme.social.linguistics.WordAnalysis
class WordAnalysis extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.episteme.social.linguistics.loaders.tigerxml
-
Class org.episteme.social.linguistics.loaders.tigerxml.AnnotationMetadata
class AnnotationMetadata extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
features
List<AnnotationMetadata.Feature> features
-
-
Class org.episteme.social.linguistics.loaders.tigerxml.AnnotationMetadata.Feature
class Feature extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.linguistics.loaders.tigerxml.Corpus
class Corpus extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
annotationMetadata
AnnotationMetadata annotationMetadata
Annotation specifications from the<head>section. -
corpusAttrs
Map<String,
String> corpusAttrs Metadata from the<corpus>tag. -
hashCode
int hashCode
Identification hash code. -
id
String id
The unique identifier of the corpus. -
sentences
List<Sentence> sentences
The list of sentences in the corpus. -
text
String text
Cached flat text representation. -
verbosity
int verbosity
Diagnostic verbosity level.
-
-
Class org.episteme.social.linguistics.loaders.tigerxml.GraphNode
class GraphNode extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.linguistics.loaders.tigerxml.NT
class NT extends GraphNode implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cat
String cat
The category attribute (e.g., "S", "NP", "VP"). -
daughters
List<GraphNode> daughters
List of primary children nodes. -
secDaughters
List<GraphNode> secDaughters
List of secondary children nodes for non-tree edges. -
span
String span
MMAX-compatible span string. -
terminals
List<T> terminals
Cache for terminal nodes subordinated to this node.
-
-
Class org.episteme.social.linguistics.loaders.tigerxml.Sentence
class Sentence extends Object implements Serializable-
Serialized Fields
-
corpus
Corpus corpus
The corpus this sentence is part of -
hashCode
int hashCode
The hash code number. -
id
String id
The ID String of this sentence -
id2vnode
HashMap<String,
VNode> id2vnode A hash storing possible virtual node with their ids. -
index
int index
The position index of this sentence in the corpus holding it. -
nts
ArrayList<NT> nts
The non-terminal nodes of this sentence -
rawText
String rawText
The raw String representation of this sentence -
root
NT root
The real graph root. -
terminals
ArrayList<T> terminals
The terminals in sentence order (linear precedence) -
text
String text
The String representation of this sentence: the text -
ts
ArrayList<T> ts
The terminal nodes of this sentence -
verbosity
int verbosity
The higher this value the more process and debug information will written to stderr. -
vroot
NT vroot
The virtual root node - this node is imaginary and the only node that holds all other nodes.
-
-
-
Class org.episteme.social.linguistics.loaders.tigerxml.T
class T extends GraphNode implements Serializable- serialVersionUID:
- 1L
-
-
Package org.episteme.social.linguistics.loaders.tigerxml.core
-
Class org.episteme.social.linguistics.loaders.tigerxml.core.TigerXMLDocument
class TigerXMLDocument extends Object implements Serializable -
Class org.episteme.social.linguistics.loaders.tigerxml.core.VNode
class VNode extends Object implements Serializable-
Serialized Fields
-
edge
String edge
The edge label to the mother. -
id
String id
The identifier of the virtual node. -
mother
NT mother
The mother node. -
secDaughters
ArrayList<GraphNode> secDaughters
The list of secondary daughters. -
secEdges
ArrayList<String> secEdges
The list of edge labels for secondary daughters. -
verbosity
int verbosity
The verbosity level for debugging.
-
-
-
Class org.episteme.social.linguistics.loaders.tigerxml.core.VRoot
class VRoot extends NT implements Serializable
-
-
Package org.episteme.social.medicine.consultation
-
Class org.episteme.social.medicine.consultation.Doctor
class Doctor extends Worker implements Serializable -
Class org.episteme.social.medicine.consultation.MedicalSituation
class MedicalSituation extends WorkSituation implements Serializable -
Class org.episteme.social.medicine.consultation.Patient
class Patient extends Role implements Serializable-
Serialized Fields
-
bloodOxygen
float bloodOxygen
-
bloodPressure
float bloodPressure
-
cardiacRate
float cardiacRate
-
currentPathologies
Set<Pathology> currentPathologies
-
medicalReports
List<ScientificReport> medicalReports
-
normalTemperature
float normalTemperature
-
painScale
float painScale
-
respiratoryRate
float respiratoryRate
-
temperature
float temperature
-
treatments
Set<Treatment> treatments
-
-
-
-
Package org.episteme.social.philosophy
-
Class org.episteme.social.philosophy.Belief
class Belief extends Object implements Serializable- serialVersionUID:
- 2L
-
Class org.episteme.social.philosophy.Concept
class Concept extends Object implements Serializable- serialVersionUID:
- 2L
-
Record Class org.episteme.social.philosophy.EthicalFrameworks.Action
class Action extends Record implements Serializable-
Serialized Fields
-
description
String description
The field for thedescriptionrecord component. -
isVirtuous
boolean isVirtuous
The field for theisVirtuousrecord component. -
netHappiness
double netHappiness
The field for thenetHappinessrecord component. -
violatesDuty
boolean violatesDuty
The field for theviolatesDutyrecord component.
-
-
-
Record Class org.episteme.social.philosophy.LogicSolver.Proposition
class Proposition extends Record implements Serializable-
Serialized Fields
-
isAffirmative
boolean isAffirmative
The field for theisAffirmativerecord component. -
isUniversal
boolean isUniversal
The field for theisUniversalrecord component. -
predicate
String predicate
The field for thepredicaterecord component. -
subject
String subject
The field for thesubjectrecord component.
-
-
-
Class org.episteme.social.philosophy.Model
class Model extends Object implements Serializable- serialVersionUID:
- 2L
-
Class org.episteme.social.philosophy.PhilosophicalCurrent
class PhilosophicalCurrent extends Belief implements Serializable- serialVersionUID:
- 2L
-
Class org.episteme.social.philosophy.Premise
class Premise extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
statement
String statement
-
truthValue
boolean truthValue
-
-
Class org.episteme.social.philosophy.Syllogism
class Syllogism extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.episteme.social.philosophy.epistemology
-
Class org.episteme.social.philosophy.epistemology.EmpiricalEvidence
class EmpiricalEvidence extends Evidence implements Serializable- serialVersionUID:
- 2L
-
Class org.episteme.social.philosophy.epistemology.EpistemicStatus
class EpistemicStatus extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.philosophy.epistemology.Evidence
class Evidence extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
id
Identification id
-
kind
EvidenceKind kind
-
reliability
Quantity<Dimensionless> reliability
-
traits
Map<String,
Object> traits
-
-
Class org.episteme.social.philosophy.epistemology.EvidenceKind
class EvidenceKind extends ExtensibleEnum implements Serializable -
Class org.episteme.social.philosophy.epistemology.Knowledge
class Knowledge extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
belief
Belief belief
-
id
Identification id
-
justification
Evidence justification
-
proposition
Proposition proposition
-
traits
Map<String,
Object> traits
-
-
Class org.episteme.social.philosophy.epistemology.Proposition
class Proposition extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
id
Identification id
-
traits
Map<String,
Object> traits -
truthValue
boolean truthValue
-
-
Class org.episteme.social.philosophy.epistemology.RationalEvidence
class RationalEvidence extends Evidence implements Serializable- serialVersionUID:
- 2L
-
Class org.episteme.social.philosophy.epistemology.Subject
class Subject extends Object implements Serializable- serialVersionUID:
- 2L
-
Class org.episteme.social.philosophy.epistemology.TestimonialEvidence
class TestimonialEvidence extends Evidence implements Serializable- serialVersionUID:
- 2L
-
-
Package org.episteme.social.philosophy.storytelling
-
Class org.episteme.social.philosophy.storytelling.Story
class Story extends Object implements Serializable- serialVersionUID:
- 3L
-
Serialized Fields
-
events
Set<Event> events
-
id
Identification id
-
relations
Set<Graph.Edge<Event>> relations
-
traits
Map<String,
Object> traits
-
-
-
Package org.episteme.social.politics
-
Class org.episteme.social.politics.Administration
class Administration extends Organization implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
country
Country country
-
-
Record Class org.episteme.social.politics.ApportionmentMethods.ApportionmentResult
class ApportionmentResult extends Record implements Serializable -
Record Class org.episteme.social.politics.ApportionmentMethods.Party
class Party extends Record implements Serializable-
Serialized Fields
-
name
String name
The field for thenamerecord component. -
votes
long votes
The field for thevotesrecord component.
-
-
-
Class org.episteme.social.politics.Ballot
class Ballot extends Object implements Serializable- serialVersionUID:
- 2L
-
Class org.episteme.social.politics.Candidate
class Candidate extends Role implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.politics.Citizen
class Citizen extends Role implements Serializable-
Serialized Fields
-
identification
Identification identification
The official identification (e.g., ID card, passport, or social security number). -
nationalities
Set<Country> nationalities
The set of countries where this individual holds citizenship.
-
-
-
Class org.episteme.social.politics.City
class City extends Place implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
country
Country country
-
leaders
Set<Individual> leaders
-
population
long population
-
zipCode
String zipCode
-
-
Class org.episteme.social.politics.CivilSituation
class CivilSituation extends Situation implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.politics.Conflict
class Conflict extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
comments
String comments
-
endDate
TimeCoordinate endDate
-
groups
Set<PsychologicalGroup> groups
-
name
String name
-
place
Place place
-
startingDate
TimeCoordinate startingDate
-
-
Class org.episteme.social.politics.Constituency
class Constituency extends Object implements Serializable- serialVersionUID:
- 1L
-
Record Class org.episteme.social.politics.ConstitutionalComparator.ConstitutionInfo
class ConstitutionInfo extends Record implements Serializable-
Serialized Fields
-
country
String country
The field for thecountryrecord component. -
isFederal
boolean isFederal
The field for theisFederalrecord component. -
isPresidential
boolean isPresidential
The field for theisPresidentialrecord component. -
termLength
int termLength
The field for thetermLengthrecord component.
-
-
-
Class org.episteme.social.politics.Country
class Country extends Region implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
alpha3
String alpha3
-
army
Administration army
-
borderCountries
Set<String> borderCountries
-
cities
Set<City> cities
-
continent
String continent
-
currency
Currency currency
-
currencyCode
String currencyCode
-
governmentType
GovernmentType governmentType
-
hdi
Quantity<Dimensionless> hdi
-
independenceYear
Integer independenceYear
-
justice
Administration justice
-
lifeExpectancy
Quantity<Time> lifeExpectancy
-
majorIndustries
Set<String> majorIndustries
-
militarySpending
Quantity<Money> militarySpending
-
nation
Nation nation
-
naturalResources
Set<String> naturalResources
-
police
Administration police
-
populationGrowthRate
Quantity<Dimensionless> populationGrowthRate
-
stability
Quantity<Dimensionless> stability
-
subRegions
Set<Region> subRegions
-
-
Class org.episteme.social.politics.CountryCode
class CountryCode extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
builtIn
boolean builtIn
-
englishName
String englishName
-
-
Class org.episteme.social.politics.DevelopmentStatus
class DevelopmentStatus extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.social.politics.Election
class Election extends Situation implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.politics.Federation
class Federation extends Object implements Serializable- serialVersionUID:
- 1L
-
Record Class org.episteme.social.politics.GerrymanderingDetector.District
class District extends Record implements Serializable-
Serialized Fields
-
boundary
List<double[]> boundary
The field for theboundaryrecord component. -
compactnessScore
double compactnessScore
The field for thecompactnessScorerecord component. -
id
String id
The field for theidrecord component. -
partyAVotes
int partyAVotes
The field for thepartyAVotesrecord component. -
partyBVotes
int partyBVotes
The field for thepartyBVotesrecord component. -
totalVoters
int totalVoters
The field for thetotalVotersrecord component.
-
-
-
Record Class org.episteme.social.politics.GerrymanderingDetector.GerrymanderAnalysis
class GerrymanderAnalysis extends Record implements Serializable-
Serialized Fields
-
crackedDistricts
List<String> crackedDistricts
The field for thecrackedDistrictsrecord component. -
declination
double declination
The field for thedeclinationrecord component. -
efficiencyGap
double efficiencyGap
The field for theefficiencyGaprecord component. -
meanMedianDiff
double meanMedianDiff
The field for themeanMedianDiffrecord component. -
overallCompactness
double overallCompactness
The field for theoverallCompactnessrecord component. -
packedDistricts
List<String> packedDistricts
The field for thepackedDistrictsrecord component. -
verdict
String verdict
The field for theverdictrecord component.
-
-
-
Class org.episteme.social.politics.Government
class Government extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.politics.GovernmentForm
class GovernmentForm extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.social.politics.GovernmentType
class GovernmentType extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
displayName
String displayName
-
-
Class org.episteme.social.politics.Ideology
class Ideology extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.social.politics.Nation
class Nation extends Tribe implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
codes
Set<Code> codes
-
constitution
Constitution constitution
-
government
Administration government
-
kind
int kind
-
organizations
Set<Organization> organizations
-
parliment
Set<Human> parliment
-
treaties
Set<Treaty> treaties
-
-
Class org.episteme.social.politics.Party
class Party extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.politics.PoliticalParty
class PoliticalParty extends Organization implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.politics.PoliticalSpectrum
class PoliticalSpectrum extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.social.politics.Settlement
class Settlement extends Place implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
leaders
Set<Individual> leaders
-
PsychologicalGroup
PsychologicalGroup PsychologicalGroup
-
-
Class org.episteme.social.politics.Voter
class Voter extends Role implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.politics.VotingMethod
class VotingMethod extends ExtensibleEnum implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
-
Package org.episteme.social.politics.flags
-
Class org.episteme.social.politics.flags.Flag
class Flag extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.episteme.social.psychology
-
Class org.episteme.social.psychology.Activity
class Activity extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.psychology.Behavior
class Behavior extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.psychology.BigFiveProfile.OCEAN
class OCEAN extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.psychology.CognitiveLoadModel.CognitiveState
class CognitiveState extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.psychology.CognitiveLoadModel.LoadFactor
class LoadFactor extends Object implements Serializable- serialVersionUID:
- 1L
-
Record Class org.episteme.social.psychology.Decision
class Decision extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
choice
String choice
The field for thechoicerecord component. -
rationale
String rationale
The field for therationalerecord component. -
subject
String subject
The field for thesubjectrecord component. -
timestamp
TimeCoordinate timestamp
The field for thetimestamprecord component.
-
-
Class org.episteme.social.psychology.Trait
class Trait extends Object implements Serializable- serialVersionUID:
- 2L
-
-
Package org.episteme.social.psychology.social
-
Class org.episteme.social.psychology.social.Biography
class Biography extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.psychology.social.Crowd
- serialVersionUID:
- 1L
-
Serialized Fields
-
motive
String motive
-
-
Class org.episteme.social.psychology.social.HumanGroup
class HumanGroup extends PsychologicalGroup implements Serializable -
Class org.episteme.social.psychology.social.HumanTimeline
class HumanTimeline extends Timeline implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
category
String category
-
-
Class org.episteme.social.psychology.social.PsychologicalFamily
class PsychologicalFamily extends PsychologicalGroup implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.psychology.social.PsychologicalGroup
- serialVersionUID:
- 2L
-
Serialized Fields
-
leaders
Set<Individual> leaders
Individuals designated as leaders or rulers within the PsychologicalGroup. -
relations
Map<Individual, Map<Individual, Real>> relations
Complex mapping of interpersonal relations. Maps an individual to their perceived relations with other members. The double value typically represents attraction/repulsion or dominance.
-
-
Class org.episteme.social.psychology.social.Tribe
class Tribe extends HumanGroup implements Serializable
-
-
Package org.episteme.social.sociology
-
Class org.episteme.social.sociology.AdoptionStatus
class AdoptionStatus extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.social.sociology.Celebration
class Celebration extends WorkSituation implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
date
Date date
-
kind
CelebrationKind kind
-
place
Place place
-
-
Class org.episteme.social.sociology.CelebrationKind
class CelebrationKind extends ExtensibleEnum implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.social.sociology.Census
class Census extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.sociology.Culture
class Culture extends Object implements Serializable- serialVersionUID:
- 2L
-
Class org.episteme.social.sociology.DemographicData
class DemographicData extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
individuals
List<SociologicalGroup> individuals
-
manualGroups
List<DemographicData.AgeGroup> manualGroups
-
populationName
String populationName
-
-
Record Class org.episteme.social.sociology.DemographicData.AgeGroup
class AgeGroup extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
femaleCount
long femaleCount
The field for thefemaleCountrecord component. -
maleCount
long maleCount
The field for themaleCountrecord component. -
maxAge
int maxAge
The field for themaxAgerecord component. -
minAge
int minAge
The field for theminAgerecord component.
-
-
Class org.episteme.social.sociology.Demography
class Demography extends Object implements Serializable- serialVersionUID:
- 1L
-
Record Class org.episteme.social.sociology.Demography.PopulationPyramid
class PopulationPyramid extends Record implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
femaleCounts
int[] femaleCounts
The field for thefemaleCountsrecord component. -
maleCounts
int[] maleCounts
The field for themaleCountsrecord component.
-
-
Class org.episteme.social.sociology.EducationLevel
class EducationLevel extends ExtensibleEnum implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
builtIn
boolean builtIn
-
customDescription
String customDescription
-
-
Class org.episteme.social.sociology.Gender
class Gender extends ExtensibleEnum implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.social.sociology.GroupKind
class GroupKind extends ExtensibleEnum implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.social.sociology.Human
class Human extends Individual implements Serializable- serialVersionUID:
- 5L
-
Serialized Fields
-
biography
Biography biography
-
birthWhen
TimeCoordinate birthWhen
-
bloodType
BloodType bloodType
-
deathWhen
TimeCoordinate deathWhen
-
ethnicity
String ethnicity
-
eyeColor
String eyeColor
-
givenName
String givenName
-
hairColor
String hairColor
-
height
Quantity<Length> height
-
lastName
String lastName
-
nationality
String nationality
-
personality
BigFiveProfile personality
-
title
String title
-
usedName
String usedName
-
weight
Quantity<Mass> weight
-
-
Class org.episteme.social.sociology.MasterOfCeremony
class MasterOfCeremony extends Role implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
organization
Organization organization
-
-
Class org.episteme.social.sociology.Member
class Member extends Role implements Serializable-
Serialized Fields
-
price
Money price
The price or contribution required to participate.
-
-
-
Class org.episteme.social.sociology.Occupation
class Occupation extends ExtensibleEnum implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
builtIn
boolean builtIn
-
description
String description
-
-
Record Class org.episteme.social.sociology.OpinionDynamics.Agent
class Agent extends Record implements Serializable -
Record Class org.episteme.social.sociology.OpinionDynamics.SimulationState
class SimulationState extends Record implements Serializable-
Serialized Fields
-
clusters
int clusters
The field for theclustersrecord component. -
consensus
Real consensus
The field for theconsensusrecord component. -
opinions
Map<String,
Real> opinions The field for theopinionsrecord component. -
polarization
Real polarization
The field for thepolarizationrecord component. -
step
int step
The field for thesteprecord component.
-
-
-
Class org.episteme.social.sociology.OrganizationSector
class OrganizationSector extends ExtensibleEnum implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.social.sociology.Person
class Person extends Human implements Serializable- serialVersionUID:
- 3L
-
Class org.episteme.social.sociology.Religion
class Religion extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
beliefs
List<String> beliefs
-
clergy
Set<Person> clergy
-
complexBeliefs
List<Belief> complexBeliefs
-
followers
long followers
-
foundedYear
int foundedYear
-
founder
String founder
-
holidayList
List<String> holidayList
-
holySites
Set<Place> holySites
-
holyText
String holyText
-
id
Identification id
-
originRegion
String originRegion
-
practices
List<String> practices
-
traits
Map<String,
Object> traits -
type
ReligionType type
-
-
Class org.episteme.social.sociology.ReligionType
class ReligionType extends ExtensibleEnum implements Serializable- serialVersionUID:
- 3L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.social.sociology.Ritual
class Ritual extends Situation implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.sociology.Role
class Role extends Object implements Serializable-
Serialized Fields
-
id
Identification id
-
individual
Individual individual
-
kind
RoleKind kind
-
situation
Situation situation
-
timestamp
TimeCoordinate timestamp
-
traits
Map<String,
Object> traits
-
-
-
Class org.episteme.social.sociology.RoleKind
class RoleKind extends ExtensibleEnum implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
builtIn
boolean builtIn
-
description
String description
-
-
Class org.episteme.social.sociology.Roles
class Roles extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.sociology.School
class School extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
acceptanceRate
Real acceptanceRate
-
facultyCount
int facultyCount
-
foundedYear
int foundedYear
-
id
Identification id
-
level
SchoolLevel level
-
location
String location
-
name
String name
-
programs
List<String> programs
-
studentCount
long studentCount
-
type
SchoolType type
-
-
Class org.episteme.social.sociology.SchoolLevel
class SchoolLevel extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.social.sociology.SchoolType
class SchoolType extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.social.sociology.Scientist
class Scientist extends Object implements Serializable- serialVersionUID:
- 1L
-
Record Class org.episteme.social.sociology.SegregationModel.GridState
class GridState extends Record implements Serializable-
Serialized Fields
-
grid
SegregationModel.AgentType[][] grid
The field for thegridrecord component. -
happinessRate
Real happinessRate
The field for thehappinessRaterecord component. -
moves
int moves
The field for themovesrecord component. -
segregationIndex
Real segregationIndex
The field for thesegregationIndexrecord component. -
step
int step
The field for thesteprecord component.
-
-
-
Class org.episteme.social.sociology.Situation
class Situation extends Object implements Serializable -
Class org.episteme.social.sociology.Situations
class Situations extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.sociology.SocialNetwork
class SocialNetwork extends Object implements Serializable- serialVersionUID:
- 2L
-
Class org.episteme.social.sociology.Society
- serialVersionUID:
- 2L
-
Serialized Fields
-
culture
Culture culture
-
governmentType
String governmentType
-
institutions
List<SociologicalGroup> institutions
-
languages
Set<Language> languages
-
populationCount
long populationCount
-
religions
Set<Religion> religions
-
type
SocietyType type
-
-
Class org.episteme.social.sociology.SocietySimulation
class SocietySimulation extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
config
SocietySimulation.Config config
-
currentStep
long currentStep
-
globalStability
Real globalStability
-
network
SocialNetwork network
-
opinions
Map<Person,
Real> opinions -
random
Random random
-
society
Society society
-
-
Class org.episteme.social.sociology.SocietySimulation.Config
class Config extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.sociology.SocietyType
class SocietyType extends ExtensibleEnum implements Serializable- serialVersionUID:
- 3L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Class org.episteme.social.sociology.SociologicalFamily
class SociologicalFamily extends SociologicalGroup implements Serializable- serialVersionUID:
- 2L
-
Class org.episteme.social.sociology.SociologicalGroup
- serialVersionUID:
- 2L
-
Serialized Fields
-
internalRoles
Map<Individual, String> internalRoles
-
kind
GroupKind kind
-
-
-
Package org.episteme.social.sociology.survey
-
Class org.episteme.social.sociology.survey.ChoiceQuestion
class ChoiceQuestion extends Question implements Serializable -
Class org.episteme.social.sociology.survey.Question
class Question extends Object implements Serializable-
Serialized Fields
-
id
Identification id
-
required
boolean required
-
traits
Map<String,
Object> traits -
type
QuestionType type
-
-
-
Class org.episteme.social.sociology.survey.QuestionType
class QuestionType extends ExtensibleEnum implements Serializable-
Serialized Fields
-
builtIn
boolean builtIn
-
-
-
Class org.episteme.social.sociology.survey.ScaleQuestion
class ScaleQuestion extends Question implements Serializable -
Class org.episteme.social.sociology.survey.Survey
class Survey extends Object implements Serializable -
Class org.episteme.social.sociology.survey.SurveyResponse
class SurveyResponse extends Object implements Serializable-
Serialized Fields
-
answers
Map<String,
Object> answers -
id
Identification id
-
respondent
Person respondent
-
survey
Survey survey
-
timestamp
TimeCoordinate timestamp
-
traits
Map<String,
Object> traits
-
-
-
Class org.episteme.social.sociology.survey.TextQuestion
class TextQuestion extends Question implements Serializable
-
-
Package org.episteme.social.sports
-
Class org.episteme.social.sports.Almanac
class Almanac extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.sports.AthletePhysiology.PhysiologicalState
class PhysiologicalState extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
glycogenStores
double glycogenStores
-
heartRate
double heartRate
-
hydration
double hydration
-
muscularFatigue
double muscularFatigue
-
stamina
double stamina
-
-
Record Class org.episteme.social.sports.BettingOddsCalculator.MatchContext
class MatchContext extends Record implements Serializable-
Serialized Fields
-
formDifference
double formDifference
The field for theformDifferencerecord component. -
headToHeadAdvantage
double headToHeadAdvantage
The field for theheadToHeadAdvantagerecord component. -
injuryImpact
double injuryImpact
The field for theinjuryImpactrecord component. -
isHomeGame
boolean isHomeGame
The field for theisHomeGamerecord component. -
restDaysDifference
double restDaysDifference
The field for therestDaysDifferencerecord component.
-
-
-
Record Class org.episteme.social.sports.BettingOddsCalculator.OddsResult
class OddsResult extends Record implements Serializable-
Serialized Fields
-
decimalOddsA
double decimalOddsA
The field for thedecimalOddsArecord component. -
decimalOddsB
double decimalOddsB
The field for thedecimalOddsBrecord component. -
decimalOddsDraw
double decimalOddsDraw
The field for thedecimalOddsDrawrecord component. -
drawProbability
double drawProbability
The field for thedrawProbabilityrecord component. -
winProbabilityA
double winProbabilityA
The field for thewinProbabilityArecord component. -
winProbabilityB
double winProbabilityB
The field for thewinProbabilityBrecord component.
-
-
-
Record Class org.episteme.social.sports.BiomechanicsSimulator.BodySegment
class BodySegment extends Record implements Serializable-
Serialized Fields
-
comDistance
double comDistance
The field for thecomDistancerecord component. -
length
double length
The field for thelengthrecord component. -
mass
double mass
The field for themassrecord component. -
name
String name
The field for thenamerecord component.
-
-
-
Record Class org.episteme.social.sports.BiomechanicsSimulator.DynamicAnalysis
class DynamicAnalysis extends Record implements Serializable-
Serialized Fields
-
jointTorques
Map<String,
Double> jointTorques The field for thejointTorquesrecord component. -
peakForce
double peakForce
The field for thepeakForcerecord component. -
peakPower
double peakPower
The field for thepeakPowerrecord component. -
peakTorque
double peakTorque
The field for thepeakTorquerecord component. -
workDone
double workDone
The field for theworkDonerecord component.
-
-
-
Record Class org.episteme.social.sports.BiomechanicsSimulator.JointAngle
class JointAngle extends Record implements Serializable-
Serialized Fields
-
abduction
double abduction
The field for theabductionrecord component. -
flexion
double flexion
The field for theflexionrecord component. -
jointName
String jointName
The field for thejointNamerecord component. -
rotation
double rotation
The field for therotationrecord component.
-
-
-
Record Class org.episteme.social.sports.BiomechanicsSimulator.KinematicAnalysis
class KinematicAnalysis extends Record implements Serializable-
Serialized Fields
-
jointAccelerations
Map<String,
double[]> jointAccelerations The field for thejointAccelerationsrecord component. -
jointVelocities
Map<String,
double[]> jointVelocities The field for thejointVelocitiesrecord component. -
peakAcceleration
double peakAcceleration
The field for thepeakAccelerationrecord component. -
peakVelocity
double peakVelocity
The field for thepeakVelocityrecord component. -
rangeOfMotion
double rangeOfMotion
The field for therangeOfMotionrecord component.
-
-
-
Record Class org.episteme.social.sports.BiomechanicsSimulator.MotionFrame
class MotionFrame extends Record implements Serializable-
Serialized Fields
-
jointAngles
Map<String, BiomechanicsSimulator.JointAngle> jointAngles
The field for thejointAnglesrecord component. -
segmentPositions
Map<String,
double[]> segmentPositions The field for thesegmentPositionsrecord component. -
time
double time
The field for thetimerecord component.
-
-
-
Record Class org.episteme.social.sports.Category
class Category extends Record implements Serializable- serialVersionUID:
- 1L
-
Class org.episteme.social.sports.Competition
class Competition extends Object implements Serializable- serialVersionUID:
- 1L
-
Record Class org.episteme.social.sports.DraftSimulator.DraftPick
class DraftPick extends Record implements Serializable-
Serialized Fields
-
pickNumber
int pickNumber
The field for thepickNumberrecord component. -
prospect
DraftSimulator.Prospect prospect
The field for theprospectrecord component. -
round
int round
The field for theroundrecord component. -
team
String team
The field for theteamrecord component.
-
-
-
Record Class org.episteme.social.sports.DraftSimulator.Prospect
class Prospect extends Record implements Serializable-
Serialized Fields
-
age
int age
The field for theagerecord component. -
attributes
Map<String,
Double> attributes The field for theattributesrecord component. -
name
String name
The field for thenamerecord component. -
overallRating
double overallRating
The field for theoverallRatingrecord component. -
position
String position
The field for thepositionrecord component. -
potential
double potential
The field for thepotentialrecord component.
-
-
-
Record Class org.episteme.social.sports.HistoricalSports.HistoricalSport
class HistoricalSport extends Record implements Serializable-
Serialized Fields
-
equipment
Map<String,
String> equipment The field for theequipmentrecord component. -
modernDescendant
String modernDescendant
The field for themodernDescendantrecord component. -
name
String name
The field for thenamerecord component. -
originPeriod
TimeCoordinate originPeriod
The field for theoriginPeriodrecord component. -
performanceMetric
String performanceMetric
The field for theperformanceMetricrecord component. -
region
String region
The field for theregionrecord component. -
rules
List<String> rules
The field for therulesrecord component.
-
-
-
Record Class org.episteme.social.sports.InjuryPredictor.AthleteProfile
class AthleteProfile extends Record implements Serializable-
Serialized Fields
-
age
int age
The field for theagerecord component. -
bodyMass
double bodyMass
The field for thebodyMassrecord component. -
muscleBalance
double muscleBalance
The field for themuscleBalancerecord component. -
nutritionScore
double nutritionScore
The field for thenutritionScorerecord component. -
previousInjuries
double previousInjuries
The field for thepreviousInjuriesrecord component. -
sleepQuality
double sleepQuality
The field for thesleepQualityrecord component. -
sport
String sport
The field for thesportrecord component.
-
-
-
Record Class org.episteme.social.sports.InjuryPredictor.InjuryRisk
class InjuryRisk extends Record implements Serializable-
Serialized Fields
-
primaryFactor
String primaryFactor
The field for theprimaryFactorrecord component. -
probability
double probability
The field for theprobabilityrecord component. -
recommendations
List<String> recommendations
The field for therecommendationsrecord component. -
type
InjuryPredictor.InjuryType type
The field for thetyperecord component.
-
-
-
Record Class org.episteme.social.sports.InjuryPredictor.TrainingLoad
class TrainingLoad extends Record implements Serializable-
Serialized Fields
-
duration
double duration
The field for thedurationrecord component. -
frequency
double frequency
The field for thefrequencyrecord component. -
intensity
double intensity
The field for theintensityrecord component. -
type
String type
The field for thetyperecord component.
-
-
-
Class org.episteme.social.sports.Match
class Match extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
awayScore
int awayScore
-
awayTeam
Team awayTeam
-
competition
Competition competition
-
date
TimeCoordinate date
-
homeScore
int homeScore
-
homeTeam
Team homeTeam
-
id
Identification id
-
sport
Sport sport
-
status
MatchStatus status
-
traits
Map<String,
Object> traits -
venue
Place venue
-
-
Class org.episteme.social.sports.MatchStatus
class MatchStatus extends ExtensibleEnum implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
builtIn
boolean builtIn
-
-
Record Class org.episteme.social.sports.NutritionPlanner.AthleteProfile
class AthleteProfile extends Record implements Serializable-
Serialized Fields
-
activityLevel
NutritionPlanner.ActivityLevel activityLevel
The field for theactivityLevelrecord component. -
age
int age
The field for theagerecord component. -
heightCm
double heightCm
The field for theheightCmrecord component. -
isMale
boolean isMale
The field for theisMalerecord component. -
massKg
double massKg
The field for themassKgrecord component. -
phase
NutritionPlanner.TrainingPhase phase
The field for thephaserecord component. -
sport
String sport
The field for thesportrecord component.
-
-
-
Record Class org.episteme.social.sports.NutritionPlanner.HydrationPlan
class HydrationPlan extends Record implements Serializable-
Serialized Fields
-
dailyWaterLiters
double dailyWaterLiters
The field for thedailyWaterLitersrecord component. -
duringWorkoutMlPerHour
double duringWorkoutMlPerHour
The field for theduringWorkoutMlPerHourrecord component. -
needsElectrolytes
boolean needsElectrolytes
The field for theneedsElectrolytesrecord component. -
postWorkoutMl
double postWorkoutMl
The field for thepostWorkoutMlrecord component. -
preworkoutMl
double preworkoutMl
The field for thepreworkoutMlrecord component.
-
-
-
Record Class org.episteme.social.sports.NutritionPlanner.MacroTargets
class MacroTargets extends Record implements Serializable-
Serialized Fields
-
calories
double calories
The field for thecaloriesrecord component. -
carbsGrams
double carbsGrams
The field for thecarbsGramsrecord component. -
fatGrams
double fatGrams
The field for thefatGramsrecord component. -
fiberGrams
double fiberGrams
The field for thefiberGramsrecord component. -
proteinGrams
double proteinGrams
The field for theproteinGramsrecord component.
-
-
-
Record Class org.episteme.social.sports.NutritionPlanner.MealTiming
class MealTiming extends Record implements Serializable-
Serialized Fields
-
duringTraining
String duringTraining
The field for theduringTrainingrecord component. -
hoursBeforeTraining
int hoursBeforeTraining
The field for thehoursBeforeTrainingrecord component. -
postTrainingImmediate
String postTrainingImmediate
The field for thepostTrainingImmediaterecord component. -
postTrainingMeal
String postTrainingMeal
The field for thepostTrainingMealrecord component. -
preTrainingMeal
String preTrainingMeal
The field for thepreTrainingMealrecord component.
-
-
-
Class org.episteme.social.sports.RatingSystems.Glicko2Rating
class Glicko2Rating extends Object implements Serializable- serialVersionUID:
- 1L
-
Record Class org.episteme.social.sports.RecordTracker.RecordProgression
class RecordProgression extends Record implements Serializable-
Serialized Fields
-
discipline
String discipline
The field for thedisciplinerecord component. -
history
List<RecordTracker.WorldRecord> history
The field for thehistoryrecord component. -
improvementRate
Real improvementRate
The field for theimprovementRaterecord component. -
predictedNextRecord
Real predictedNextRecord
The field for thepredictedNextRecordrecord component.
-
-
-
Record Class org.episteme.social.sports.RecordTracker.WorldRecord
class WorldRecord extends Record implements Serializable-
Serialized Fields
-
athlete
String athlete
The field for theathleterecord component. -
category
String category
The field for thecategoryrecord component. -
date
TimeCoordinate date
The field for thedaterecord component. -
discipline
String discipline
The field for thedisciplinerecord component. -
isHigherBetter
boolean isHigherBetter
The field for theisHigherBetterrecord component. -
nationality
String nationality
The field for thenationalityrecord component. -
performance
Real performance
The field for theperformancerecord component. -
unit
String unit
The field for theunitrecord component. -
venue
String venue
The field for thevenuerecord component.
-
-
-
Record Class org.episteme.social.sports.SalaryCapOptimizer.Player
class Player extends Record implements Serializable-
Serialized Fields
-
name
String name
The field for thenamerecord component. -
rating
double rating
The field for theratingrecord component. -
salary
double salary
The field for thesalaryrecord component.
-
-
-
Class org.episteme.social.sports.Sport
class Sport extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
category
Category category
-
id
Identification id
-
teamSport
boolean teamSport
-
traits
Map<String,
Object> traits
-
-
Record Class org.episteme.social.sports.TacticalAnalyzer.Formation
class Formation extends Record implements Serializable-
Serialized Fields
-
basePositions
Map<String, TacticalAnalyzer.Position> basePositions
The field for thebasePositionsrecord component. -
name
String name
The field for thenamerecord component.
-
-
-
Record Class org.episteme.social.sports.TacticalAnalyzer.Pass
class Pass extends Record implements Serializable-
Serialized Fields
-
end
TacticalAnalyzer.Position end
The field for theendrecord component. -
fromPlayer
String fromPlayer
The field for thefromPlayerrecord component. -
start
TacticalAnalyzer.Position start
The field for thestartrecord component. -
successful
boolean successful
The field for thesuccessfulrecord component. -
timestamp
double timestamp
The field for thetimestamprecord component. -
toPlayer
String toPlayer
The field for thetoPlayerrecord component.
-
-
-
Record Class org.episteme.social.sports.TacticalAnalyzer.PlayerMovement
class PlayerMovement extends Record implements Serializable-
Serialized Fields
-
playerId
String playerId
The field for theplayerIdrecord component. -
timestamp
double timestamp
The field for thetimestamprecord component. -
trajectory
List<TacticalAnalyzer.Position> trajectory
The field for thetrajectoryrecord component.
-
-
-
Record Class org.episteme.social.sports.TacticalAnalyzer.Position
class Position extends Record implements Serializable-
Serialized Fields
-
x
double x
The field for thexrecord component. -
y
double y
The field for theyrecord component.
-
-
-
Class org.episteme.social.sports.Team
class Team extends Object implements Serializable- serialVersionUID:
- 1L
-
Record Class org.episteme.social.sports.TournamentSchedulers.ScheduledMatch
class ScheduledMatch extends Record implements Serializable -
Record Class org.episteme.social.sports.TrainingPeriodization.Macrocycle
class Macrocycle extends Record implements Serializable-
Serialized Fields
-
name
String name
The field for thenamerecord component. -
targetEvent
String targetEvent
The field for thetargetEventrecord component. -
targetEventWeek
int targetEventWeek
The field for thetargetEventWeekrecord component. -
totalWeeks
int totalWeeks
The field for thetotalWeeksrecord component. -
weeks
List<TrainingPeriodization.TrainingWeek> weeks
The field for theweeksrecord component.
-
-
-
Record Class org.episteme.social.sports.TrainingPeriodization.TrainingWeek
class TrainingWeek extends Record implements Serializable-
Serialized Fields
-
focus
String focus
The field for thefocusrecord component. -
intensityAvg
double intensityAvg
The field for theintensityAvgrecord component. -
keyWorkouts
List<String> keyWorkouts
The field for thekeyWorkoutsrecord component. -
load
TrainingPeriodization.TrainingLoad load
The field for theloadrecord component. -
phase
TrainingPeriodization.MesoPhase phase
The field for thephaserecord component. -
volume
Quantity<Time> volume
The field for thevolumerecord component. -
weekNumber
int weekNumber
The field for theweekNumberrecord component.
-
-
-
Record Class org.episteme.social.sports.TrainingPeriodization.WorkoutSession
class WorkoutSession extends Record implements Serializable-
Serialized Fields
-
description
String description
The field for thedescriptionrecord component. -
duration
Quantity<Time> duration
The field for thedurationrecord component. -
exercises
List<String> exercises
The field for theexercisesrecord component. -
intensity
double intensity
The field for theintensityrecord component. -
name
String name
The field for thenamerecord component. -
type
String type
The field for thetyperecord component.
-
-
-
Class org.episteme.social.sports.TrajectoryDataSet
class TrajectoryDataSet extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
seriesMap
Map<String, TrajectoryDataSet.Series> seriesMap
-
-
Record Class org.episteme.social.sports.TrajectoryDataSet.DataPoint
class DataPoint extends Record implements Serializable-
Serialized Fields
-
time
double time
The field for thetimerecord component. -
value
Real value
The field for thevaluerecord component.
-
-
-
Record Class org.episteme.social.sports.TrajectoryDataSet.Series
class Series extends Record implements Serializable-
Serialized Fields
-
color
TrajectoryDataSet.ColorType color
The field for thecolorrecord component. -
id
String id
The field for theidrecord component. -
label
String label
The field for thelabelrecord component. -
points
List<TrajectoryDataSet.DataPoint> points
The field for thepointsrecord component.
-
-
-
Record Class org.episteme.social.sports.VideoAnalysisMetrics.Shot
class Shot extends Record implements Serializable-
Serialized Fields
-
distance
double distance
The field for thedistancerecord component. -
isHeader
boolean isHeader
The field for theisHeaderrecord component. -
x
double x
The field for thexrecord component. -
y
double y
The field for theyrecord component.
-
-
-
-
Package org.episteme.social.ui.viewers.sociology
-
Class org.episteme.social.ui.viewers.sociology.SurveyViewer
class SurveyViewer extends JPanel implements Serializable-
Serialized Fields
-
survey
Survey survey
-
-
-