|
||||||||||
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.AlloyType
public final class AlloyType
Immutable; represents an Alloy toplevel signature or an Alloy subsignature.
Thread Safety: Can be called only by the AWT event thread.
Field Summary | |
---|---|
static AlloyType |
INT
This caches an instance of the "Int" AlloyType, so we don't have to keep re-constructing it. |
boolean |
isAbstract
Records whether this sig is known to be "abstract"; NOTE: this value is NOT USED during equals() comparison. |
boolean |
isBuiltin
Records whether this sig is known to be "builtin"; NOTE: this value is NOT USED during equals() comparison. |
boolean |
isEnum
Records whether this sig is known to be "enum"; NOTE: this value is NOT USED during equals() comparison. |
boolean |
isMeta
Records whether this sig is known to be "meta"; NOTE: this value is NOT USED during equals() comparison. |
boolean |
isOne
Records whether this sig is known to be "one"; NOTE: this value is NOT USED during equals() comparison. |
boolean |
isPrivate
Records whether this sig is known to be "private"; NOTE: this value is NOT USED during equals() comparison. |
static AlloyType |
SEQINT
This caches an instance of the "seq/Int" AlloyType, so we don't have to keep re-constructing it. |
static AlloyType |
SET
This caches an instance of the "set" AlloyType, so we don't have to keep re-constructing it. |
static AlloyType |
STRING
This caches an instance of the "String" AlloyType, so we don't have to keep re-constructing it. |
static AlloyType |
UNIV
This caches an instance of the "univ" AlloyType, so we don't have to keep re-constructing it. |
Constructor Summary | |
---|---|
AlloyType(java.lang.String name,
boolean isOne,
boolean isAbstract,
boolean isBuiltin,
boolean isPrivate,
boolean isMeta,
boolean isEnum)
Constructs an AlloyType object with that name. |
Method Summary | |
---|---|
int |
compareTo(AlloyElement other)
When comparing two AlloyType objects, we compare their names. |
int |
compareTo(AlloyNodeElement other)
When comparing two AlloyType objects, we compare their names. |
int |
compareTo(AlloyType other)
When comparing two AlloyType objects, we compare their names. |
boolean |
equals(java.lang.Object other)
Two types are equal if they have the same name. |
int |
hashCode()
Compute a hash code based on the name. |
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 static final AlloyType UNIV
public static final AlloyType INT
public static final AlloyType SEQINT
public static final AlloyType STRING
public static final AlloyType SET
public final boolean isOne
public final boolean isAbstract
public final boolean isBuiltin
public final boolean isPrivate
public final boolean isMeta
public final boolean isEnum
Constructor Detail |
---|
public AlloyType(java.lang.String name, boolean isOne, boolean isAbstract, boolean isBuiltin, boolean isPrivate, boolean isMeta, boolean isEnum)
Method Detail |
---|
public int compareTo(AlloyType 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 |