MCPcopy Create free account

hub / github.com/ModelInference/synoptic / functions

Functions6,002 in github.com/ModelInference/synoptic

↓ 1,439 callersMethodadd
Add the node the graph @param node the node to add
synoptic/src/synoptic/model/interfaces/IGraph.java:53
↓ 1,312 callersMethodget
(GeneratedMessage message)
traces/old/traceGen/src/com/google/protobuf/GeneratedMessage.java:1029
↓ 895 callersMethodadd
(TemporalInvariantSet set)
synoptic/src/synoptic/invariants/TemporalInvariantSet.java:79
↓ 512 callersMethodequals
Compares the specified object with this message for equality. Returns <tt>true</tt> if the given object is a message of the same type (as defined by
traces/old/traceGen/src/com/google/protobuf/Message.java:127
↓ 427 callersMethodmergeFrom
Merge {@code other} into the message being built. {@code other} must have the exact same type as {@code this} (i.e. {@code getDescriptorForType() ==
traces/old/traceGen/src/com/google/protobuf/Message.java:182
↓ 309 callersMethodsize
Returns the number of event nodes this partition contains.
synoptic/src/synoptic/model/Partition.java:187
↓ 287 callersMethodput
Hook that replicates behavior of super and also updates propertyVectors to maintain a list of property values per key
synoptic/src/synoptic/main/options/ListedProperties.java:37
↓ 197 callersMethodcall
()
synopticjung/src/synopticjung/SynopticJungMain.java:107
↓ 188 callersMethodtoString
(String cidString, char separator)
synoptic/src/synoptic/model/event/IDistEventType.java:38
↓ 187 callersMethodcontains
(Object arg0)
csight/src/csight/model/alphabet/FSMAlphabet.java:45
↓ 185 callersMethodbuild
()
traces/old/traceGen/src/com/google/protobuf/Message.java:186
↓ 180 callersMethodbuildParsed
()
traces/old/traceGen/src/com/google/protobuf/DescriptorProtos.java:5166
↓ 180 callersMethodset
(Builder builder, Object value)
traces/old/traceGen/src/com/google/protobuf/GeneratedMessage.java:1030
↓ 177 callersMethodnewInitialStringEventType
Creates a new StringEventType that is an INITIAL.
synoptic/src/synoptic/model/event/StringEventType.java:29
↓ 174 callersMethodaddTransition
Add a transition from this node to node dest with multiple relations. @param dest The destination of the transition. @param relation
synoptic/src/synoptic/model/EventNode.java:148
↓ 142 callersMethodisEmpty
Returns {@code true} if the size is {@code 0}, {@code false} otherwise.
traces/old/traceGen/src/com/google/protobuf/ByteString.java:73
↓ 127 callersMethodtoString
Converts the message to a string in protocol buffer text format. This is just a trivial wrapper around {@link TextFormat#printToString(Message)}.
traces/old/traceGen/src/com/google/protobuf/Message.java:148
↓ 123 callersMethodclear
()
traces/old/traceGen/src/com/google/protobuf/Message.java:164
↓ 116 callersMethodgetEType
Returns the label of the node. NOTE: This call is used by the LTLChecker to retrieve the canonical representation of the event type. @return the node
synoptic/src/synoptic/model/interfaces/INode.java:25
↓ 115 callersMethodextend
(T node, HistoryNode<T> prior)
synoptic/src/synoptic/invariants/fsmcheck/TracingStateSet.java:22
↓ 113 callersMethodsize
()
csight/src/csight/model/alphabet/FSMAlphabet.java:80
↓ 111 callersMethodhashCode
Returns the hash code value for this message. The hash code of a message is defined to be <tt>getDescriptor().hashCode() ^ map.hashCode()</tt>, where
traces/old/traceGen/src/com/google/protobuf/Message.java:138
↓ 110 callersMethodgetTarget
Get the target node. @return the target node
synoptic/src/synoptic/model/interfaces/ITransition.java:23
↓ 108 callersMethodnewList
()
csight/src/csight/util/Util.java:95
↓ 106 callersMethodgetUnknownFields
Get the {@link UnknownFieldSet} for this message.
traces/old/traceGen/src/com/google/protobuf/Message.java:113
↓ 105 callersMethodrun
(ParameterType parameter)
traces/old/traceGen/src/com/google/protobuf/RpcCallback.java:46
↓ 103 callersMethodaddRegex
Adds an individual trace line type, which consists of a regex with additional syntax. <b>The regex must match the entire line.</b> The additional synt
synoptic/src/synoptic/main/parser/TraceParser.java:274
↓ 90 callersMethodbuildParsed
()
traces/TwitterTracer/src/ProtoTrace.java:2712
↓ 87 callersMethodLocalEvent
An event type represents a possible transition/action that the CFSM, or one of the FSMs that make up a CFSM can handle. Event types that are communica
synoptic/src/synoptic/model/event/DistEventType.java:37
↓ 85 callersMethodnewSet
()
csight/src/csight/util/Util.java:83
↓ 83 callersMethodaddTransition
Adds a new transition to a state s on event e from this state. @param e @param s
csight/src/csight/model/fifosys/cfsm/fsm/FSMState.java:170
↓ 82 callersMethodapply
(IOperation op)
synoptic/src/synoptic/model/PartitionGraph.java:139
↓ 82 callersMethodisEmpty
()
csight/src/csight/model/alphabet/FSMAlphabet.java:55
↓ 77 callersMethodnewBuilder
()
traces/old/traceGen/src/com/google/protobuf/GeneratedMessage.java:1038
↓ 76 callersMethodgetDefaultInstance
()
traces/old/traceGen/src/com/google/protobuf/DescriptorProtos.java:4806
↓ 75 callersMethodsize
Returns the number of events in the queue.
csight/src/csight/model/fifosys/channel/channelstate/ChState.java:104
↓ 70 callersMethodisInitialized
Returns true if all required fields in the message and all embedded messages are set, false otherwise.
traces/old/traceGen/src/com/google/protobuf/MessageLite.java:193
↓ 70 callersMethodnext
()
synoptic/src/synoptic/util/IterableAdapter.java:26
↓ 69 callersMethodgetName
()
traces/old/traceGen/src/com/google/protobuf/Descriptors.java:1514
↓ 68 callersMethodmergeDelimitedFrom
(InputStream input)
traces/old/traceGen/src/com/google/protobuf/Message.java:299
↓ 68 callersMethodnewUninitializedMessageException
Construct an UninitializedMessageException reporting missing fields in the given message.
traces/old/traceGen/src/com/google/protobuf/AbstractMessage.java:548
↓ 68 callersMethodsetUnknownFields
Set the {@link UnknownFieldSet} for this message.
traces/old/traceGen/src/com/google/protobuf/Message.java:269
↓ 67 callersFunctionc
(a,b)
synopticgwt/war/jquery-1.4.2.min.js:20
↓ 66 callersMethodtransition
Mutates the StateSet, according to which states could be inhabited after the given input is provided. @param input The input event to tran
synoptic/src/synoptic/invariants/fsmcheck/IStateSet.java:17
↓ 63 callersMethodaddAll
(Collection<ITemporalInvariant> invs)
synoptic/src/synoptic/invariants/TemporalInvariantSet.java:68
↓ 61 callersMethodaddAll
Adds the {@code values} to the {@code list}. This is a helper method used by generated code. Users should ignore it. @throws NullPointerException i
traces/old/traceGen/src/com/google/protobuf/AbstractMessageLite.java:308
↓ 61 callersMethodaddAll
(Collection<? extends TxnEType> arg0)
csight/src/csight/model/alphabet/FSMAlphabet.java:33
↓ 61 callersMethodparseTraceString
Parses a string containing a log into a list of log events. @param trace The trace, with lines separated by newlines. @param traceName
synoptic/src/synoptic/main/parser/TraceParser.java:632
↓ 60 callersMethodinitStateSet
(String input, iInvSpecificGenerator generator)
synoptic/src/synoptic/tests/units/FsmStateSetTests.java:114
↓ 59 callersMethodsameInvariants
Tests whether two invariant sets are equivalent. @param set2 the other set to test equality with. @return true if the two sets are equal,
synoptic/src/synoptic/invariants/TemporalInvariantSet.java:228
↓ 58 callersMethodgetEncoding
Returns a character encoding for the given EventType, assigning a new character if this EventType has not yet been seen.
InvariMint/src/model/EventTypeEncodings.java:64
↓ 55 callersMethodsetInitial
Resets the stateset to be as if it started on the passed node. This should be called for all initial statesets.
synoptic/src/synoptic/invariants/fsmcheck/IStateSet.java:8
↓ 54 callersFunctionbG
(a,b)
synopticgwt/war/raphael-min.js:7
↓ 52 callersMethodgetNodes
Get all nodes in this graph @return the set of nodes in the graph.
synoptic/src/synoptic/model/interfaces/IGraph.java:22
↓ 50 callersMethodaddDelta
Adds a resource for the transition between the source and target nodes. @param delta The resource between nodes.
synoptic/src/synoptic/util/resource/ResourceSeries.java:207
↓ 49 callersMethodformat
Shortened from: http://www.javalobby.org/java/forums/t18515.html
synoptic/src/synoptic/util/BriefLogFormatter.java:15
↓ 48 callersMethodprint
Outputs a textual representation of the Protocol Message supplied into the parameter output. (This representation is the new version of the classic "P
traces/old/traceGen/src/com/google/protobuf/TextFormat.java:64
↓ 47 callersMethodequals
(Object other)
synoptic/src/synoptic/model/event/DistEventType.java:346
↓ 46 callersMethoddata
Generates parameters for this unit test. The first instance of this test (using first set of parameters) will run using the FSM checker, while the sec
synoptic/src/synoptic/tests/units/ModelCheckersTests.java:56
↓ 46 callersMethodgetDescriptor
()
traces/old/traceGen/src/com/google/protobuf/DescriptorProtos.java:8818
↓ 46 callersMethodsubsetOf
(EncodedAutomaton other)
InvariMint/src/model/EncodedAutomaton.java:62
↓ 45 callersMethodgetSerializedSize
Get the number of bytes required to encode this message. The result is only computed on the first call and memoized after that.
traces/old/traceGen/src/com/google/protobuf/MessageLite.java:94
↓ 44 callersMethodindexOf
Returns the index of searchString as a substring of string with the condition that the searchString is followed by a newline character, carriage retur
synopticgwt/src/synopticgwt/client/input/ParseLogAsyncCallback.java:81
↓ 44 callersMethodsort
(IGraph<NodeType> graph)
synoptic/src/synoptic/algorithms/TopologicalSort.java:36
↓ 43 callersMethodgetInstance
Return the singleton instance of AbstractMain, first asserting that the instance isn't null.
synoptic/src/synoptic/main/AbstractMain.java:102
↓ 42 callersMethodisFail
Checks if this stateset inhabits any failure states.
synoptic/src/synoptic/invariants/fsmcheck/IStateSet.java:40
↓ 41 callersMethodSendEvent
(String event, ChannelId channel)
synoptic/src/synoptic/model/event/DistEventType.java:42
↓ 41 callersMethodgetAllTransitions
()
synoptic/src/synoptic/model/EventNode.java:400
↓ 40 callersMethodbuildPartial
()
traces/old/traceGen/src/com/google/protobuf/Message.java:187
↓ 40 callersMethodgetKey
()
csight/src/csight/util/CounterPair.java:26
↓ 40 callersMethodgetTime
Get the time of this event. @return the time when this event occurred.
synoptic/src/synoptic/model/event/Event.java:215
↓ 39 callersMethodlog
(int src, int dst, long timeStamp, String messageType, ByteString message)
traces/TwitterTracer/src/Tracer.java:36
↓ 39 callersMethodsize
Gets the number of bytes.
traces/old/traceGen/src/com/google/protobuf/ByteString.java:66
↓ 39 callersMethodwriteTo
Serializes the message and writes it to {@code output}. This does not flush or close the stream.
traces/old/traceGen/src/com/google/protobuf/MessageLite.java:88
↓ 38 callersMethodisEmpty
Whether or not the queue is empty.
csight/src/csight/model/fifosys/channel/channelstate/ChState.java:109
↓ 38 callersMethodsetStyleName
(String styleName)
synopticgwt/src/synopticgwt/client/util/TooltipListener.java:105
↓ 37 callersMethodexportTestGraph
Exports a graph to a png file. The index parameter is used to differentiate graphs that are generated by the same test. The reason we require it expli
synoptic/src/synoptic/tests/SynopticLibTest.java:150
↓ 37 callersMethodgetValue
(int index)
traces/old/traceGen/src/com/google/protobuf/DescriptorProtos.java:3121
↓ 37 callersMethodreadTag
Attempt to read a field tag, returning zero if we have reached EOF. Protocol message parsers use this to read tags, since a protocol message may legal
traces/old/traceGen/src/com/google/protobuf/CodedInputStream.java:80
↓ 37 callersMethodsplit
(CharSequence input, int limit)
synoptic/src/synoptic/util/matching/NamedPattern.java:76
↓ 37 callersMethodwrite
(final CharSequence data, final int size)
traces/old/traceGen/src/com/google/protobuf/TextFormat.java:363
↓ 36 callersMethodbuildPartial
()
traces/old/traceGen/src/com/google/protobuf/DescriptorProtos.java:5175
↓ 36 callersMethodcreate
()
traces/old/traceGen/src/com/google/protobuf/DescriptorProtos.java:5124
↓ 36 callersMethodgetMessage
()
synoptic/src/synoptic/util/InternalSynopticException.java:71
↓ 36 callersMethodisInitial
Whether or not this is the dummy initial node.
synoptic/src/synoptic/model/interfaces/INode.java:79
↓ 36 callersMethodisInitialized
()
traces/old/traceGen/src/com/google/protobuf/DescriptorProtos.java:5156
↓ 36 callersMethodnamedObsFSMState
Named states.
csight/src/csight/model/fifosys/gfsm/observed/ObsFSMState.java:80
↓ 36 callersMethodreadMessage
Read an embedded message field value from the stream.
traces/old/traceGen/src/com/google/protobuf/CodedInputStream.java:248
↓ 35 callersMethodgetSource
Get the source node. @return the source node
synoptic/src/synoptic/model/interfaces/ITransition.java:30
↓ 35 callersMethodgetUnknownFields
Get the {@link UnknownFieldSet} for this message.
traces/old/traceGen/src/com/google/protobuf/Message.java:266
↓ 35 callersMethodtestKEqual
(EventNode e1, EventNode e2, int k)
synoptic/src/synoptic/tests/units/KTailsTests.java:31
↓ 35 callersMethodtoSet
Converts a list of FSMState instances into a set, and returns the set.
csight/tests/csight/model/automaton/EncodedAutomatonTests.java:296
↓ 34 callersMethodasInvalidProtocolBufferException
Converts this exception to an {@link InvalidProtocolBufferException}. When a parsed message is missing required fields, this should be thrown instead
traces/old/traceGen/src/com/google/protobuf/UninitializedMessageException.java:80
↓ 34 callersMethodcomputeMessageSize
Compute the number of bytes that would be needed to encode an embedded message field, including tag.
traces/old/traceGen/src/com/google/protobuf/CodedOutputStream.java:528
↓ 34 callersMethodwriteMessage
Write an embedded message field, including tag, to the stream.
traces/old/traceGen/src/com/google/protobuf/CodedOutputStream.java:218
↓ 33 callersMethodcompile
(String regex)
synoptic/src/synoptic/util/matching/NamedPattern.java:25
↓ 33 callersMethodequals
(Object other)
synoptic/src/synoptic/model/event/EventType.java:79
↓ 33 callersMethodmergeUnknownFields
Merge some unknown fields into the {@link UnknownFieldSet} for this message.
traces/old/traceGen/src/com/google/protobuf/Message.java:275
↓ 33 callersMethodparseUnknownField
Called by subclasses to parse an unknown field. @return {@code true} unless the tag is an end-group tag.
traces/old/traceGen/src/com/google/protobuf/GeneratedMessage.java:266
↓ 33 callersMethodremove
(Object arg0)
csight/src/csight/model/alphabet/FSMAlphabet.java:65
next →1–100 of 6,002, ranked by callers