de.uni_paderborn.fujaba.codegen
Class OOGenStrategyHandler

java.lang.Object
  extended byde.uni_paderborn.fujaba.codegen.CodeGenStrategyHandler
      extended byde.uni_paderborn.fujaba.codegen.OOGenStrategyHandler
Direct Known Subclasses:
AccessorOOHandler, EndOfChainOOHandler, UMLActivityDiagramOOHandler, UMLActivityOOHandler, UMLAttrExprPairOOHandler, UMLClassOOHandler, UMLCollabStatOOHandler, UMLConstraintOOHandler, UMLFileOOHandler, UMLLinkOOHandler, UMLMethodOOHandler, UMLMultiLinkOOHandler, UMLObjectOOHandler, UMLPackageOOHandler, UMLPathOOHandler, UMLProjectOOHandler, UMLStatechartOOHandler, UMLStatementActivityOOHandler, UMLStopActivityOOHandler, UMLStoryActivityOOHandler, UMLStoryPatternOOHandler

public abstract class OOGenStrategyHandler
extends CodeGenStrategyHandler

Class OOActivityCodeGenHandler

Version:
$Revision: 1.18 $
Author:
$Author: schneider $

Field Summary
static java.lang.String AT_POST_VARIABLE
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String COLLAB_STAT_BEGIN
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String COLLAB_STAT_END
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String FIND_LOWER_BOUND_ELSE_CLAUSE
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String FIND_LOWER_BOUND_ELSE_IF_CLAUSE
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String FIND_LOWER_BOUND_IF_CLAUSE
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String I_MULTILINK_SEARCH_NORM_BOTTOM
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String I_MULTILINK_SEARCH_NORM_TOP
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String I_MULTILINK_SEARCH_OPTIONAL_BOTTOM
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String I_MULTILINK_SEARCH_OPTIONAL_TOP
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String I_MULTILINK_SEARCH_SET
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String ISOMORPHIC_BINDING
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String ISOMORPHIC_BINDING_BODY
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String ISOMORPHIC_BINDING_SET
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String LINK_CHECK_BETWEEN_SETS
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String LINK_CHECK_TO_MANY
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String LINK_CHECK_TO_ONE
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String LINK_CHECK_TO_SET
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String LINK_CREATE
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String LINK_CREATE_SET
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String LINK_CREATE_SET_TOP
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String LINK_DELETE
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String LINK_DELETE_SET
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String LINK_SEARCH_TO_MANY_BOTTOM
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String LINK_SEARCH_TO_MANY_TOP
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String LINK_SEARCH_TO_ONE
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String LINK_SEARCH_TO_SET_BOTTOM
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String LINK_SEARCH_TO_SET_TOP
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String MULTILINK_CHECK
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String MULTILINK_CHECK_FIRST
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String MULTILINK_CHECK_LAST
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String MULTILINK_INSERT_OBJECT
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String MULTILINK_SEARCH_BOUND_TO_UNBOUND
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String MULTILINK_SEARCH_FIRST
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String MULTILINK_SEARCH_LAST
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String MULTILINK_SEARCH_UNBOUND_TO_BOUND
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String OBJECT_CREATE
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String OBJECT_DELETE
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String PATH_EXPR_CREATE
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String PRECONDITION_CHECK
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String RETURN_STAT
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String STORY_DIAGRAM_BOTTOM
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String STORY_DIAGRAM_TOP
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String TYPE_CAST
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String UML_ATTR_EXPR_PAIR
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
OOGenStrategyHandler()
          Default Constructor
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class de.uni_paderborn.fujaba.codegen.CodeGenStrategyHandler
appendOOStatement, appendOOStatement, appendOOStatement, generate, generate, generate, generate, generateCode, generateSourceCode, generateSourceCode, getChainMaster, getClientOfChain, getPrevHandler, getSuccessor, incrNeedsToken, isContinueChain, isResponsible, isResponsible, needToken, setChainMaster, setContinueChain, setPrevHandler, setSuccessor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AT_POST_VARIABLE

public static final java.lang.String AT_POST_VARIABLE
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

COLLAB_STAT_BEGIN

public static final java.lang.String COLLAB_STAT_BEGIN
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

COLLAB_STAT_END

public static final java.lang.String COLLAB_STAT_END
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

FIND_LOWER_BOUND_ELSE_CLAUSE

public static final java.lang.String FIND_LOWER_BOUND_ELSE_CLAUSE
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

FIND_LOWER_BOUND_ELSE_IF_CLAUSE

public static final java.lang.String FIND_LOWER_BOUND_ELSE_IF_CLAUSE
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

FIND_LOWER_BOUND_IF_CLAUSE

public static final java.lang.String FIND_LOWER_BOUND_IF_CLAUSE
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

I_MULTILINK_SEARCH_NORM_BOTTOM

public static final java.lang.String I_MULTILINK_SEARCH_NORM_BOTTOM
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

I_MULTILINK_SEARCH_NORM_TOP

public static final java.lang.String I_MULTILINK_SEARCH_NORM_TOP
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

I_MULTILINK_SEARCH_OPTIONAL_BOTTOM

public static final java.lang.String I_MULTILINK_SEARCH_OPTIONAL_BOTTOM
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

I_MULTILINK_SEARCH_OPTIONAL_TOP

public static final java.lang.String I_MULTILINK_SEARCH_OPTIONAL_TOP
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

I_MULTILINK_SEARCH_SET

public static final java.lang.String I_MULTILINK_SEARCH_SET
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

ISOMORPHIC_BINDING

public static final java.lang.String ISOMORPHIC_BINDING
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

ISOMORPHIC_BINDING_BODY

public static final java.lang.String ISOMORPHIC_BINDING_BODY
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

ISOMORPHIC_BINDING_SET

public static final java.lang.String ISOMORPHIC_BINDING_SET
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

LINK_CHECK_BETWEEN_SETS

public static final java.lang.String LINK_CHECK_BETWEEN_SETS
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

LINK_CHECK_TO_MANY

public static final java.lang.String LINK_CHECK_TO_MANY
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

LINK_CHECK_TO_ONE

public static final java.lang.String LINK_CHECK_TO_ONE
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

LINK_CHECK_TO_SET

public static final java.lang.String LINK_CHECK_TO_SET
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

LINK_CREATE

public static final java.lang.String LINK_CREATE
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

LINK_CREATE_SET

public static final java.lang.String LINK_CREATE_SET
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

LINK_CREATE_SET_TOP

public static final java.lang.String LINK_CREATE_SET_TOP
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

LINK_DELETE

public static final java.lang.String LINK_DELETE
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

LINK_DELETE_SET

public static final java.lang.String LINK_DELETE_SET
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

LINK_SEARCH_TO_MANY_TOP

public static final java.lang.String LINK_SEARCH_TO_MANY_TOP
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

LINK_SEARCH_TO_MANY_BOTTOM

public static final java.lang.String LINK_SEARCH_TO_MANY_BOTTOM
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

LINK_SEARCH_TO_ONE

public static final java.lang.String LINK_SEARCH_TO_ONE
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

LINK_SEARCH_TO_SET_TOP

public static final java.lang.String LINK_SEARCH_TO_SET_TOP
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

LINK_SEARCH_TO_SET_BOTTOM

public static final java.lang.String LINK_SEARCH_TO_SET_BOTTOM
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

MULTILINK_CHECK

public static final java.lang.String MULTILINK_CHECK
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

MULTILINK_CHECK_FIRST

public static final java.lang.String MULTILINK_CHECK_FIRST
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

MULTILINK_CHECK_LAST

public static final java.lang.String MULTILINK_CHECK_LAST
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

MULTILINK_INSERT_OBJECT

public static final java.lang.String MULTILINK_INSERT_OBJECT
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

MULTILINK_SEARCH_BOUND_TO_UNBOUND

public static final java.lang.String MULTILINK_SEARCH_BOUND_TO_UNBOUND
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

MULTILINK_SEARCH_UNBOUND_TO_BOUND

public static final java.lang.String MULTILINK_SEARCH_UNBOUND_TO_BOUND
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

MULTILINK_SEARCH_FIRST

public static final java.lang.String MULTILINK_SEARCH_FIRST
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

MULTILINK_SEARCH_LAST

public static final java.lang.String MULTILINK_SEARCH_LAST
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

OBJECT_CREATE

public static final java.lang.String OBJECT_CREATE
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

OBJECT_DELETE

public static final java.lang.String OBJECT_DELETE
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

PRECONDITION_CHECK

public static final java.lang.String PRECONDITION_CHECK
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

STORY_DIAGRAM_BOTTOM

public static final java.lang.String STORY_DIAGRAM_BOTTOM
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

STORY_DIAGRAM_TOP

public static final java.lang.String STORY_DIAGRAM_TOP
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

TYPE_CAST

public static final java.lang.String TYPE_CAST
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

UML_ATTR_EXPR_PAIR

public static final java.lang.String UML_ATTR_EXPR_PAIR
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

RETURN_STAT

public static final java.lang.String RETURN_STAT
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

PATH_EXPR_CREATE

public static final java.lang.String PATH_EXPR_CREATE
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values
Constructor Detail

OOGenStrategyHandler

public OOGenStrategyHandler()
Default Constructor

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class CodeGenStrategyHandler
Returns:
short string representation of current object