A E G H I O P Q R 

A

ALL_INSTANCES - Static variable in class org.andromda.translation.ocl.query.OCLPatterns
Matches on the allInstances feature.

E

EjbQLTranslator - Class in org.andromda.translation.ocl.query
Performs translation to the following: EJB-QL
EjbQLTranslator() - Constructor for class org.andromda.translation.ocl.query.EjbQLTranslator
 

G

getCounter() - Method in class org.andromda.translation.ocl.query.EjbQLTranslator
Returns a String representing an incrementing number.

H

handleDotOperation(String, Object) - Method in class org.andromda.translation.ocl.query.QueryTranslator
 
handleIncludes(String, Object) - Method in class org.andromda.translation.ocl.query.QueryTranslator
 
handleIsLike(String, Object) - Method in class org.andromda.translation.ocl.query.QueryTranslator
 
handleLogicalExpression(String, Object) - Method in class org.andromda.translation.ocl.query.QueryTranslator
 
handleRelationalExpression(String, Object) - Method in class org.andromda.translation.ocl.query.QueryTranslator
 
handleSelect(String, Object) - Method in class org.andromda.translation.ocl.query.QueryTranslator
 
handleSortedBy(String, Object) - Method in class org.andromda.translation.ocl.query.QueryTranslator
 
handleSubSelect(String, Object) - Method in class org.andromda.translation.ocl.query.QueryTranslator
 

I

inAFeatureCall(AFeatureCall) - Method in class org.andromda.translation.ocl.query.QueryTranslator
Override to handle any featureCall expressions ( i.e.
inALogicalExpressionTail(ALogicalExpressionTail) - Method in class org.andromda.translation.ocl.query.QueryTranslator
Override to deal with logical 'and, 'or', 'xor, ...
inAParenthesesPrimaryExpression(AParenthesesPrimaryExpression) - Method in class org.andromda.translation.ocl.query.QueryTranslator
Override to deal with entering parenthesis expressions '( )'.
inAPropertyCallExpression(APropertyCallExpression) - Method in class org.andromda.translation.ocl.query.QueryTranslator
Override to handle any propertyCall expressions ( i.e.
inARelationalExpressionTail(ARelationalExpressionTail) - Method in class org.andromda.translation.ocl.query.QueryTranslator
Override to deal with relational ' <, '>', '=', ...
inAStandardDeclarator(AStandardDeclarator) - Method in class org.andromda.translation.ocl.query.QueryTranslator
Helps out with 'includesAll', replaces the {1} in the expression fragment when a declarator is encountered (i.e.
isInitialDeclarator() - Method in class org.andromda.translation.ocl.query.QueryTranslator
True/false whether or not its the initial declarator.

O

OCLPatterns - Class in org.andromda.translation.ocl.query
Contains the patterns matching for the OCL language.
OCLPatterns() - Constructor for class org.andromda.translation.ocl.query.OCLPatterns
 
OPERATION_FEATURE_CALL - Static variable in class org.andromda.translation.ocl.query.OCLPatterns
Matches on a feature call
org.andromda.translation.ocl.query - package org.andromda.translation.ocl.query
 
outAParenthesesPrimaryExpression(AParenthesesPrimaryExpression) - Method in class org.andromda.translation.ocl.query.QueryTranslator
Override to deal with leaving parenthesis expressions '( )'.

P

postProcess() - Method in class org.andromda.translation.ocl.query.QueryTranslator
Handles any final processing.
preProcess() - Method in class org.andromda.translation.ocl.query.EjbQLTranslator
Called by super class to reset any objects.
preProcess() - Method in class org.andromda.translation.ocl.query.QueryTranslator
Called by super class to reset any objects.

Q

QueryTranslator - Class in org.andromda.translation.ocl.query
Performs translation to the following: Hibernate-QL
QueryTranslator() - Constructor for class org.andromda.translation.ocl.query.QueryTranslator
 
QueryTranslatorException - Exception in org.andromda.translation.ocl.query
Any unchecked exception that will be thrown during QueryTranslator processing.
QueryTranslatorException(Throwable) - Constructor for exception org.andromda.translation.ocl.query.QueryTranslatorException
Constructs a QueryTranslatorException
QueryTranslatorException(String) - Constructor for exception org.andromda.translation.ocl.query.QueryTranslatorException
Constructs a QueryTranslatorException
QueryTranslatorException(String, Throwable) - Constructor for exception org.andromda.translation.ocl.query.QueryTranslatorException
Constructs a QueryTranslatorException

R

replaceCounterPattern(String) - Method in class org.andromda.translation.ocl.query.EjbQLTranslator
Handles the replacement of the references to 'counter' with the incrementing counter (currently just used for EJB-QL translation) --> may want to find a cleaner way to do this.
replaceFragment(String, String, int) - Method in class org.andromda.translation.ocl.query.EjbQLTranslator
Checks to see if the replacement is an argument and if so replaces the {index} in the fragment with the 'argument' fragment from the template.
replaceFragment(String, String, int) - Method in class org.andromda.translation.ocl.query.QueryTranslator
Checks to see if the replacement is an argument and if so replaces the {index} in the fragment with the 'argument' fragment from the template.
A E G H I O P Q R 

Copyright © 2003–2014 AndroMDA.org. All rights reserved.