wt.tools.generation.architecture
Class LinkGenerator

java.lang.Object
  extended bywt.tools.generation.architecture.LinkGenerator

public class LinkGenerator
extends Object


Field Summary
protected  Association source
           
protected  ClassClass targetClass
           
 
Constructor Summary
LinkGenerator(Association sourceAssoc)
           
 
Method Summary
protected  void addServerAttribute()
           
static LinkGenerator get(Association sourceAssoc)
           
 ClassClass process()
           
protected  void processModule()
           
protected  void processPackage()
           
protected  void processPrimary()
           
protected  void processSpecial()
           
protected  void setTarget()
           
protected  void transferProperty(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

protected Association source

targetClass

protected ClassClass targetClass
Constructor Detail

LinkGenerator

public LinkGenerator(Association sourceAssoc)
Method Detail

addServerAttribute

protected void addServerAttribute()

get

public static LinkGenerator get(Association sourceAssoc)

process

public ClassClass process()

processModule

protected void processModule()

processPackage

protected void processPackage()

processPrimary

protected void processPrimary()

processSpecial

protected void processSpecial()

setTarget

protected void setTarget()

transferProperty

protected void transferProperty(String name)