|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.mit.csail.sdg.alloy4viz.AlloyElement
edu.mit.csail.sdg.alloy4viz.AlloyNodeElement
edu.mit.csail.sdg.alloy4viz.AlloySet
public final class AlloySet
Immutable; represents an Alloy set in an instance.
Thread Safety: Can be called only by the AWT event thread.
Field Summary | |
---|---|
boolean |
isMeta
Records whether this relation is known to be "meta"; NOTE: this value is NOT USED during equals() comparison. |
boolean |
isPrivate
Records whether this relation is known to be "private"; NOTE: this value is NOT USED during equals() comparison. |
Constructor Summary | |
---|---|
AlloySet(java.lang.String name,
boolean isPrivate,
boolean isMeta,
AlloyType type)
Constructs a new AlloySet object. |
Method Summary | |
---|---|
int |
compareTo(AlloyElement other)
When comparing two AlloySet objects, we first compare their names, then their types. |
int |
compareTo(AlloyNodeElement other)
When comparing two AlloySet objects, we first compare their names, then their types. |
int |
compareTo(AlloySet other)
When comparing two AlloySet objects, we first compare their names, then their types. |
boolean |
equals(java.lang.Object other)
Two sets are equal if they have the same name and the same type. |
AlloyType |
getType()
Returns the parent type of the AlloySet. |
int |
hashCode()
Compute a hash code based on the name and the type. |
java.lang.String |
toString()
This value is used to display this type in the Visualizer's customization screen. |
Methods inherited from class edu.mit.csail.sdg.alloy4viz.AlloyElement |
---|
getName |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final boolean isPrivate
public final boolean isMeta
Constructor Detail |
---|
public AlloySet(java.lang.String name, boolean isPrivate, boolean isMeta, AlloyType type)
Method Detail |
---|
public AlloyType getType()
public int compareTo(AlloySet other)
public int compareTo(AlloyNodeElement other)
public int compareTo(AlloyElement other)
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |