org.biomage.tools.generate_java
Class CreateTransformedClassFile

java.lang.Object
  extended by org.biomage.tools.generate_classes.CreateFile
      extended by org.biomage.tools.generate_classes.CreateClassFile
          extended by org.biomage.tools.generate_java.CreateTransformedClassFile

public class CreateTransformedClassFile
extends CreateClassFile

Author:
kjellp

Nested Class Summary
 
Nested classes/interfaces inherited from class org.biomage.tools.generate_classes.CreateClassFile
CreateClassFile.DataTypeAttrInformation, CreateClassFile.MethodInformation
 
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
CreateTransformedClassFile(java.lang.String name, java.lang.String packageName, java.lang.String comment, int typeOwned)
          Creates a new instance of CreateTransformedClassFile
 
Method Summary
 
Methods inherited from class org.biomage.tools.generate_classes.CreateClassFile
addAttribute, associationInformation, dataAttributeInformation, getFileType, getID, headerInformation, methodInformation, typeAggregated
 
Methods inherited from class org.biomage.tools.generate_classes.CreateFile
addAssociation, addAssociation, addAssociation, addRoleName, getAssociationInfo, getAttrInfo, getBaseClassCreateFile, getBaseClassFileName, getBaseClassID, getClassDoc, getClassFileName, getConcreteSubClassNames, getDocumentation, getImports, getInterfaceInfo, getMethodInfo, getPackageID, getPackageName, getRoleNames, getVisibility, importDate, importSerializable, importVector, isAbstract, isBaseClass, isIdentifiableClass, isIndependentClass, isReferenced, isReferenced, registerSubClassName, registerWithBaseClass, setBaseClassCreateFile, setIsIndependentClass, setVisibility, typeOwned, typeOwned
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateTransformedClassFile

public CreateTransformedClassFile(java.lang.String name,
                                  java.lang.String packageName,
                                  java.lang.String comment,
                                  int typeOwned)
                           throws java.lang.Exception
Creates a new instance of CreateTransformedClassFile

Throws:
java.lang.Exception