public class CommandSet extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addFormat(Command.CommandTextFormat format,
int repeatCount)
Applies the format argument to all Command's in the CommandSet.
|
HashMap<String,Command> |
getCommands() |
Element |
xmlExport(Document doc,
boolean fatRaw,
boolean generateRaw,
boolean generateCcf,
boolean generateParameters)
Exports the CommandSet to a Document.
|
public Element xmlExport(Document doc, boolean fatRaw, boolean generateRaw, boolean generateCcf, boolean generateParameters)
doc - fatRaw - generateRaw - generateCcf - generateParameters - public void addFormat(Command.CommandTextFormat format, int repeatCount)
format - repeatCount - Copyright © 2016. All rights reserved.