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

M

Main - Class in edu.iu.cnets.klatsch
This is the main class.
Main() - Constructor for class edu.iu.cnets.klatsch.Main
 
main(String[]) - Static method in class edu.iu.cnets.klatsch.Main
 
map - Variable in class edu.iu.cnets.klatsch.lang.VDictionary
our actual storage mechanism
maxLines - Variable in class edu.iu.cnets.klatsch.misc.History
the maximum number of lines to retain
memeEvents(int) - Method in class edu.iu.cnets.klatsch.feed.Buzz
Returns an iterator over all events for the given meme.
memeEvents(int, int, int) - Method in class edu.iu.cnets.klatsch.feed.Buzz
Returns an iterator over all events for the given meme in the given time interval.
memeEvents(int) - Method in class edu.iu.cnets.klatsch.feed.Truthy
Returns an iterator over all events for the given meme.
memeEvents(int, int, int) - Method in class edu.iu.cnets.klatsch.feed.Truthy
Returns an iterator over all events for the given meme in the given time interval.
memeEvents(int) - Method in interface edu.iu.cnets.klatsch.model.Feed
Returns an iterator over all events for the given meme.
memeEvents(int, int, int) - Method in interface edu.iu.cnets.klatsch.model.Feed
Returns an iterator over all events for the given meme in the given time interval.
memeGraph() - Method in class edu.iu.cnets.klatsch.model.basic.BasicGraph
Returns the subgraph containing only meme-meme edges.
memeGraph() - Method in class edu.iu.cnets.klatsch.model.gephi.GephiGraph
Returns the subgraph containing only meme-meme edges.
memeGraph() - Method in interface edu.iu.cnets.klatsch.model.Graph
 
memeId(String) - Method in class edu.iu.cnets.klatsch.feed.Buzz
Maps from a meme's label to its ID.
memeId(String) - Method in class edu.iu.cnets.klatsch.feed.Truthy
Maps from a meme's label to its ID.
memeId(String) - Method in interface edu.iu.cnets.klatsch.model.Feed
Maps from a meme's label to its ID.
memeLabel(int) - Method in class edu.iu.cnets.klatsch.feed.Buzz
Maps from a meme's ID to its label.
memeLabel(Node) - Method in class edu.iu.cnets.klatsch.feed.Random
Standard interface function.
memeLabel(int) - Method in class edu.iu.cnets.klatsch.feed.Truthy
Maps from a meme's ID to its label.
memeLabel(int) - Method in interface edu.iu.cnets.klatsch.model.Feed
Maps from a meme's ID to its label.
memeLabels() - Method in class edu.iu.cnets.klatsch.feed.Random
Standard interface function.
memeLinks(int) - Method in class edu.iu.cnets.klatsch.feed.Buzz
Returns an iterator over all memes connected to the given meme.
memeLinks(int) - Method in class edu.iu.cnets.klatsch.feed.Truthy
Returns an iterator over all memes connected to the given meme.
memeLinks(int) - Method in interface edu.iu.cnets.klatsch.model.Feed
Returns an iterator over all memes connected to the given meme.
memes - Variable in class edu.iu.cnets.klatsch.feed.Random
 
message - Variable in exception edu.iu.cnets.klatsch.exception.EvaluationException
the error message
message - Variable in exception edu.iu.cnets.klatsch.exception.ParserException
the error message
message - Variable in exception edu.iu.cnets.klatsch.exception.TokenException
the error message
method - Variable in class edu.iu.cnets.klatsch.expression.ECallMethod
 
method_actor(Value...) - Method in class edu.iu.cnets.klatsch.lang.VNode
actor() : Returns true if this is an actor node.
method_actorevents(Value...) - Method in class edu.iu.cnets.klatsch.lang.VFeed
actorevents(n) : Returns stream of events for the actor with the given ID.
method_actorgraph(Value...) - Method in class edu.iu.cnets.klatsch.lang.VGraph
actorgraph() : Returns the actor-only subgraph.
method_actorid(Value...) - Method in class edu.iu.cnets.klatsch.lang.VFeed
actorid(s) : Returns the ID of the actor with the given label.
method_actorlabel(Value...) - Method in class edu.iu.cnets.klatsch.lang.VFeed
actorlabel(n) : Returns the label of the actor with ID n.
method_actormemegraph(Value...) - Method in class edu.iu.cnets.klatsch.lang.VGraph
actormemegraph() : Returns the actor-meme (bipartite) subgraph.
method_add(Value...) - Method in class edu.iu.cnets.klatsch.lang.VGraph
add(e) : Adds the given edge to the graph.
method_cap(Value...) - Method in class edu.iu.cnets.klatsch.lang.VString
cap() : Capitalizes the first letter of the string.
method_cc(Value...) - Method in class edu.iu.cnets.klatsch.lang.VGraph
cc() : Returns the mean clustering coefficient.
method_comp(Value...) - Method in class edu.iu.cnets.klatsch.lang.VGraph
comp(n) : Returns component #n in the graph.
method_comp_count(Value...) - Method in class edu.iu.cnets.klatsch.lang.VGraph
comp_count() : Returns the number of connected components.
method_comp_size(Value...) - Method in class edu.iu.cnets.klatsch.lang.VGraph
comp_size() : Returns a list containing the size of each connected component.
method_connect(Value...) - Method in class edu.iu.cnets.klatsch.lang.VFeed
connect() : Attempts to connect to the feed.
method_contains(Value...) - Method in class edu.iu.cnets.klatsch.lang.VString
contains(s) : Tests whether the string contains s.
method_current(Value...) - Method in class edu.iu.cnets.klatsch.lang.VStream
current() : Returns the current value in the stream.
method_delete(Value...) - Method in class edu.iu.cnets.klatsch.lang.VDictionary
delete(s) : Removes any association for s.
method_deq(Value...) - Method in class edu.iu.cnets.klatsch.lang.VQueue
deq() : Dequeue the head element from the queue.
method_diameter(Value...) - Method in class edu.iu.cnets.klatsch.lang.VGraph
diameter() : Returns the graph diameter.
method_done(Value...) - Method in class edu.iu.cnets.klatsch.lang.VStream
done() : Tests whether we're at the end of the stream.
method_dst(Value...) - Method in class edu.iu.cnets.klatsch.lang.VEdge
dst() : Returns the destination node for this edge.
method_e(Value...) - Method in class edu.iu.cnets.klatsch.lang.VEdge
e() : Returns the ending timestamp for this edge.
method_e(Value...) - Method in class edu.iu.cnets.klatsch.lang.VGraph
e() : Returns the number of edges in the graph.
method_edges(Value...) - Method in class edu.iu.cnets.klatsch.lang.VEvent
edges() : Returns a stream of edges in this event.
method_edges(Value...) - Method in class edu.iu.cnets.klatsch.lang.VGraph
edges() : Returns a stream of edges in the graph.
method_ei(Value...) - Method in class edu.iu.cnets.klatsch.lang.VGraph
ei(n) : Returns a stream of edges with node n as a destination.
method_empty(Value...) - Method in class edu.iu.cnets.klatsch.lang.VQueue
empty() : Returns true if the queue is empty.
method_empty(Value...) - Method in class edu.iu.cnets.klatsch.lang.VStack
empty() : Returns true if the stack is empty.
method_enq(Value...) - Method in class edu.iu.cnets.klatsch.lang.VQueue
enq(v) : Enqueues the value v to the end of the queue.
method_eo(Value...) - Method in class edu.iu.cnets.klatsch.lang.VGraph
eo(n) : Returns a stream of edges with node n as a source.
method_export(Value...) - Method in class edu.iu.cnets.klatsch.lang.VGraph
export(s1, s2) : Exports the graph to file s1, using format s2.
method_filter(Value...) - Method in class edu.iu.cnets.klatsch.lang.VList
filter(p) : Returns the members of the list for which p is true.
method_filter(Value...) - Method in class edu.iu.cnets.klatsch.lang.VStream
filter(p) : Applies a procedure filter to the stream, yielding a new stream.
method_get(Value...) - Method in class edu.iu.cnets.klatsch.lang.VDictionary
get(s) : Returns the value associated with s.
method_get(Value...) - Method in class edu.iu.cnets.klatsch.lang.VGraph
get(e) : Returns edge e from the graph.
method_get(Value...) - Method in class edu.iu.cnets.klatsch.lang.VList
get(n) : Returns element n from the list.
method_get(Value...) - Method in class edu.iu.cnets.klatsch.lang.VStream
get() : Returns the next item in the stream.
method_has(Value...) - Method in class edu.iu.cnets.klatsch.lang.VDictionary
has(s) : Returns true if the dictionary has an association for s.
method_has(Value...) - Method in class edu.iu.cnets.klatsch.lang.VGraph
has(e) : Returns true if edge e is in the graph.
method_id(Value...) - Method in class edu.iu.cnets.klatsch.lang.VNode
id() : Returns the ID of the node.
method_id(Value...) - Method in class edu.iu.cnets.klatsch.lang.VPane
id() : Returns the ID of the pane.
method_join(Value...) - Method in class edu.iu.cnets.klatsch.lang.VList
join(ls) : Creates a new list containing the combination of this list and ls.
method_keys(Value...) - Method in class edu.iu.cnets.klatsch.lang.VDictionary
keys() : Returns a stream of keys for the dictionary.
method_ki(Value...) - Method in class edu.iu.cnets.klatsch.lang.VGraph
ki(n) : Returns the in-degree of node n.
method_kipower(Value...) - Method in class edu.iu.cnets.klatsch.lang.VGraph
kipower() : Returns a power-law fit for the in-degree.
method_ko(Value...) - Method in class edu.iu.cnets.klatsch.lang.VGraph
ko(n) : Returns the out-degree of node n.
method_kopower(Value...) - Method in class edu.iu.cnets.klatsch.lang.VGraph
kopower() : Returns a power-law fit for the out-degree.
method_layout(Value...) - Method in class edu.iu.cnets.klatsch.lang.VGraph
layout() : Performs a layout operation using default parameters.
method_len(Value...) - Method in class edu.iu.cnets.klatsch.lang.VList
len() : Returns the length of the list.
method_len(Value...) - Method in class edu.iu.cnets.klatsch.lang.VQueue
len() : Returns the length of the queue.
method_len(Value...) - Method in class edu.iu.cnets.klatsch.lang.VStack
len() : Returns the length of the stack.
method_len(Value...) - Method in class edu.iu.cnets.klatsch.lang.VString
len() : Returns the length of the string.
method_limit(Value...) - Method in class edu.iu.cnets.klatsch.lang.VStream
limit(n) : Wrap the stream in a limited-element stream.
method_list(Value...) - Method in class edu.iu.cnets.klatsch.lang.VQueue
list() : Converts the queue to a list.
method_list(Value...) - Method in class edu.iu.cnets.klatsch.lang.VStack
list() : Converts the stack to a list.
method_list(Value...) - Method in class edu.iu.cnets.klatsch.lang.VStream
list() : Converts the stream into a list.
method_list(Value...) - Method in class edu.iu.cnets.klatsch.lang.VString
list() : Converts the string into a list of single-character substrings.
method_lower(Value...) - Method in class edu.iu.cnets.klatsch.lang.VString
lower() : Returns the lowercase version of the string.
method_map(Value...) - Method in class edu.iu.cnets.klatsch.lang.VList
map(p) : Returns the list obtained by calling p on each element.
method_map(Value...) - Method in class edu.iu.cnets.klatsch.lang.VStream
map(p) : Applies a procedural mapping to the stream, yielding a new stream.
method_matches(Value...) - Method in class edu.iu.cnets.klatsch.lang.VString
s.matches(r) : Tests whether the string matches r.
method_max(Value...) - Method in class edu.iu.cnets.klatsch.lang.VList
max : Returns the largest element in the list.
method_max_index(Value...) - Method in class edu.iu.cnets.klatsch.lang.VList
max_index : Returns the index of the largest element in the list.
method_mean(Value...) - Method in class edu.iu.cnets.klatsch.lang.VList
mean : Returns the mean of the values in the list.
method_meme(Value...) - Method in class edu.iu.cnets.klatsch.lang.VNode
meme() : Returns true if this is a meme node.
method_memeevents(Value...) - Method in class edu.iu.cnets.klatsch.lang.VFeed
memeevents(n) : Returns stream of events for the meme with the given ID.
method_memegraph(Value...) - Method in class edu.iu.cnets.klatsch.lang.VGraph
memegraph() : Returns the meme-only subgraph.
method_memeid(Value...) - Method in class edu.iu.cnets.klatsch.lang.VFeed
memeid(s) : Returns the ID of the meme with the given label.
method_memelabel(Value...) - Method in class edu.iu.cnets.klatsch.lang.VFeed
memelabel(n) : Returns the label of the meme with ID n.
method_memelinks(Value...) - Method in class edu.iu.cnets.klatsch.lang.VFeed
memelinks(n) : Returns memes linked to the meme with the given ID.
method_min(Value...) - Method in class edu.iu.cnets.klatsch.lang.VList
min : Returns the smallest element in the list.
method_min_index(Value...) - Method in class edu.iu.cnets.klatsch.lang.VList
min_index : Returns the index of the smallest element in the list.
method_modularity(Value...) - Method in class edu.iu.cnets.klatsch.lang.VGraph
modularity(): Returns the modularity measure.
method_more(Value...) - Method in class edu.iu.cnets.klatsch.lang.VStream
more() : Tests if there are more values to read.
method_n(Value...) - Method in class edu.iu.cnets.klatsch.lang.VGraph
n() : Returns the number of nodes in the graph.
method_name(Value...) - Method in class edu.iu.cnets.klatsch.lang.VFeed
name() : Returns the name of the feed.
method_name(Value...) - Method in class edu.iu.cnets.klatsch.lang.VPane
name() : Returns the name of the pane.
method_ni(Value...) - Method in class edu.iu.cnets.klatsch.lang.VGraph
ni() : Returns the number of destination nodes in the graph.
method_no(Value...) - Method in class edu.iu.cnets.klatsch.lang.VGraph
no() : Returns the number of source nodes in the graph.
method_nodes(Value...) - Method in class edu.iu.cnets.klatsch.lang.VGraph
nodes() : Returns a stream of nodes in the graph.
method_num(Value...) - Method in class edu.iu.cnets.klatsch.lang.VString
num() : Returns a numeric version of the string.
method_pathlength(Value...) - Method in class edu.iu.cnets.klatsch.lang.VGraph
pathlength() : Returns the mean path length.
method_peek(Value...) - Method in class edu.iu.cnets.klatsch.lang.VQueue
peek() : Returns the head elements without dequeuing it.
method_peek(Value...) - Method in class edu.iu.cnets.klatsch.lang.VStack
peek() : Returns the top element without popping it.
method_pop(Value...) - Method in class edu.iu.cnets.klatsch.lang.VStack
pop() : Remove and return the top element in the stack.
method_prop(Value...) - Method in class edu.iu.cnets.klatsch.lang.VPane
prop(s) : Returns the property with the given name
method_push(Value...) - Method in class edu.iu.cnets.klatsch.lang.VStack
push(v) : Pushes the value v onto the top of the stack.
method_reduce(Value...) - Method in class edu.iu.cnets.klatsch.lang.VList
reduce(p, acc) : Reduces the list to a single value by repeating acc = p(x, acc) for each x in the list.
method_reduce(Value...) - Method in class edu.iu.cnets.klatsch.lang.VStream
reduce(p, acc) : Applies a reduction to the stream, yielding a new stream.
method_s(Value...) - Method in class edu.iu.cnets.klatsch.lang.VEdge
s() : Returns the starting timestamp for this edge.
method_set(Value...) - Method in class edu.iu.cnets.klatsch.lang.VDictionary
set(s, v) : Associates s with the value v, replacing any existing association.
method_set(Value...) - Method in class edu.iu.cnets.klatsch.lang.VList
set(n, v) : Sets element n to the value v.
method_si(Value...) - Method in class edu.iu.cnets.klatsch.lang.VGraph
si(n) : Returns the in-strength of node n.
method_skew(Value...) - Method in class edu.iu.cnets.klatsch.lang.VList
skew : Returns the skew of the values in the list.
method_slice(Value...) - Method in class edu.iu.cnets.klatsch.lang.VList
slice(n1, n2) : Returns the slice of elements from ls[n1] to ls[n2], inclusive.
method_so(Value...) - Method in class edu.iu.cnets.klatsch.lang.VGraph
so(n) : Returns the out-strength of node n.
method_sort(Value...) - Method in class edu.iu.cnets.klatsch.lang.VList
sort() : Sorts the numeric list in-place and returns it as a value.
method_split(Value...) - Method in class edu.iu.cnets.klatsch.lang.VString
split(r, {n}) : Returns the string as split by the regex r (limit of n pieces).
method_src(Value...) - Method in class edu.iu.cnets.klatsch.lang.VEdge
src() : Returns the source node for this edge.
method_std(Value...) - Method in class edu.iu.cnets.klatsch.lang.VList
std : Returns the standard deviation of the values in the list.
method_str(Value...) - Method in class edu.iu.cnets.klatsch.lang.VNumber
n.str() : Convert the number to a string.
method_stream(Value...) - Method in class edu.iu.cnets.klatsch.lang.VClosure
stream() : Turns this zero-argument closure into a (infinite) stream.
method_stream(Value...) - Method in class edu.iu.cnets.klatsch.lang.VList
stream() : Converts the list to a stream.
method_stream(Value...) - Method in class edu.iu.cnets.klatsch.lang.VQueue
stream() : Converts the queue to a stream.
method_stream(Value...) - Method in class edu.iu.cnets.klatsch.lang.VStack
stream() : Converts the stack to a stream.
method_substr(Value...) - Method in class edu.iu.cnets.klatsch.lang.VString
substr(n1, {n2}) : Returns the substring from n1 to n2-1 or from n1 to the end.
method_sum(Value...) - Method in class edu.iu.cnets.klatsch.lang.VList
sum : Returns the sum of the values of the list.
method_time(Value...) - Method in class edu.iu.cnets.klatsch.lang.VEvent
time() : Returns the timestamp for this event.
method_trim(Value...) - Method in class edu.iu.cnets.klatsch.lang.VString
trim() : Strips leading and trailing whitespace from the string.
method_trust(Value...) - Method in class edu.iu.cnets.klatsch.lang.VEdge
trust() : Returns the trusted weight of the edge.
method_trusted(Value...) - Method in class edu.iu.cnets.klatsch.lang.VGraph
trusted() : Returns the trusted subgraph.
method_update_trust(Value...) - Method in class edu.iu.cnets.klatsch.lang.VFeed
update(g) : Applies this feed's updateTrust() rules to the given graph.
method_upper(Value...) - Method in class edu.iu.cnets.klatsch.lang.VString
upper() : Returns the uppercase version of the string.
method_values(Value...) - Method in class edu.iu.cnets.klatsch.lang.VDictionary
values() : Returns a stream of values for the dictionary.
method_w(Value...) - Method in class edu.iu.cnets.klatsch.lang.VEdge
w() : Returns the total weight of the edge.
mouseDragged(int, int, int) - Method in class edu.iu.cnets.klatsch.gui.Widget
 
mousePressed(int, int, int) - Method in class edu.iu.cnets.klatsch.gui.Widget
 
mouseReleased(int, int, int) - Method in class edu.iu.cnets.klatsch.gui.Widget
 
moveColumn(int) - Static method in class edu.iu.cnets.klatsch.misc.VT100
 
moveDown() - Static method in class edu.iu.cnets.klatsch.misc.VT100
 
moveDown(int) - Static method in class edu.iu.cnets.klatsch.misc.VT100
 
moveHome() - Static method in class edu.iu.cnets.klatsch.misc.VT100
 
moveLeft() - Static method in class edu.iu.cnets.klatsch.misc.VT100
 
moveLeft(int) - Static method in class edu.iu.cnets.klatsch.misc.VT100
 
moveRight() - Static method in class edu.iu.cnets.klatsch.misc.VT100
 
moveRight(int) - Static method in class edu.iu.cnets.klatsch.misc.VT100
 
moveStart() - Static method in class edu.iu.cnets.klatsch.misc.VT100
 
moveUp() - Static method in class edu.iu.cnets.klatsch.misc.VT100
 
moveUp(int) - Static method in class edu.iu.cnets.klatsch.misc.VT100
 
moveXY(int, int) - Static method in class edu.iu.cnets.klatsch.misc.VT100
 
moveYX(int, int) - Static method in class edu.iu.cnets.klatsch.misc.VT100
 

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