archimate.primitives
Class Primitive

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

public class Primitive
extends Pattern
implements ICodeGenerator


Constructor Summary
Primitive()
           
 
Method Summary
 void check_code()
           
 void generate_code()
           
 
Methods inherited from class archimate.patterns.Pattern
model, tree
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface archimate.codegen.ICodeGenerator
model, tree
 

Constructor Detail

Primitive

public Primitive()
Method Detail

generate_code

public void generate_code()
Specified by:
generate_code in interface ICodeGenerator
Overrides:
generate_code in class Pattern

check_code

public void check_code()