flowsim.slatr
Class SLAList
java.lang.Object
|
+--flowsim.slatr.SLAList
- public final class SLAList
- extends java.lang.Object
Method Summary |
SLA |
get(int peer,
Node dest,
int ds)
|
SLA |
get(flowsim.slatr.SLAId slaid)
|
void |
put(SLA sla)
|
boolean |
remove(int peer,
Node dest,
int ds,
com.sun.java.util.collections.Iterator it)
|
boolean |
remove(SLA sla)
|
boolean |
remove(flowsim.slatr.SLAId slaid,
com.sun.java.util.collections.Iterator it)
|
boolean |
remove(SLA sla,
com.sun.java.util.collections.Iterator it)
|
com.sun.java.util.collections.Collection |
search_dest(Node dest)
|
int |
size()
|
com.sun.java.util.collections.Collection |
slas()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
SLAList
public SLAList(Simulator s,
java.lang.String dbg_string)
SLAList
public SLAList(Simulator s)
put
public void put(SLA sla)
get
public SLA get(int peer,
Node dest,
int ds)
get
public SLA get(flowsim.slatr.SLAId slaid)
remove
public boolean remove(flowsim.slatr.SLAId slaid,
com.sun.java.util.collections.Iterator it)
remove
public boolean remove(int peer,
Node dest,
int ds,
com.sun.java.util.collections.Iterator it)
remove
public boolean remove(SLA sla)
remove
public boolean remove(SLA sla,
com.sun.java.util.collections.Iterator it)
slas
public com.sun.java.util.collections.Collection slas()
search_dest
public com.sun.java.util.collections.Collection search_dest(Node dest)
size
public int size()
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object