|
ColdDoc 1.0 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
colddoc.strategy.AbstractTemplateStrategy
colddoc.strategy.uml2tools.XMIStrategy
public class XMIStrategy
Strategy for generating the .uml file for Eclipse UML2Tools to generate diagrams from
| Constructor Summary | |
|---|---|
init(string outputFile)
Constructor |
|
| Method Summary | |
|---|---|
private query |
determineProperties(struct meta, string package)
We will make the assumption that is there is a get & set function with the same name, its a property |
private string |
getOutputFile()
|
void |
run(query qMetadata)
run this strategy |
private void |
setOutputFile(string outputFile)
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init(string outputFile)
outputFile - absolute path to the output file. File should end in .uml, if it doesn' it will be added.| Method Detail |
|---|
private query determineProperties(struct meta, string package)
meta - the metadata for a classpackage - the current packageprivate string getOutputFile()
public void run(query qMetadata)
run
in class
AbstractTemplateStrategy
qMetadata - the meta data queryprivate void setOutputFile(string outputFile)
outputFile
|
ColdDoc 1.0 | ||||
| FRAMES | |||||