|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.dms.kjc.sir.SIRLatency
at.dms.kjc.sir.SIRLatencyMax
public class SIRLatencyMax
This represents a maximum latency for message delivery.
Field Summary | |
---|---|
protected JExpression |
max
The maximum latency. |
Fields inherited from class at.dms.kjc.sir.SIRLatency |
---|
BEST_EFFORT |
Constructor Summary | |
---|---|
protected |
SIRLatencyMax()
No argument constructor, FOR AUTOMATIC CLONING ONLY. |
|
SIRLatencyMax(JExpression max)
Constructs a new latency with the given maximum. |
Method Summary | |
---|---|
Object |
accept(AttributeVisitor p)
Accepts the specified attribute visitor. |
void |
accept(KjcVisitor p)
Accepts the specified visitor. |
int |
compareTo(Object o)
Compares the max time of this to that of |
Object |
deepClone()
Returns a deep clone of this object. |
protected void |
deepCloneInto(SIRLatencyMax other)
Clones all fields of this into |
int |
getMax()
Returns the maximum of this latency. |
JExpression |
getMaxExpression()
Returns the maximum of this latency. |
void |
setMaxExpression(JExpression _max)
Sets maximum of this latency. |
Methods inherited from class at.dms.kjc.sir.SIRLatency |
---|
deepCloneInto, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected JExpression max
Constructor Detail |
---|
protected SIRLatencyMax()
public SIRLatencyMax(JExpression max)
Method Detail |
---|
public JExpression getMaxExpression()
public void setMaxExpression(JExpression _max)
public int getMax()
public int compareTo(Object o)
compareTo
in interface Comparable
public Object accept(AttributeVisitor p)
accept
in class SIRLatency
p
- the visitorpublic void accept(KjcVisitor p)
accept
in class SIRLatency
public Object deepClone()
deepClone
in interface DeepCloneable
deepClone
in class SIRLatency
protected void deepCloneInto(SIRLatencyMax other)
other
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |