|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
from type to the mapping.
ignorePattern to
the Collection of ignorePatterns.
validatePattern to
the Collection of validatePatterns.
object's toString
result to the current translated expression String Buffer.
<<body>> expression
<<definition>> expression
fullyQualifiedName
key.
key.
key, if it can't be found,
the default of the specified type is
returned, if no default is set, null is returned.
type.
name, returns null if one can not be found.
stereotype.
variableDeclarations
expression.
packageName as an argument and returns the URL for the
class.
- getParameters() -
Method in interface org.ocltf.concretesyntax.OperationCS
- Returns a VariableDeclaration array representing
the arguments of the operation.
- getParameters(AFeatureCall) -
Static method in class org.ocltf.concretesyntax.impl.ConcreteSyntaxUtils
- Gets all the parameters from a AFeatureCall instance.
- getParameters() -
Method in class org.ocltf.concretesyntax.impl.OperationDeclarationCSImpl
-
- getParameters() -
Method in interface org.ocltf.model.OperationFacade
- Retrieves a Collection of all ParameterFacades
that his OperationFacade contains.
- getParametersAsString(AFeatureCall) -
Static method in class org.ocltf.concretesyntax.impl.ConcreteSyntaxUtils
- Gets all the parameters from a AFeatureCall instance as a comma
seperated String.
- getParent() -
Method in interface org.ocltf.model.GeneralizationFacade
- Returns the child of the underlying generalization
- getPath() -
Method in class org.ocltf.common.Configuration
- Returns the path to the file for this Configuration
- getPool(ClassLoader) -
Static method in class org.ocltf.translation.TraceTranslator.TranslatorClassPool
- Retrieves an instance of this TranslatorClassPool
using the loader to find/load any classes.
- getPrimaryExpression(APropertyCallExpression) -
Static method in class org.ocltf.concretesyntax.impl.ConcreteSyntaxUtils
- Gets the "real" primary expression, as opposed to the primary expression
retrieved from the parser syntax (since it leaves off any navigational
relationships).
- getPrimitiveClass(String, ClassLoader) -
Static method in class org.ocltf.utils.ClassUtils
- Returns the type class name for a Java primitive.
- getProperty(String) -
Method in class org.ocltf.common.Context
- Retrieves the property with the specified name.
- getProperty(Object, String) -
Static method in class org.ocltf.translation.TranslationUtils
- Just retriieves properties from a bean, but gives
a more informational error when the property can't
be retrieved, it also cleans the resulting property
from any excess white space
- getPropertyAsString(Object, String) -
Static method in class org.ocltf.translation.TranslationUtils
- Just retriieves properties from a bean, but gives
a more informational error when the property can't
be retrieved, it also cleans the resulting property
from any excess white space
- getRepository() -
Method in class org.ocltf.test.ModelLoader
- Gets the Repository implementation to use.
- getRequiredString(String) -
Method in class org.ocltf.common.Configuration
- Retrieves the property has a string.
- getRequiredStringArray(String) -
Method in class org.ocltf.common.Configuration
- Retrieves the property has a array of Strings
- getResource() -
Method in class org.ocltf.mapping.Mappings
- Returns the resource URI from
which this Mappings object was loaded.
- getResource() -
Method in class org.ocltf.templateobject.TemplateObject
- The resource in which the templateObject was found.
- getResource() -
Method in class org.ocltf.translation.library.Library
- The resource URI from which this Library was configured.
- getResource(String) -
Static method in class org.ocltf.utils.FileResourceUtils
- Retrieves aresource from the class package
- getResource(String) -
Static method in class org.ocltf.utils.XmlResourceUtils
- Retreives an XML resource from the class pacakge
- getResourceContentsAsString(String) -
Static method in class org.ocltf.utils.FileResourceUtils
- Loads the file resource and returns the contents
as a String.
- getResourceContentsAsString(String) -
Static method in class org.ocltf.utils.XmlResourceUtils
- Loads the contents and then converts the contents to a string.
- getResourceName() -
Method in interface org.ocltf.common.Plugin
- The name of the resource (i.e META-INF/cartridge.xml)
that will configure an instance of this Plugin.
- getResourceName() -
Method in class org.ocltf.translation.library.Library
-
- getReturnType() -
Method in interface org.ocltf.concretesyntax.OperationCS
- The declared return type.
- getReturnType() -
Method in class org.ocltf.concretesyntax.impl.OperationDeclarationCSImpl
-
- getReturnType() -
Method in interface org.ocltf.model.OperationFacade
- Gets the return type of the
underlying operation as a ClassifierFacade.
- getReturnTypes() -
Method in interface org.ocltf.model.OperationFacade
- Retrieves the return type(s) for the specified operation
- getStartingProperty(String) -
Static method in class org.ocltf.translation.TranslationUtils
- Retrieves the "starting" property name from one
that is nested, for example, will return '
'
from the string --> ...
- getStereotypeNames() -
Method in interface org.ocltf.model.ElementFacade
- Retrieves all stereo type names belonging
to the underlying model element.
- getTaggedValues() -
Method in interface org.ocltf.model.ElementFacade
- Retrieves the Collection of TaggedValueFacades belonging
to the underlying model element.
- getTemplateEngine() -
Method in class org.ocltf.translation.library.LibraryTranslation
- Gets the TemplateEngine instance that will perform processing of the
file.
- getTemplateObjects() -
Method in class org.ocltf.translation.library.Library
- Returns all the TemplateObject objects that
are available to this Cartridge.
- getTo() -
Method in class org.ocltf.mapping.Mapping
- Returns the to type for this mapping.
- getTo(String) -
Method in class org.ocltf.mapping.Mappings
- Returns the JDBC type for the given model type.
- getTo() -
Method in class org.ocltf.test.ExpressionTest
- Gets the translation to which the translation should match.
- getTranslated(String, String) -
Method in class org.ocltf.translation.library.Translation
- Gets the "translated" value of this Fragment if it
exists.
- getTranslatedExpression() -
Method in class org.ocltf.translation.Expression
- Returns the expression after translation.
- getTranslation() -
Method in class org.ocltf.test.TranslationTest
- Returns the name of the translator, for which
this TranslationTest will be used to test.
- getTranslation() -
Method in class org.ocltf.translation.library.Fragment
- Gets the Translation to which this Fragment belongs.
- getTranslationFragment(String) -
Method in class org.ocltf.translation.BaseTranslator
- Finds the "fragment" with the specified
fragmentName
from the library translation file.
- getTranslationFragment(String, String) -
Method in class org.ocltf.translation.library.LibraryTranslation
- Gets the current "translated" value of this fragmentName for resulting
from the last processTranslation method
- getTranslator() -
Method in class org.ocltf.translation.library.LibraryTranslation
- Gets the Translator instance that will perform processing of the file.
- getType() -
Method in interface org.ocltf.concretesyntax.VariableDeclarationCS
- The variable declaration type.
- getType(TName, List) -
Static method in class org.ocltf.concretesyntax.impl.ConcreteSyntaxUtils
- Concatinates the type from the passed in name and pathNameTail.
- getType() -
Method in class org.ocltf.concretesyntax.impl.VariableDeclarationCSImpl
-
- getType() -
Method in interface org.ocltf.model.ElementFacade
- Gets the type of the underlying model element.
- getUri() -
Method in class org.ocltf.test.TranslationTest
- Gets the URI for the test which this TranslationTest was loaded from.
- getValue() -
Method in class org.ocltf.common.Property
- Returns the value.
- getValue() -
Method in interface org.ocltf.concretesyntax.VariableDeclarationCS
- The variable declaration initial value.
- getValue() -
Method in class org.ocltf.concretesyntax.impl.VariableDeclarationCSImpl
-
- getValue() -
Method in interface org.ocltf.model.TaggedValueFacade
- Returns the value of the tagged value
- getVariableDeclarations(POperation) -
Static method in class org.ocltf.concretesyntax.impl.ConcreteSyntaxUtils
- Retrieves all the variable declarations for the passed in
operation.
- getVariableDeclarations(AStandardDeclarator) -
Static method in class org.ocltf.concretesyntax.impl.ConcreteSyntaxUtils
- Retrieves all the variable declarations for the passed in
standardDeclarator.
- getVariableDeclarations(PVariableDeclarationList) -
Static method in class org.ocltf.concretesyntax.impl.ConcreteSyntaxUtils
- Creates an array of VariableDeclarationCS[] from the passed in PVariableDeclarationList.
- getVisibilityModifier() -
Method in interface org.ocltf.model.OperationFacade
- Gets the visibility modifier (i.e, public, private, etc.)
fragmentName matches one the fragments defined
within the current translation file.
<<invariant>> expression.
def expressions.
inv expressions.
object's
toString result at the start and end positions of the buffer
containing the Expression.
name is a connecting
end and its multiplicity is many.
<<postcondition>> expression.
<<precondition>> expression.
key.
type.
type.
model for the this ModelFacade.
TranslationUtils instances should NOT be constructed in
standard programming.
expression by looking
up the translationName from the available
Translation-Libraries found on the classpath.
java.lang.Class object.
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||