Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
J
M
N
O
R
S
T
U
V
W
S
SA
- Interface in
spark.data
This is the interface for Spark arrays of objects.
SArray
- Class in
spark.data
This is a concrete implementation of SA that implements arrays with arbitrary content and of dynamic length.
SArray()
- Constructor for class spark.data.
SArray
set(int, SV)
- Method in interface spark.data.
SA
Changes the value at a particular index
set(int, long)
- Method in interface spark.data.
SA
set(int, double)
- Method in interface spark.data.
SA
set(int, boolean)
- Method in interface spark.data.
SA
set(int, String)
- Method in interface spark.data.
SA
set(int, SA)
- Method in interface spark.data.
SA
set(int, SO)
- Method in interface spark.data.
SA
set(int, SV)
- Method in class spark.data.
SArray
set(int, long)
- Method in class spark.data.
SArray
set(int, double)
- Method in class spark.data.
SArray
set(int, boolean)
- Method in class spark.data.
SArray
set(int, String)
- Method in class spark.data.
SArray
set(int, SA)
- Method in class spark.data.
SArray
set(int, SO)
- Method in class spark.data.
SArray
set(String, SV)
- Method in interface spark.data.
SO
This will set the value of the named attribute.
set(String, long)
- Method in interface spark.data.
SO
set(String, double)
- Method in interface spark.data.
SO
set(String, boolean)
- Method in interface spark.data.
SO
set(String, String)
- Method in interface spark.data.
SO
set(String, SO)
- Method in interface spark.data.
SO
set(String, SA)
- Method in interface spark.data.
SO
set(String, SV)
- Method in class spark.data.
SObj
set(String, long)
- Method in class spark.data.
SObj
set(String, double)
- Method in class spark.data.
SObj
set(String, boolean)
- Method in class spark.data.
SObj
set(String, String)
- Method in class spark.data.
SObj
set(String, SO)
- Method in class spark.data.
SObj
set(String, SA)
- Method in class spark.data.
SObj
set(String, SV)
- Method in class spark.data.
SOReflect
set(long)
- Method in class spark.data.
SV
Changes the value to a LONG
set(double)
- Method in class spark.data.
SV
Changes the value to a DOUBLE
set(boolean)
- Method in class spark.data.
SV
Changes the value to a BOOLEAN
set(String)
- Method in class spark.data.
SV
Changes the value to a STRING
set(SO)
- Method in class spark.data.
SV
Changes the value to an OBJECT
set(SA)
- Method in class spark.data.
SV
Changes the value to an ARRAY
setNull(String)
- Method in interface spark.data.
SO
setNull(String)
- Method in class spark.data.
SObj
setNull(String)
- Method in class spark.data.
SOReflect
setOutput(OutputStream)
- Method in class spark.data.io.
JSONWriter
setOutput(OutputStream)
- Method in class spark.data.io.
SONWriter
setOutput(OutputStream)
- Method in interface spark.data.io.
SparkWriter
This will set the OutputStream to which the data is to be written.
setPretty(boolean)
- Method in class spark.data.io.
JSONWriter
setPretty(boolean)
- Method in class spark.data.io.
SONWriter
setPretty(boolean)
- Method in interface spark.data.io.
SparkWriter
This tells the writer whether the output should be pretty-printed for human consumption or condensed for system communication or storage.
setSource(InputStream)
- Method in class spark.data.io.
JSONReader
setSource(String)
- Method in class spark.data.io.
JSONReader
setSource(InputStream)
- Method in class spark.data.io.
SONReader
setSource(String)
- Method in class spark.data.io.
SONReader
setSource(InputStream)
- Method in interface spark.data.io.
SparkReader
This will set the source from which objects are to be read.
setSource(String)
- Method in interface spark.data.io.
SparkReader
This will set a string from which objects can be read.
setTypeFactory(TypeFactory)
- Method in class spark.data.io.
JSONReader
setTypeFactory(TypeFactory)
- Method in class spark.data.io.
JSONWriter
setTypeFactory(TypeFactory)
- Method in class spark.data.io.
SONReader
setTypeFactory(TypeFactory)
- Method in class spark.data.io.
SONWriter
setTypeFactory(TypeFactory)
- Method in interface spark.data.io.
SparkReader
This will set the TypeFactory to be used in constructing objects based on what is read from the external form.
setTypeFactory(TypeFactory)
- Method in interface spark.data.io.
SparkWriter
This is the type factory to be used when converting internal Java classes into an external form.
size()
- Method in interface spark.data.
SA
the size of the array
size()
- Method in class spark.data.
SArray
SO
- Interface in
spark.data
This defines the object interface for all objects in the Spark data model.
SObj
- Class in
spark.data
This is a concrete implementation of SO.
SObj()
- Constructor for class spark.data.
SObj
son(String)
- Static method in class spark.data.
SV
This will parse a string in SON format and return the corresponding SV.
son(String[], String)
- Static method in class spark.data.
SV
This will parse a string in SON format using class names only from the specified packages.
SONReader
- Class in
spark.data.io
This is a concrete implementation of SparkReader that will read text sources in SON formation.
SONReader()
- Constructor for class spark.data.io.
SONReader
This creates a new SONReader.
SONReader(String[])
- Constructor for class spark.data.io.
SONReader
This creates a new SONReader.
SONReader(String[], InputStream)
- Constructor for class spark.data.io.
SONReader
This creates a new SONReader.
SONReader(String)
- Constructor for class spark.data.io.
SONReader
This creates a new SONReader.
SONReader(String[], String)
- Constructor for class spark.data.io.
SONReader
This creates a new SONReader.
SONWriter
- Class in
spark.data.io
This is a concrete implementation of SparkWriter.
SONWriter()
- Constructor for class spark.data.io.
SONWriter
This creates a new SONWriter.
SONWriter(String[])
- Constructor for class spark.data.io.
SONWriter
This creates a new SONWriter.
SONWriter(String[], OutputStream)
- Constructor for class spark.data.io.
SONWriter
This creates a new SONWriter.
SOReflect
- Class in
spark.data
This is a concrete implementation of SO that has special properties.
SOReflect()
- Constructor for class spark.data.
SOReflect
SParented
- Interface in
spark.data
This is the interface for all objects that have a parent.
spark
- package spark
The SPARK package provides basic capabilities for the study of interactive software architectures.
spark.data
- package spark.data
The Spark data facility provides a general mechanism for accessing objects and their components.
spark.data.io
- package spark.data.io
The Spark IO system contains classes for persisting and serializing Spark objects.
SparkReader
- Interface in
spark.data.io
This defines the interface for classes that can read Spark objects from some external form.
SparkWriter
- Interface in
spark.data.io
Classes that implement this interface can be used to write Spark values out to some external form.
SV
- Class in
spark.data
This is a general container for Spark data values.
SV()
- Constructor for class spark.data.
SV
Creates an SV with a NULL type
SV(long)
- Constructor for class spark.data.
SV
Creates an SV with a LONG type
SV(double)
- Constructor for class spark.data.
SV
Creates an SV with a DOUBLE type
SV(boolean)
- Constructor for class spark.data.
SV
Creates an SV with a BOOLEAN type
SV(String)
- Constructor for class spark.data.
SV
Creates an SV with a STRING type
SV(SO)
- Constructor for class spark.data.
SV
Creates an SV with an OBJECT type
SV(SA)
- Constructor for class spark.data.
SV
Creates an SV with an ARRAY type
SVal
- Enum in
spark.data
This enumerates the types of values that can be stored in an SV
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
J
M
N
O
R
S
T
U
V
W