korat.gui.viz.metamodel
Class AlloyField
java.lang.Object
korat.gui.viz.metamodel.AlloyField
public class AlloyField
- extends Object
Use FieldFactory to create object of this type.
- Author:
- Aleksandar Milicevic
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
private String name
types
private List<AlloySig> types
values
private List<AlloyAtom> values
AlloyField
AlloyField(String name)
getName
public String getName()
setName
public void setName(String name)
getTypes
public List<AlloySig> getTypes()
getValues
public List<AlloyAtom> getValues()