A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

S

s - Variable in class edu.iu.cnets.klatsch.lang.VStack
the values actually being stored
s - Variable in class edu.iu.cnets.klatsch.lang.VStream
 
s - Variable in class edu.iu.cnets.klatsch.stream.SLimit
the stream we've encapsulated
self - Static variable in class edu.iu.cnets.klatsch.Main
a link to ourselves
serialVersionUID - Static variable in exception edu.iu.cnets.klatsch.exception.EvaluationException
make Eclipse happy
serialVersionUID - Static variable in exception edu.iu.cnets.klatsch.exception.KlatschException
 
serialVersionUID - Static variable in exception edu.iu.cnets.klatsch.exception.ParserException
make Eclipse happy
serialVersionUID - Static variable in exception edu.iu.cnets.klatsch.exception.TokenException
make Eclipse happy
serialVersionUID - Static variable in class edu.iu.cnets.klatsch.gui.KlatschGui
for serialization
serialVersionUID - Static variable in class edu.iu.cnets.klatsch.Main
for serialization
set(Runtime, Value) - Method in class edu.iu.cnets.klatsch.expression.ELValue
Sets the location to the given value.
set(String, Value) - Method in class edu.iu.cnets.klatsch.lang.Runtime
Sets the value of the given variable as specified.
set(VString, Value) - Method in class edu.iu.cnets.klatsch.lang.VDictionary
Updates the given association.
setup() - Method in class edu.iu.cnets.klatsch.gui.KlatschGui
Boot up by setting Processing parameters and making ourselves available to other classes.
SEventIterator - Class in edu.iu.cnets.klatsch.stream
This class wraps a stream around an iterator over Event objects.
SEventIterator(Iterator<Event>) - Constructor for class edu.iu.cnets.klatsch.stream.SEventIterator
Builds a new stream from the given iterator.
SIterator - Class in edu.iu.cnets.klatsch.stream
This class wraps a stream around an iterator of Value objects.
SIterator(Iterator<?>) - Constructor for class edu.iu.cnets.klatsch.stream.SIterator
Builds a new stream from the given iterator.
SLimit - Class in edu.iu.cnets.klatsch.stream
This type of stream applies an element limit to an existing stream.
SLimit(Stream, int) - Constructor for class edu.iu.cnets.klatsch.stream.SLimit
Builds a new element-limited stream from the given one.
SList - Class in edu.iu.cnets.klatsch.stream
This class wraps a stream around a VList.
SList(VList) - Constructor for class edu.iu.cnets.klatsch.stream.SList
Builds a new stream from the given list.
SProcedure - Class in edu.iu.cnets.klatsch.stream
This class wraps a stream around a procedure.
SProcedure(Callable) - Constructor for class edu.iu.cnets.klatsch.stream.SProcedure
Builds a new stream from the given procedure.
SqlIntegerIterator - Class in edu.iu.cnets.klatsch.misc
Class for converting a SQL ResultSet into a series of Integer objects.
SqlIntegerIterator(ResultSet) - Constructor for class edu.iu.cnets.klatsch.misc.SqlIntegerIterator
 
sqlString(String) - Static method in class edu.iu.cnets.klatsch.misc.Utility
Prepares a String for use in a SQL query by escaping characters as necessary and adding single quotes.
SRange - Class in edu.iu.cnets.klatsch.stream
This class builds a stream around a numeric iteration.
SRange(double, double, double) - Constructor for class edu.iu.cnets.klatsch.stream.SRange
Builds a new stream from the given iteration parameters.
src - Variable in class edu.iu.cnets.klatsch.model.Edge
the source node
src() - Method in class edu.iu.cnets.klatsch.model.Edge
Returns the source node for this edge.
srcCount() - Method in class edu.iu.cnets.klatsch.model.basic.BasicGraph
Returns the number of source nodes in the graph.
srcCount() - Method in class edu.iu.cnets.klatsch.model.gephi.GephiGraph
Returns the number of source nodes in the graph.
srcCount() - Method in interface edu.iu.cnets.klatsch.model.Graph
 
srcK() - Method in class edu.iu.cnets.klatsch.model.basic.BasicGraph
Returns an iterable over the out-degrees of the nodes in the graph.
srcK(Node) - Method in class edu.iu.cnets.klatsch.model.basic.BasicGraph
Returns the out-degree of the given node.
srcK() - Method in class edu.iu.cnets.klatsch.model.gephi.GephiGraph
Returns an iterable over the out-degrees of the nodes in the graph.
srcK(Node) - Method in class edu.iu.cnets.klatsch.model.gephi.GephiGraph
Returns the out-degree of the given node.
srcK() - Method in interface edu.iu.cnets.klatsch.model.Graph
 
srcK(Node) - Method in interface edu.iu.cnets.klatsch.model.Graph
 
srcS() - Method in class edu.iu.cnets.klatsch.model.basic.BasicGraph
Returns an iterable over the out-strengths of the nodes in the graph.
srcS(Node) - Method in class edu.iu.cnets.klatsch.model.basic.BasicGraph
Returns the out-strength of the given node.
srcS() - Method in class edu.iu.cnets.klatsch.model.gephi.GephiGraph
Returns an iterable over the out-strengths of the nodes in the graph.
srcS(Node) - Method in class edu.iu.cnets.klatsch.model.gephi.GephiGraph
Returns the out-strength of the given node.
srcS() - Method in interface edu.iu.cnets.klatsch.model.Graph
 
srcS(Node) - Method in interface edu.iu.cnets.klatsch.model.Graph
 
start - Variable in class edu.iu.cnets.klatsch.stream.SRange
the initial, final, and step values
startTime - Variable in class edu.iu.cnets.klatsch.model.Edge
the timestamp of the earliest data contributing to the weight of the edge
startTime() - Method in class edu.iu.cnets.klatsch.model.Edge
Returns the beginning timestamp for the edge.
statClustering() - Method in class edu.iu.cnets.klatsch.model.basic.BasicGraph
 
statClustering() - Method in class edu.iu.cnets.klatsch.model.gephi.GephiGraph
Returns the mean clustering coefficient of the graph.
statClustering() - Method in interface edu.iu.cnets.klatsch.model.Graph
 
statDiameter() - Method in class edu.iu.cnets.klatsch.model.basic.BasicGraph
 
statDiameter() - Method in class edu.iu.cnets.klatsch.model.gephi.GephiGraph
Returns the largest finite diameter within the graph.
statDiameter() - Method in interface edu.iu.cnets.klatsch.model.Graph
 
statDstKPower() - Method in class edu.iu.cnets.klatsch.model.basic.BasicGraph
 
statDstKPower() - Method in class edu.iu.cnets.klatsch.model.gephi.GephiGraph
Returns an estimated power-law fit for in-degree.
statDstKPower() - Method in interface edu.iu.cnets.klatsch.model.Graph
 
statModularity() - Method in class edu.iu.cnets.klatsch.model.basic.BasicGraph
 
statModularity() - Method in class edu.iu.cnets.klatsch.model.gephi.GephiGraph
Returns a modularity measure for the graph.
statModularity() - Method in interface edu.iu.cnets.klatsch.model.Graph
 
statPathLength() - Method in class edu.iu.cnets.klatsch.model.basic.BasicGraph
 
statPathLength() - Method in class edu.iu.cnets.klatsch.model.gephi.GephiGraph
Returns the mean path length within the components of the graph.
statPathLength() - Method in interface edu.iu.cnets.klatsch.model.Graph
 
statSrcKPower() - Method in class edu.iu.cnets.klatsch.model.basic.BasicGraph
 
statSrcKPower() - Method in class edu.iu.cnets.klatsch.model.gephi.GephiGraph
Returns an estimated power-law fit for out-degree.
statSrcKPower() - Method in interface edu.iu.cnets.klatsch.model.Graph
 
step - Variable in class edu.iu.cnets.klatsch.stream.SRange
the initial, final, and step values
stream - Variable in class edu.iu.cnets.klatsch.parser.Parser
 
Stream - Class in edu.iu.cnets.klatsch.stream
A stream differs from a list in that it's not random-access and doesn't necessarily have finite length.
Stream() - Constructor for class edu.iu.cnets.klatsch.stream.Stream
 
stringValue() - Method in class edu.iu.cnets.klatsch.parser.Token
Returns the string value of the token.
SWrapperIterator - Class in edu.iu.cnets.klatsch.stream
This class wraps a stream around an iterator over non-Klatsch values.
SWrapperIterator(Class<? extends Value>, Iterator<?>) - Constructor for class edu.iu.cnets.klatsch.stream.SWrapperIterator
Builds a new stream from the given iterator.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z