public class BoundedFIFOQueueParser extends java.lang.Object implements ParserWithSimNode<Queue>
BoundedFIFOQueue
.
It accepts the following keywords:
Constructor and Description |
---|
BoundedFIFOQueueParser() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKeyword()
Each parser object needs a unique keyword.
|
BoundedFIFOQueue |
parse(Parameter par,
java.lang.String name,
SimNode owner) |
public BoundedFIFOQueue parse(Parameter par, java.lang.String name, SimNode owner)
parse
in interface ParserWithSimNode<Queue>
public java.lang.String getKeyword()
AbstractParser
ParseManager
object can use these keywords to distinguish the parser objects.getKeyword
in interface AbstractParser