MCPcopy Create free account

hub / github.com/AlloyTools/org.alloytools.alloy / functions

Functions7,566 in github.com/AlloyTools/org.alloytools.alloy

↓ 20 callersMethodleft
Returns the left child of this node. @return this.left
org.alloytools.pardinus.core/src/main/java/kodkod/util/ints/IntTree.java:524
↓ 20 callersMethodmultiplicity
Returns the multiplicity in this declaration. @return this.multiplicity
org.alloytools.pardinus.core/src/main/java/kodkod/ast/Decl.java:79
↓ 20 callersMethodreferenced
(Clause pos)
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/ast/Expr.java:1281
↓ 20 callersMethodright
Returns the right child of this node. @return this.right
org.alloytools.pardinus.core/src/main/java/kodkod/util/ints/IntTree.java:530
↓ 20 callersMethodsatisfiable
Returns true iff the problem has been solved and the result is satisfiable.
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/translator/A4Solution.java:898
↓ 20 callersMethodsearchGTE
Returns the node whose key is the ceiling of <tt>k</tt> in this tree, or null if no such node exists. @return {n: this.nodes | n.key >= k &&
org.alloytools.pardinus.core/src/main/java/kodkod/util/ints/IntTree.java:72
↓ 20 callersMethodsetLength
Truncate the log to the given length; if the log is shorter than the number given, then nothing happens.
org.alloytools.alloy.application/src/main/java/edu/mit/csail/sdg/alloy4whole/SwingLogPanel.java:428
↓ 20 callersMethodtranslate
Translates the given formula using the specified bounds and options. The CNF representation of the given formula and bounds is generated so that the
org.alloytools.pardinus.core/src/main/java/kodkod/engine/fol2sat/Translator.java:155
↓ 19 callersMethodfire
Send the following zero-argument event to every listener.
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/alloy4/Listeners.java:45
↓ 19 callersMethodgetVariable
()
org.alloytools.pardinus.core/src/main/java/kodkod/engine/ltl2fol/LTL2FOLTranslator.java:661
↓ 19 callersMethodisFile
Returns whether this textarea is based on an actual disk file.
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/alloy4/OurSyntaxWidget.java:615
↓ 19 callersMethodnumberOfVariables
Returns the size of this solver's vocabulary. @return #this.variables
org.alloytools.pardinus.core/src/main/java/kodkod/engine/satlab/SATSolver.java:40
↓ 19 callersMethodpeek
Peek without consuming the next character, or return -1 if end-of-file is reached. @throws IOException if an I/O error occurred.
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/alloy4/XMLNode.java:168
↓ 19 callersMethodprefixLength
The length of the prefix of this temporal instance, i.e., the number of unique states prior to looping. @return
org.alloytools.pardinus.core/src/main/java/kodkod/instance/TemporalInstance.java:453
↓ 19 callersMethodread
Read the next character. @throws IOException if end-of-file is reached. @throws IOException if an I/O error occurred.
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/alloy4/XMLNode.java:146
↓ 19 callersMethodtoString
Prints a human-readable description of this Tuple.
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/translator/A4Tuple.java:78
↓ 19 callersMethodtypecheck_as_set
Converts this into a "set or relation" if possible; otherwise, returns an Expr with a nonempty error list
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/ast/Expr.java:225
↓ 18 callersMethodbestSet
Returns an implementation of the int set interface that offers the best time/space trade-off for a set that can store all elements in the half open ra
org.alloytools.pardinus.core/src/main/java/kodkod/util/ints/Ints.java:154
↓ 18 callersMethoddefCond
Returns this.defCond @return this.defCond
org.alloytools.pardinus.core/src/main/java/kodkod/engine/bool/BooleanMatrix.java:222
↓ 18 callersMethoddimension
Returns the size of the ith dimensions @return this.dimensions[i] @throws ArrayIndexOutOfBoundsException i < 0 || i >= this.capacity
org.alloytools.pardinus.core/src/main/java/kodkod/engine/bool/Dimensions.java:102
↓ 18 callersMethodentrySet
Returns a set view of the mappings contained in this map. Each element in the returned set is a reference-equality-based <tt>Map.Entry</tt>. The set
org.alloytools.pardinus.core/src/main/java/kodkod/util/collections/FixedMap.java:185
↓ 18 callersMethodgetTraceLength
Returns the length of the finite prefix.
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/translator/A4Solution.java:947
↓ 18 callersMethodhasArity
Returns true iff this contains an entry of the given arity.
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/ast/Type.java:620
↓ 18 callersMethodhasTuple
Returns true if this.size()>0 and at least one entry consists of something other than NONE.
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/ast/Type.java:603
↓ 18 callersMethodinstance
{@inheritDoc}
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/translator/WriteCNF.java:74
↓ 18 callersMethodisSame
Returns true if we can determine the two expressions are equivalent; may sometimes return false.
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/ast/Sig.java:357
↓ 18 callersMethodis_int
()
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/ast/Type.java:387
↓ 18 callersMethodmerge
(int x, int y, int what)
org.alloytools.alloy.core/src/main/java/org/alloytools/util/table/Canvas.java:221
↓ 18 callersMethodright
If x = SOMETHING->RELATION where SOMETHING.arity==1, then return the RELATION, else return null.
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/translator/TranslateAlloyToKodkod.java:756
↓ 18 callersMethodsetBitwidth
Sets this.bitwidth to the given value.
org.alloytools.pardinus.core/src/main/java/kodkod/engine/config/BoundedOptions.java:64
↓ 18 callersMethodsig2scope
Returns the scope for a sig (or -1 if we don't know).
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/translator/ScopeComputer.java:135
↓ 18 callersMethodsplit
Splits the z entry into the least number of entries that do not contain the given index. @requires z.min() <= index <= z.max() @requires z != NIL @ens
org.alloytools.pardinus.core/src/main/java/kodkod/util/ints/RangeSequence.java:228
↓ 18 callersMethodtoString
()
org.alloytools.alloy.application/src/main/java/edu/mit/csail/sdg/alloy4whole/CLIFacade.java:30
↓ 18 callersMethodtoString
{@inheritDoc} @see java.lang.Object#toString()
org.alloytools.pardinus.native/src/main/java/org/alloytools/solvers/natv/yices/Yices.java:98
↓ 18 callersMethodtryIgnore
(Action action)
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/parser/CompModule.java:2526
↓ 18 callersMethodupdateDisplay
Helper method that refreshes the right-side visualization panel with the latest settings.
org.alloytools.alloy.application/src/main/java/edu/mit/csail/sdg/alloy4viz/VizGUI.java:848
↓ 18 callersMethodvalidate
Returns true if index is a valid flat index for a matrix with these dimensions; otherwise returns false. @return 0 <= i < this.capacity
org.alloytools.pardinus.core/src/main/java/kodkod/engine/bool/Dimensions.java:207
↓ 17 callersMethoda
Returns the "from" node.
org.alloytools.alloy.application/src/main/java/edu/mit/csail/sdg/alloy4graph/GraphEdge.java:182
↓ 17 callersMethodadd
Adds the given integer to this set if not already present and returns true. Otherwise does nothing and returns false. @ensures this.ints' = this.ints
org.alloytools.pardinus.core/src/main/java/kodkod/util/ints/IntBitSet.java:242
↓ 17 callersMethodaddFormula
Add the given formula to the list of Kodkod formulas, and associate it with the given Pos object (pos can be null if unknown).
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/translator/A4Solution.java:1206
↓ 17 callersMethodaddToMenu
Creates menu items from boolean preferences (<code>prefs</code>) and adds them to a given parent menu (<code>parent</code>).
org.alloytools.alloy.application/src/main/java/edu/mit/csail/sdg/alloy4whole/SimpleGUI.java:2323
↓ 17 callersMethodb
Returns the "to" node.
org.alloytools.alloy.application/src/main/java/edu/mit/csail/sdg/alloy4graph/GraphEdge.java:187
↓ 17 callersMethodchange
Sets the "changed since last save" flag, then flush any cached generated graphs.
org.alloytools.alloy.application/src/main/java/edu/mit/csail/sdg/alloy4viz/VizState.java:259
↓ 17 callersMethodcompose
Returns the composition of this and the specified expression, using the given binary operator. @requires op in ExprOperator.BINARY @return {e: Express
org.alloytools.pardinus.core/src/main/java/kodkod/ast/Expression.java:147
↓ 17 callersMethoddelete
(int arg0)
org.alloytools.pardinus.core/src/main/java/kodkod/solvers/SAT4J.java:253
↓ 17 callersMethodgetName
(String cell)
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/alloy4/TableView.java:77
↓ 17 callersMethodgetParent
()
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/alloy4/OurTabbedSyntaxWidget.java:539
↓ 17 callersMethodhasNoTuple
Returns true if this.size()==0 or every entry consists only of NONE.
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/ast/Type.java:592
↓ 17 callersMethodinfix
@ensures this.tokens' = concat [ this.tokens, " ", token, " " ]
org.alloytools.pardinus.core/src/main/java/kodkod/util/nodes/PrettyPrinter.java:179
↓ 17 callersMethodlookup
Looks up the given variable in this environment and its ancestors. If the variable is not bound in this environment or any of its ancestors, null is
org.alloytools.pardinus.core/src/main/java/kodkod/engine/fol2sat/Environment.java:179
↓ 17 callersMethodnode
()
org.alloytools.pardinus.core/src/main/java/kodkod/engine/fol2sat/MemoryLogger.java:153
↓ 17 callersMethodop
Returns the operator of this. @return this.op
org.alloytools.pardinus.core/src/main/java/kodkod/ast/NaryFormula.java:63
↓ 17 callersMethodplus
Returns the expression (this+x) <p> this and x must be expressions with the same arity, or both be integer expressions <p> Note: as a special guarante
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/ast/Expr.java:549
↓ 17 callersMethodsize
Returns the number of tuples in this tupleset (this answer may be truncated if it cannot fit in a 32-bit integer)
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/sim/SimTupleset.java:155
↓ 17 callersMethodtranspose
Returns the transpose of these dimensions. @return { d: Dimensions | d.n = 2 && d.dimensions[0] = this.dimensions[1] && d.d
org.alloytools.pardinus.core/src/main/java/kodkod/engine/bool/Dimensions.java:192
↓ 16 callersMethodaxioms
Returns the indices of the axioms in this trace. @return { i: int | this.elts[i] in this.prover.clauses }
org.alloytools.pardinus.core/src/main/java/kodkod/engine/satlab/ResolutionTrace.java:122
↓ 16 callersMethodgetAllSkolems
Returns an unmodifiable copy of the list of all skolems if the problem is solved and is satisfiable; else returns an empty list.
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/translator/A4Solution.java:929
↓ 16 callersMethodinfix
@ensures this.tokens' = concat [ this.tokens, " ", token, " " ]
org.alloytools.pardinus.native/src/main/java/org/alloytools/solvers/natv/electrod/ElectrodPrinter.java:394
↓ 16 callersMethodoverride
Returns the relational override of this with the specified expression. The effect of this method is the same as calling this.compose(OVERRIDE, expr).
org.alloytools.pardinus.core/src/main/java/kodkod/ast/Expression.java:137
↓ 16 callersMethodrd4
Encodes the result of reading a subarray of length 4 from the given array, starting at the given index. @requires m.arity = 2 and pos.arity = 1 @retur
org.alloytools.pardinus.core/src/test/java/kodkod/examples/xpose/Transpose4x4UnaryL.java:135
↓ 16 callersMethodrd4
Encodes the result of reading a subarray of length 4 from the given array, starting at the given index. @requires m.arity = 2 and pos.arity = 1 @retur
org.alloytools.pardinus.core/src/test/java/kodkod/examples/xpose/Transpose4x4UnaryLR.java:144
↓ 16 callersMethodread4
Reads a subarray of length 4 from the given array, starting at the given index. @requires m.length >= 4 @requires pos >= 0 and pos + 4 <= m.length @re
org.alloytools.pardinus.core/src/test/java/kodkod/examples/xpose/Transpose4x4.java:101
↓ 16 callersMethodrequestFocusInWindow
Transfer focus to this component.
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/alloy4/OurSyntaxWidget.java:879
↓ 16 callersMethodshortCircuit
@return false
org.alloytools.pardinus.core/src/main/java/kodkod/engine/bool/Operator.java:68
↓ 16 callersMethodsource
(Formula f, Node n)
org.alloytools.pardinus.core/src/main/java/kodkod/engine/fol2sat/Skolemizer.java:100
↓ 16 callersMethodstart
()
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/alloy4/Pos.java:186
↓ 16 callersMethoduniverse
Returns this.universe. @return this.universe
org.alloytools.pardinus.core/src/main/java/kodkod/instance/Bounds.java:168
↓ 15 callersMethodaddChangeListener
(ChangeListener l, Pref< ? >... prefs)
org.alloytools.alloy.application/src/main/java/edu/mit/csail/sdg/alloy4whole/PreferencesDialog.java:525
↓ 15 callersMethodannotate
Returns an annotation for the given node. The source map of the returned annotation object maps each descendant of the node to itself. @return { a: A
org.alloytools.pardinus.core/src/main/java/kodkod/util/nodes/AnnotatedNode.java:119
↓ 15 callersMethodapply
Returns the expression that results from applying the given unary operator to this. @requires op.unary() @return {e: Expression | e.expression = this
org.alloytools.pardinus.core/src/main/java/kodkod/ast/Expression.java:301
↓ 15 callersMethodatom
Returns the i_th atom in this universe @return this.atoms[i] @throws IndexOutOfBoundsException i < 0 || i >= this.size
org.alloytools.pardinus.core/src/main/java/kodkod/instance/Universe.java:153
↓ 15 callersMethodcapacity
Returns the capacity of this. @return this.capacity
org.alloytools.pardinus.core/src/main/java/kodkod/engine/bool/Dimensions.java:95
↓ 15 callersMethodfloor
Returns the largest element in this set that is smaller than or equal to i. If this is emtpy or i is less than this.min(), NoSuchElementException is
org.alloytools.pardinus.core/src/main/java/kodkod/util/ints/IntSet.java:76
↓ 15 callersMethodforAll
Returns the formula (all...| this) <p> this must be a formula
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/ast/Expr.java:889
↓ 15 callersMethodgbc
()
org.alloytools.alloy.application/src/main/java/edu/mit/csail/sdg/alloy4whole/PreferencesDialog.java:519
↓ 15 callersMethodgetRelations
Returns an unmodifiable sorted set of all AlloyRelation(s) in this model.
org.alloytools.alloy.application/src/main/java/edu/mit/csail/sdg/alloy4viz/AlloyModel.java:339
↓ 15 callersMethodin
Returns a->b in in. @return a->b in in
org.alloytools.pardinus.core/src/test/java/kodkod/examples/tptp/SET967.java:123
↓ 15 callersMethodmerge
Return a new position that merges this and that (it is assumed that the two Pos objects have same filename) @param that - the other position object
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/alloy4/Pos.java:104
↓ 15 callersMethodonWindows
Returns true iff running on Windows
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/alloy4/Util.java:817
↓ 15 callersMethodordinal
Returns the ordinal of this operator constant. @return the ordinal of this operator constant.
org.alloytools.pardinus.core/src/main/java/kodkod/engine/bool/Operator.java:45
↓ 15 callersMethodparseEverything_fromFile
Read everything from "file" and parse it; if it mentions submodules, open them and parse them too. @param rep - if nonnull, we will report compilatio
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/parser/CompUtil.java:395
↓ 15 callersMethodproduct
Returns the cross product of this and the specified tuple. @return {t : Tuple | t.atoms = this.atoms->tuple.atoms} @throws NullPointerException tupl
org.alloytools.pardinus.core/src/main/java/kodkod/instance/Tuple.java:93
↓ 15 callersMethodread
(byte b[], int off, int len)
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/alloy4/WorkerEngine.java:103
↓ 15 callersMethodreplace
Replaces the old node, o, with the given new node, n, in this tree. @requires no n.(left + right + parent) @requires o = o.parent.left => n.key < o.pa
org.alloytools.pardinus.core/src/main/java/kodkod/util/ints/IntTree.java:218
↓ 15 callersMethodsmallIntType
()
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/ast/Type.java:405
↓ 15 callersMethodtoString
()
org.alloytools.alloy.core/src/main/java/org/alloytools/util/table/Canvas.java:272
↓ 15 callersMethodwidth
{@inheritDoc} @see kodkod.engine.bool.Int#width()
org.alloytools.pardinus.core/src/main/java/kodkod/engine/bool/TwosComplementInt.java:168
↓ 15 callersMethodwidth
Width including its borders on left and right
org.alloytools.alloy.core/src/main/java/org/alloytools/util/table/Cell.java:8
↓ 14 callersMethodadd
Merge "x" into the set of entries, then return the new arity bitmask. <br> Precondition: entries and arities are consistent
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/ast/Type.java:427
↓ 14 callersMethodalloyHome
Find a temporary directory to store Alloy files; it's guaranteed to be a canonical absolute path.
org.alloytools.alloy.application/src/main/java/edu/mit/csail/sdg/alloy4whole/SimpleGUI.java:580
↓ 14 callersMethodand
(Int other)
org.alloytools.pardinus.core/src/main/java/kodkod/engine/bool/TwosComplementInt.java:612
↓ 14 callersMethodbound
This method is called by the BoundsComputer to report the bounds chosen for each sig and each field.
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/alloy4/A4Reporter.java:103
↓ 14 callersMethodcheck
(boolean condition)
org.alloytools.alloy.application/src/test/java/edu/mit/csail/sdg/alloy4whole/InternalTest.java:48
↓ 14 callersMethodcontainsAll
Returns true if this contains all tuples from c. Otherwise returns false. @return c.elements in this.tuples @throws IllegalArgumentException some t:
org.alloytools.pardinus.core/src/main/java/kodkod/instance/TupleSet.java:350
↓ 14 callersMethodcopyFrom
(TupleFactory tf, TupleSet other)
org.alloytools.pardinus.core/src/test/java/kodkod/examples/bmc/ListEncoding.java:183
↓ 14 callersMethodfirst
Returns the entry with the smallest index. If the sequence is empty, returns null. @return {e: IndexedEntry | e.index = min(this.entries.E) &&
org.alloytools.pardinus.core/src/main/java/kodkod/util/ints/SparseSequence.java:166
↓ 14 callersMethodfree
Releases the resources, if any, associated with this solver.
org.alloytools.pardinus.core/src/main/java/kodkod/engine/KodkodSolver.java:116
↓ 14 callersMethodgetOriginalInstance
Returns the original unprojected model.
org.alloytools.alloy.application/src/main/java/edu/mit/csail/sdg/alloy4viz/VizState.java:305
↓ 14 callersMethodgrid
Returns the relation representing the grid. @return relation representing the grid.
org.alloytools.pardinus.core/src/test/java/kodkod/examples/sudoku/Sudoku.java:80
↓ 14 callersMethodintersects
Returns true iff { A&B | A is in this, and B is in that } can have tuples.
org.alloytools.alloy.core/src/main/java/edu/mit/csail/sdg/ast/Type.java:728
← previousnext →301–400 of 7,566, ranked by callers