|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectarchimate.patterns.Pattern
public abstract class Pattern
Constructor Summary | |
---|---|
Pattern()
|
Method Summary | |
---|---|
int |
estimateTasks()
Estimates the number of tasks to execute for generating code |
void |
generate_code(org.eclipse.core.runtime.IProgressMonitor monitor,
org.eclipse.core.runtime.MultiStatus status)
Generates source code for the pattern |
org.eclipse.core.runtime.IProgressMonitor |
monitor()
Returns the ProgressMonitor for the generator |
java.lang.String |
name()
Returns the name of the pattern |
java.lang.String |
packageBase()
Returns the package base of the pattern |
org.eclipse.core.runtime.MultiStatus |
status()
Returns the MultiStatus for the generator |
TagTree |
tree()
Returns a tree containing all archiMateTag s for the key
source elements |
void |
validate_code(org.eclipse.core.runtime.IProgressMonitor monitor,
org.eclipse.core.runtime.MultiStatus status)
Validates the source code in the workspace |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Pattern()
Method Detail |
---|
public java.lang.String name()
ICodeGenerator
name
in interface ICodeGenerator
public java.lang.String packageBase()
ICodeGenerator
packageBase
in interface ICodeGenerator
public TagTree tree()
ICodeGenerator
archiMateTag
s for the key
source elements
tree
in interface ICodeGenerator
TagTree
of the current patternpublic org.eclipse.core.runtime.IProgressMonitor monitor()
ICodeGenerator
ProgressMonitor
for the generator
monitor
in interface ICodeGenerator
ProgressMonitor
for the generatorpublic org.eclipse.core.runtime.MultiStatus status()
ICodeGenerator
MultiStatus
for the generator
status
in interface ICodeGenerator
MultiStatus
for the generatorpublic int estimateTasks()
ICodeGenerator
estimateTasks
in interface ICodeGenerator
public void generate_code(org.eclipse.core.runtime.IProgressMonitor monitor, org.eclipse.core.runtime.MultiStatus status)
ICodeGenerator
generate_code
in interface ICodeGenerator
public void validate_code(org.eclipse.core.runtime.IProgressMonitor monitor, org.eclipse.core.runtime.MultiStatus status)
ICodeGenerator
validate_code
in interface ICodeGenerator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |