public class CCSModel
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
addMarkedPoint(ConfigPanel c) |
void |
addType(SolutionType t) |
void |
clearTypes() |
Interval |
contains(double val) |
CCSInterface |
getCCS() |
double |
getCurrent() |
static CCSModel |
getInstance() |
java.util.Collection<ConfigPanel> |
getMarkedPoints() |
double |
getMax() |
double |
getMin() |
java.util.Collection<SolutionType> |
getTypesToDraw() |
boolean |
isGenerated() |
boolean |
isOriented() |
void |
refresh()
Set current ccs, oriented/nonoriented according to control specification.
|
void |
refreshCurrent()
Reset current Cayley config from current realization
|
void |
removeMarkedPoint(ConfigPanel c) |
void |
removeType(SolutionType t) |
void |
setCurrent(double val) |
public static CCSModel getInstance()
public java.util.Collection<ConfigPanel> getMarkedPoints()
public void refresh()
public CCSInterface getCCS()
public java.util.Collection<SolutionType> getTypesToDraw()
public Interval contains(double val)
public boolean isGenerated()
public boolean isOriented()
public double getCurrent()
public void setCurrent(double val)
public void refreshCurrent()
public double getMin()
public double getMax()
public void addMarkedPoint(ConfigPanel c)
public void removeMarkedPoint(ConfigPanel c)
public void addType(SolutionType t)
public void removeType(SolutionType t)
public void clearTypes()