|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.pogamut.sposh.elements.Freq
@Deprecated public class Freq
Class for holding information about frequency of running various parts of POSH plan.
| Nested Class Summary | |
|---|---|
static class |
Freq.FreqUnits
Deprecated. Units for frequency |
| Field Summary | |
|---|---|
static Freq |
INFINITE
Deprecated. Infinite frequency. |
| Constructor Summary | |
|---|---|
Freq(Freq original)
Deprecated. |
|
| Method Summary | |
|---|---|
static int |
compare(Freq freq1,
Freq freq2)
Deprecated. |
static int |
compare(long freq1,
long freq2)
Deprecated. Compare two frequenties. |
double |
getAmmount()
Deprecated. |
Freq.FreqUnits |
getUnits()
Deprecated. |
void |
setAmmount(double ammount)
Deprecated. |
void |
setUnits(Freq.FreqUnits units)
Deprecated. |
long |
tick()
Deprecated. How long does one tick lasts |
String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static Freq INFINITE
| Constructor Detail |
|---|
public Freq(Freq original)
| Method Detail |
|---|
public static int compare(long freq1,
long freq2)
freq1 - freq2 -
public static int compare(Freq freq1,
Freq freq2)
public String toString()
toString in class Objectpublic Freq.FreqUnits getUnits()
public void setUnits(Freq.FreqUnits units)
public double getAmmount()
public void setAmmount(double ammount)
public long tick()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||