public class RealLiteralExpOperations extends OCLExpressionOperations
The following operations are supported:
Check Real Type| Modifier | Constructor and Description |
|---|---|
protected |
RealLiteralExpOperations() |
| Modifier and Type | Method and Description |
|---|---|
static <C> boolean |
checkRealType(RealLiteralExp<C> realLiteralExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
self.type.name = 'Real'
|
public static <C> boolean checkRealType(RealLiteralExp<C> realLiteralExp, DiagnosticChain diagnostics, Map<Object,Object> context)
realLiteralExp - The receiving 'Real Literal Exp' model object.diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
Copyright © 2015 Open eHealth Foundation. All rights reserved.