public class ConfigurationDomain extends Domain
defaultValueChoiceFunction, logger, myVariable, valueChoiceFunctions| Constructor and Description |
|---|
ConfigurationDomain(ConfigurationVariable cv) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object arg0) |
boolean |
equals(java.lang.Object obj)
Compares two time intervals, returning true iff their start and end times coincide.
|
java.lang.String |
getConfigurationName() |
java.lang.String |
toString()
Get a string representation of this domain (must be implemented by the
Domain developer. |
chooseValue, chooseValue, getValueChoiceFunctions, getVariable, registerValueChoiceFunction, removeValueChoiceFunctions, setDefaultValueChoiceFunctionpublic ConfigurationDomain(ConfigurationVariable cv)
public int compareTo(java.lang.Object arg0)
public java.lang.String toString()
DomainDomain developer.public java.lang.String getConfigurationName()
public boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectSimpleInterval.