|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.highqsoft.uml.UMLBean
public class UMLBean
This contains the search criteria objects and the search results
Field Summary | |
---|---|
static java.lang.String |
CLASSNAME
|
Constructor Summary | |
---|---|
UMLBean()
Null Constructor |
Method Summary | |
---|---|
int |
genASfromUML(org.jdom.Document inputDoc,
org.asam.ods.ApplicationStructure as)
This generates a UML XMI document that describes the ODS ApplicationELements and their relationships using UML ClassDiagram constructs. |
int |
genUMLfromAS(org.asam.ods.ApplicationStructure as)
This generates a UML XMI document that describes the ODS ApplicationELements and their relationships using UML ClassDiagram constructs. |
java.util.ArrayList |
getAlErrMessages()
|
java.util.ArrayList |
getAlLogMessages()
|
static org.asam.ods.DataType |
getDataType(java.lang.String name)
Get the datatype of the application attribute. |
java.util.ArrayList |
getErrors()
Return the errors created during the ATF generation |
java.util.ArrayList |
getMessages()
Return the errors created during the ATF generation |
org.jdom.Document |
getOutputDoc()
|
int |
getRc()
|
java.lang.String |
getVersion()
|
void |
setAs(org.asam.ods.ApplicationStructure as)
|
void |
setConfigFileName(java.lang.String configFileName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CLASSNAME
Constructor Detail |
---|
public UMLBean()
Method Detail |
---|
public java.lang.String getVersion()
public int genASfromUML(org.jdom.Document inputDoc, org.asam.ods.ApplicationStructure as)
as
- The ODS ApplicationStructure to be converted to UML
public int genUMLfromAS(org.asam.ods.ApplicationStructure as)
as
- The ODS ApplicationStructure to be converted to UML
public java.util.ArrayList getMessages()
public java.util.ArrayList getErrors()
public java.util.ArrayList getAlErrMessages()
public java.util.ArrayList getAlLogMessages()
public org.jdom.Document getOutputDoc()
public int getRc()
public void setAs(org.asam.ods.ApplicationStructure as)
as
- The as to set.public void setConfigFileName(java.lang.String configFileName)
configFileName
- The configFileName to set.public static org.asam.ods.DataType getDataType(java.lang.String name)
a
- string with the name of the data type of the application attribute
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |