|
| LinearTimeCostFunction (string id, double shrinkingFactor, double stretchingFactor, double shrinkingCost, double stretchingCost) |
|
double | getMaxShrinkingCost () |
|
double | getMaxStretchingCost () |
|
void | setMaxShrinkingCost (double cost) |
|
void | setMaxStretchingCost (double cost) |
|
| TemporalFlexibilityFunction (string id, double shrinkingFactor, double stretchingFactor) |
|
bool | instanceOf (string s) |
|
double | getShrinkingFactor () |
|
double | getStretchingFactor () |
|
void | setShrinkingFactor (double factor) |
|
void | setStretchingFactor (double factor) |
|
| Entity (string someId) |
|
void | printHierarchy () |
|
bool | instanceOf (string s) |
|
int | compareTo (Entity *otherEntity) |
|
string | getId () |
|
int | hashCode () |
|
virtual void | setId (string someId) |
|
virtual string | toString () |
|
virtual Entity * | getDataEntity () |
|
|
double | shrinkingCost |
|
double | stretchingCost |
|
string | id |
|
double | shrinkingFactor |
|
double | stretchingFactor |
|
set< string > | typeSet |
|
set< string > | typeSet |
|
|
static bool | hasInstance (Entity *instance, bool eraseFromList) |
|
The documentation for this class was generated from the following files: