|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biomage.tools.generate_classes.CreateFile
org.biomage.tools.generate_classes.CreateMAGEFile
public class CreateMAGEFile
Description: Class that is resposible for generating a java file for the class represented by the class node passed into the constructor.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.biomage.tools.generate_classes.CreateFile |
---|
CreateFile.AssociationAttrInformation, CreateFile.AttrInformation, CreateFile.IdentifierAttrInformation, CreateFile.RoleInformation |
Field Summary |
---|
Fields inherited from class org.biomage.tools.generate_classes.CreateFile |
---|
associationInfo, baseClassCreateFile, baseClassID, baseClassName, classDoc, className, concreteSubClassNames, dataAttrInfo, importDate, importSerializable, importVector, interfaceInfo, isAbstract, isBaseClass, isIdentifiable, isIndependent, isInterface, isReferenced, JAVA_INTERFACE, methodInfo, NEWLINE, packageDoc, packageImports, packageName, roleNames, subClassNames, typeOwned, UML_CLASS, UML_MODEL, UML_PACKAGE, visibility |
Constructor Summary | |
---|---|
protected |
CreateMAGEFile(java.util.Vector createPackageFileList,
org.w3c.dom.Element packageList)
Description: Constructor for the MAGE file generator. |
Method Summary | |
---|---|
protected java.util.Vector |
associationAttrInformation(java.util.Vector createPackageFileList,
org.w3c.dom.Element packageOrder)
Description: Puts together the information on the class associations. |
int |
getFileType()
Description: Returns what kind of model element this class is based on. |
protected void |
headerInformation()
Description: Obtains the information to generate the information for the package and the declaration of the class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected CreateMAGEFile(java.util.Vector createPackageFileList, org.w3c.dom.Element packageList) throws java.lang.Exception
createPackageFileList:
- node representing the package lists class
to live in the MAGE class.
java.lang.Exception
Method Detail |
---|
protected void headerInformation() throws java.lang.Exception
java.lang.Exception
protected java.util.Vector associationAttrInformation(java.util.Vector createPackageFileList, org.w3c.dom.Element packageOrder) throws java.lang.Exception
createPackageFileList:
- the package classes to get the association
information.
java.lang.Exception
public int getFileType()
getFileType
in class CreateFile
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |