korat.gui.viz.metamodel
Class FieldFactory
java.lang.Object
korat.gui.viz.metamodel.FieldFactory
public class FieldFactory
- extends Object
- Author:
- Aleksandar Milicevic
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
private static FieldFactory instance
allFields
private List<AlloyField> allFields
FieldFactory
private FieldFactory()
getInstance
public static FieldFactory getInstance()
createAlloyField
public AlloyField createAlloyField(String name)
clear
public void clear()
getAllFields
public List<AlloyField> getAllFields()