wt.tools.generation.architecture.service
Class Anchor

java.lang.Object
  extended bywt.tools.generation.architecture.ClassProcessor
      extended bywt.tools.generation.architecture.WTClassProcessor
          extended bywt.tools.generation.architecture.service.Anchor

public class Anchor
extends WTClassProcessor


Field Summary
 
Fields inherited from class wt.tools.generation.architecture.WTClassProcessor
remoteEnabled
 
Fields inherited from class wt.tools.generation.architecture.ClassProcessor
classAccumulator, currentDelegate, delegates, sourceClass, targetClass
 
Constructor Summary
protected Anchor(ClassClass source)
           
 
Method Summary
protected  String clientServerTag()
           
static Anchor get(ClassClass source)
           
protected  void processAssociations()
           
protected  void processAttributes()
           
protected  void processInherits()
           
protected  void processOperations()
           
protected  void processPrimary()
           
protected  String typeTag()
           
 
Methods inherited from class wt.tools.generation.architecture.WTClassProcessor
addResourceAttribute, addServerAttribute, initializeSpecifics, makeRemoteTarget, operationSpecifics, remoteSupport, setTarget, transferProperty
 
Methods inherited from class wt.tools.generation.architecture.ClassProcessor
accessorDocs, addAccessors, addClassnameAttribute, addConstant, addConstant, addExceptions, addField, addLinkAccessors, addLinkAliasAccessors, addLinkFeatures, addResourceAttribute, addVersionControlAttributes, constructorSpecifics, copyCommon, copyDependencies, enumerationResources, enumerationSupport, enumUseResourceInfo, externalizationSupport, externalizationSupportPost, fulfillAccessors, fulfillConstant, fulfillField, fulfillOperation, getterSpecifics, makeDefaultConstructor, makeGetter, makeLinkGetter, makeLinkSetter, makeRemover, makeSetter, makeSetterValidate, netFactorSupport, persistenceSupport, persistenceSupportPost, process, process, processAssociations, processAttributes, processDepends, processFirstClassAssociation, processInherits, processModule, processOperation, processOperations, processPackage, processPostProcess, processPrimary, processReference, processRole, processRole, processSpecial, processStandardAssociation, removerSpecifics, setClassAccumulator, setterSpecifics
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Anchor

protected Anchor(ClassClass source)
Method Detail

clientServerTag

protected String clientServerTag()
Specified by:
clientServerTag in class WTClassProcessor

get

public static Anchor get(ClassClass source)

processAssociations

protected void processAssociations()
Overrides:
processAssociations in class ClassProcessor

processAttributes

protected void processAttributes()
Overrides:
processAttributes in class ClassProcessor

processInherits

protected void processInherits()
Overrides:
processInherits in class ClassProcessor

processOperations

protected void processOperations()
Overrides:
processOperations in class ClassProcessor

processPrimary

protected void processPrimary()
Overrides:
processPrimary in class WTClassProcessor

typeTag

protected String typeTag()
Specified by:
typeTag in class WTClassProcessor