|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.clif.scenario.isac.egui.model.ModelWriterXIS
public class ModelWriterXIS
Test if the model is right and correct it if it's not
Constructor Summary | |
---|---|
ModelWriterXIS()
|
Method Summary | |
---|---|
static void |
addParams(org.w3c.dom.Document doc,
org.w3c.dom.Element parent,
java.lang.Iterable<ParameterDescription> params)
Sets the params section of an action or test (aka condition) |
static org.w3c.dom.Element |
correctBehaviorsNode(org.w3c.dom.Document doc)
Add the behaviors node |
static org.w3c.dom.Element |
correctLoadProfile(org.w3c.dom.Document doc)
Add loadprofile node |
static org.w3c.dom.Element |
correctPlugins(org.w3c.dom.Document doc)
Add the plugins node |
static org.w3c.dom.Element |
correctScenario(org.w3c.dom.Document doc)
Add the scenario node |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModelWriterXIS()
Method Detail |
---|
public static org.w3c.dom.Element correctScenario(org.w3c.dom.Document doc)
doc
-
public static org.w3c.dom.Element correctBehaviorsNode(org.w3c.dom.Document doc)
doc
-
public static org.w3c.dom.Element correctLoadProfile(org.w3c.dom.Document doc)
doc
-
public static org.w3c.dom.Element correctPlugins(org.w3c.dom.Document doc)
doc
-
public static void addParams(org.w3c.dom.Document doc, org.w3c.dom.Element parent, java.lang.Iterable<ParameterDescription> params)
doc
- the target XML documentparent
- the target action (sample, control, timer) or test elementparams
- the hash table of key-value pairs (null means no parameter to add)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |