Uses of Class
org.argouml.uml.reveng.DiagramInterface

Packages that use DiagramInterface
org.argouml.application.api Provides general classes and interfaces that are fundamental to ArgoUML and ArgoUML modules. 
org.argouml.uml.reveng Provides support for PluggableImport modules. 
org.argouml.uml.reveng.java Import module implementation for the Java language. 
 

Uses of DiagramInterface in org.argouml.application.api
 

Methods in org.argouml.application.api with parameters of type DiagramInterface
 void PluggableImport.parseFile(Project p, java.lang.Object o, DiagramInterface diagram, Import _import)
          One parseable object from the list will be parsed by this method.
 

Uses of DiagramInterface in org.argouml.uml.reveng
 

Methods in org.argouml.uml.reveng with parameters of type DiagramInterface
 void FileImportSupport.parseFile(Project p, java.lang.Object o, DiagramInterface diagram, Import _import)
          This method parses 1 file.
 

Uses of DiagramInterface in org.argouml.uml.reveng.java
 

Methods in org.argouml.uml.reveng.java with parameters of type DiagramInterface
 void JavaImport.parseFile(Project p, java.lang.Object o, DiagramInterface diagram, Import _import)
          This method parses 1 Java file.
 

Constructors in org.argouml.uml.reveng.java with parameters of type DiagramInterface
Modeller(java.lang.Object model, DiagramInterface diagram, Import _import, boolean noAssociations, boolean arraysAsDatatype, java.lang.String fileName)
          Create a new modeller.
 



ArgoUML © 1996-2003 (20040216)ArgoUML Project HomeArgoUML Cookbook