public class ProcessJSImpl extends AbstractJavaScript
CALLBACK, FEEDBACKMAP, paraMap, parameters, RECALCULATE_TAG
XML_TAG
构造器和说明 |
---|
ProcessJSImpl() |
限定符和类型 | 方法和说明 |
---|---|
protected java.lang.String |
actionJS(Repository repo) |
java.lang.Object |
clone() |
boolean |
equals(java.lang.Object obj) |
int |
getNamesLength() |
java.lang.String |
getTransitionName(int index) |
java.lang.String[] |
getTransitionNames() |
void |
readXML(XMLableReader reader)
读取子节点,应该会被XMLableReader.readXMLObject()调用多次
|
void |
setTransitionNames(java.lang.String[] transitionNames) |
void |
writeXML(XMLPrintWriter writer)
Write XML.
|
public void setTransitionNames(java.lang.String[] transitionNames)
public java.lang.String[] getTransitionNames()
public int getNamesLength()
public java.lang.String getTransitionName(int index)
protected java.lang.String actionJS(Repository repo)
actionJS
在类中 AbstractJavaScript
public void readXML(XMLableReader reader)
XMLReadable
readXML
在接口中 XMLReadable
readXML
在类中 AbstractJavaScript
reader
- XML读取对象XMLableReader
public void writeXML(XMLPrintWriter writer)
XMLWriter
writeXML
在接口中 XMLWriter
writeXML
在类中 AbstractJavaScript
writer
- XML写入对象public boolean equals(java.lang.Object obj)
equals
在类中 AbstractJavaScript
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
在接口中 FCloneable
clone
在类中 AbstractJavaScript
java.lang.CloneNotSupportedException
- 如果克隆失败则抛出此异常