public interface SimQoS<J extends SimJob,Q extends SimQueue>
SimEntity with QoS support.
Every SimQueue and SimJob
implements this interface through
inheritance of all its default methods.
Copyright (C) 2005-2017 Jan de Jongh, TNO
This file is covered by the LICENSE file in the root of this project.
| Modifier and Type | Method and Description |
|---|---|
default Object |
getQoS()
Gets the QoS value.
|
default Class |
getQoSClass()
Returns the Java class used for QoS behavior.
|
default Class getQoSClass()
If the SimEntity does not support QoS, null should be returned.
The default implementation returns null.
null.default Object getQoS()
If the SimEntity does not support QoS, null should be returned.
The value returned, if non-null must be an object of the class or interface
returned by getQoSClass().
The default implementation returns null.
null.Copyright © 2018. All rights reserved.