The atoms, in order, that comprise the tuple.
Get an ordered list of the atoms in this tuple.
Returns true if the set is empty, false if it is not.
Returns true if this set is equivalent to the provided set, false otherwise.
The set to compare to
Returns true if this set is a subset of the provided set, false otherwise.
The set to compare to
Create a printable string representation of this tuple.
Get an array of all tuples in this set.
Create an array of tuples from a node list of <tuple>
XML elements.
A node list of <tuple>
elements, typically created
using the querySelectorAll()
method on a <field>
or
<skolem>
element.
An ordered array of signatures that define the type of each atom in each tuple, typically created using AlloySignature.typesFromXML.
Create a new Alloy tuple.