Package org.sintef.mofscript.MOFScriptModel

Interface Summary
ArithmeticExpression A representation of the model object 'Arithmetic Expression'
ComparisonExpression A representation of the model object 'Comparison Expression'
CreateStatement A representation of the model object 'Create Statement'
Expression A representation of the model object 'Expression'
FileStatement A representation of the model object 'File Statement'
FunctionCall A representation of the model object 'Function Call'
FunctionCallStatement A representation of the model object 'Function Call Statement'
GeneralAssignment A representation of the model object 'General Assignment'
IfStatement A representation of the model object 'If Statement'
IteratorStatement A representation of the model object 'Iterator Statement'
Literal A representation of the model object 'Literal'
LogicalExpression A representation of the model object 'Logical Expression'
MOFScriptComment A representation of the model object 'MOF Script Comment'
MOFScriptImport A representation of the model object 'MOF Script Import'
MOFScriptModelFactory The Factory for the model.
MOFScriptModelPackage The Package for the model.
MOFScriptObject A representation of the model object 'MOF Script Object'
MOFScriptParameter A representation of the model object 'MOF Script Parameter'
MOFScriptSpecification A representation of the model object 'MOF Script Specification'
MOFScriptStatement A representation of the model object 'MOF Script Statement'
MOFScriptStatementOwner A representation of the model object 'MOF Script Statement Owner'
MOFScriptTransformation A representation of the model object 'MOF Script Transformation'
PrintStatement A representation of the model object 'Print Statement'
Reference A representation of the model object 'Reference'
ResultAssignment A representation of the model object 'Result Assignment'
SimpleExpression A representation of the model object 'Simple Expression'
TransformationRule A representation of the model object 'Transformation Rule'
ValueExpression A representation of the model object 'Value Expression'
VariableDeclaration A representation of the model object 'Variable Declaration'
 

Class Summary
AccessLevel A representation of the literals of the enumeration 'Access Level', and utility methods for working with them
ArithmeticOperator A representation of the literals of the enumeration 'Arithmetic Operator', and utility methods for working with them
AssignmentOperator A representation of the literals of the enumeration 'Assignment Operator', and utility methods for working with them
ComparisonOperator A representation of the literals of the enumeration 'Comparison Operator', and utility methods for working with them
ImportSemantics A representation of the literals of the enumeration 'Import Semantics', and utility methods for working with them
ImportType A representation of the literals of the enumeration 'Import Type', and utility methods for working with them
LiteralType A representation of the literals of the enumeration 'Literal Type', and utility methods for working with them
LogicalOperator A representation of the literals of the enumeration 'Logical Operator', and utility methods for working with them
ParameterDirection A representation of the literals of the enumeration 'Parameter Direction', and utility methods for working with them