public class Vertex extends Domain
defaultValueChoiceFunction, logger, myVariable, valueChoiceFunctions| Modifier and Type | Method and Description |
|---|---|
Vec2[] |
clone() |
int |
compareTo(java.lang.Object o) |
Vec2[] |
getVertices() |
void |
setVertices(Vec2[] vertices) |
java.lang.String |
toString()
Get a string representation of this domain (must be implemented by the
Domain developer. |
chooseValue, chooseValue, getValueChoiceFunctions, getVariable, registerValueChoiceFunction, removeValueChoiceFunctions, setDefaultValueChoiceFunctionprotected Vertex(Variable v)
public int compareTo(java.lang.Object o)
public java.lang.String toString()
DomainDomain developer.public void setVertices(Vec2[] vertices)
public Vec2[] getVertices()
public Vec2[] clone()
clone in class java.lang.Object