Name | Kind | Description |
java | attribute | |
java | attribute | |
javaActivity | operation | return the activity in Java |
javaAnnotations | operation | returns the Java annotations |
javaBehavior | operation | return the behavior in Java |
javaBody | operation | returns the operation's body in Java++, useless if the def does not contains ${body} Note that the body is get each time from BOUML for memory size reason |
javaBodyCmd | attribute | |
javaDecl | operation | return the Java defininition |
javaDef | operation | returns the operation's definition in Java, notes that it is already made by the inherited JavaDecl operation |
javaDir | operation | returns the path where the JAVA files are generated by the JAVA generator. |
javaDoActivity | operation | return the activity in Java |
javaEntryBehavior | operation | return the entry behavior in Java |
javaExitBehavior | operation | return the exit behavior in Java |
javaExpression | operation | return the expression in Java |
javaGetSetFrozen | operation | return the if the Java definition is frozen, only for getter/setter operation |
javaGuard | operation | return the guard in Java |
javaGuard | operation | return the guard in Java |
javaLanguage | attribute | |
javaNameSpec | operation | in case the operation is a 'get' or 'set' operation, returns how the operation's JAVA name must be generated |
javaPackage | operation | returns the java package name associed to the package |
javaPostCondition | operation | return the post condition in Java |
javaPostCondition | operation | return the post condition in Java |
javaPreCondition | operation | return the pre condition in Java |
javaPreCondition | operation | return the pre condition in Java |
javaSelection | operation | return the selection in Java |
javaSelection | operation | return the selection in Java |
JavaSettings | operation | never called ! |
JavaSettings | class | This class manages settings concerning JAVA, configured through the 'Generation settings' dialog. This class may be defined as a 'singleton', but I prefer to use static members allowing to just write 'JavaSettings::member' rather than 'JavaSettings::instance()->member' or other long sentence like this. |
JavaSettings | artifact | |
javaSettingsCmd | attribute | |
JavaSettingsCmd | class | Internal enum |
JavaSettingsCmd | artifact | |
javaSignal | operation | return the signal in Java |
javaSource | operation | returns the Java file definition |
javaTransformation | operation | return the transformation in Java |
javaTrigger | operation | return the trigger in Java |
javaTrigger | operation | return the trigger in Java |
javaValue | operation | return the value in Java |
javaWeight | operation | return the weight in Java |