|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.magicproject.xml.action.Choice
public class Choice
Propose to choose within several valid actions list. If 'hop' attribute is specified and is 'true', cancel option would be available during the choice.
Constructor Summary | |
---|---|
Choice()
|
Method Summary | |
---|---|
int |
buildMdb(XmlParser.Node node,
java.io.OutputStream out)
Structure of stream : Data[size] message [Msg] allow cancel [boolean] hop on cancel [Expression] action index [1] action is in effects [boolean] nb choices [1] size of choice #1 [int] size of choice #n [int] actions of choice #1 [Action[]] hop action value= SIGMA(i={2..n}, nb actions of choice i) [Expression] actions of choice #2 [Action[]] hop action value= SIGMA(i={m..n}, nb actions of choice i) [Expression] |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Choice()
Method Detail |
---|
public int buildMdb(XmlParser.Node node, java.io.OutputStream out) throws java.io.IOException
buildMdb
in interface XmlToMDB
node
- the XML action structureout
- outputstream where the card structure will be saved.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |