archimate.patterns.primitives
Class Primitive

java.lang.Object
  extended by archimate.patterns.Pattern
      extended by archimate.patterns.primitives.Primitive
All Implemented Interfaces:
ICodeGenerator
Direct Known Subclasses:
CallbackPrimitive

public abstract class Primitive
extends Pattern
implements ICodeGenerator


Constructor Summary
Primitive()
           
 
Method Summary
 
Methods inherited from class archimate.patterns.Pattern
estimateTasks, generate_code, monitor, name, packageBase, status, tree, validate_code
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface archimate.codegen.ICodeGenerator
estimateTasks, generate_code, monitor, name, packageBase, status, tree, validate_code
 

Constructor Detail

Primitive

public Primitive()