|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.codegen.CodeGenStrategyHandler
de.uni_paderborn.fujaba.codegen.OOGenStrategyHandler
de.uni_paderborn.fujaba.codegen.UMLClassOOHandler
Class UMLClassOOHandler
Field Summary |
Constructor Summary | |
UMLClassOOHandler()
Default Constructor |
Method Summary | |
boolean |
addToBodyStrategies(UMLClassBodyStrategy value)
Access method for an one to n association. |
void |
appendStrategy(UMLClassBodyStrategy value)
No comment provided by developer, please add a comment to improve documentation. |
void |
generateClassBody(FClass theClass)
No comment provided by developer, please add a comment to improve documentation. |
void |
generateFAttr(FAttr theAttr)
No comment provided by developer, please add a comment to improve documentation. |
void |
generateFClassDeclaration(FClass theClass)
No comment provided by developer, please add a comment to improve documentation. |
void |
generateFMethod(FMethod theMethod)
No comment provided by developer, please add a comment to improve documentation. |
void |
generateFRole(FRole theRole)
No comment provided by developer, please add a comment to improve documentation. |
OOGenToken |
generateSourceCode(FElement incr,
OOGenToken prevToken,
java.lang.Object[] param)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
hasInBodyStrategies(UMLClassBodyStrategy value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
isResponsible(FElement incr)
Get the responsible attribute of the UMLClassOOHandler object |
java.util.Iterator |
iteratorOfBodyStrategies()
No comment provided by developer, please add a comment to improve documentation. |
boolean |
needToken()
No comment provided by developer, please add a comment to improve documentation. |
void |
removeAllFromBodyStrategies()
No comment provided by developer, please add a comment to improve documentation. |
boolean |
removeFromBodyStrategies(UMLClassBodyStrategy value)
No comment provided by developer, please add a comment to improve documentation. |
int |
sizeOfBodyStrategies()
No comment provided by developer, please add a comment to improve documentation. |
java.lang.String |
toString()
|
Methods inherited from class de.uni_paderborn.fujaba.codegen.CodeGenStrategyHandler |
appendOOStatement, appendOOStatement, appendOOStatement, generate, generate, generate, generate, generateCode, generateSourceCode, getChainMaster, getClientOfChain, getPrevHandler, getSuccessor, incrNeedsToken, isContinueChain, isResponsible, setChainMaster, setContinueChain, setPrevHandler, setSuccessor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public UMLClassOOHandler()
Method Detail |
public boolean isResponsible(FElement incr)
isResponsible
in class CodeGenStrategyHandler
incr
- No description provided
public final boolean needToken()
needToken
in class CodeGenStrategyHandler
public OOGenToken generateSourceCode(FElement incr, OOGenToken prevToken, java.lang.Object[] param)
generateSourceCode
in class CodeGenStrategyHandler
incr
- No description providedprevToken
- No description providedparam
- No description provided
public final void generateFClassDeclaration(FClass theClass)
theClass
- No description providedpublic void generateClassBody(FClass theClass)
theClass
- No description providedpublic final void generateFAttr(FAttr theAttr)
theAttr
- No description providedpublic final void generateFRole(FRole theRole)
theRole
- No description providedpublic final void generateFMethod(FMethod theMethod)
theMethod
- No description providedpublic java.lang.String toString()
toString
in class OOGenStrategyHandler
public void appendStrategy(UMLClassBodyStrategy value)
value
- No description providedpublic boolean addToBodyStrategies(UMLClassBodyStrategy value)
value
- The object added.
public boolean hasInBodyStrategies(UMLClassBodyStrategy value)
value
- No description provided
public java.util.Iterator iteratorOfBodyStrategies()
public void removeAllFromBodyStrategies()
public boolean removeFromBodyStrategies(UMLClassBodyStrategy value)
value
- No description provided
public int sizeOfBodyStrategies()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |