|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.mit.csail.sdg.alloy4compiler.translator.A4TupleSet
public final class A4TupleSet
Immutable; represents a collection of Alloy tuples; comparison is by identity rather than by value.
Method Summary | |
---|---|
int |
arity()
Returns the arity. |
kodkod.instance.TupleSet |
debugGetKodkodTupleset()
Return the underlying Kodkod tupleset. |
A4TupleSet |
intersect(A4TupleSet that)
Construct a new tupleset as the intersection of this and that; this and that must be come from the same solution. |
java.util.Iterator<A4Tuple> |
iterator()
Returns a read-only iterator that iterates over each tuple in this TupleSet. |
A4TupleSet |
minus(A4TupleSet that)
Construct a new tupleset as the subtraction of this and that; this and that must be come from the same solution. |
A4TupleSet |
plus(A4TupleSet that)
Construct a new tupleset as the union of this and that; this and that must be come from the same solution. |
A4TupleSet |
product(A4TupleSet that)
Construct a new tupleset as the product of this and that; this and that must be come from the same solution. |
int |
size()
Returns the number of tuples in this tuple set. |
java.lang.String |
toString()
Prints a human-readable description of this TupleSet. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public kodkod.instance.TupleSet debugGetKodkodTupleset()
public java.util.Iterator<A4Tuple> iterator()
iterator
in interface java.lang.Iterable<A4Tuple>
public int arity()
public int size()
public A4TupleSet product(A4TupleSet that) throws ErrorAPI
ErrorAPI
public A4TupleSet plus(A4TupleSet that) throws ErrorAPI
ErrorAPI
public A4TupleSet minus(A4TupleSet that) throws ErrorAPI
ErrorAPI
public A4TupleSet intersect(A4TupleSet that) throws ErrorAPI
ErrorAPI
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |