public class PropertyCallExpOperations extends OCLExpressionOperations
The following operations are supported:
Check Property Type| Modifier | Constructor and Description |
|---|---|
protected |
PropertyCallExpOperations() |
| Modifier and Type | Method and Description |
|---|---|
static <C,P> boolean |
checkPropertyType(PropertyCallExp<C,P> propertyCallExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
type = referredProperty.type
|
public static <C,P> boolean checkPropertyType(PropertyCallExp<C,P> propertyCallExp, DiagnosticChain diagnostics, Map<Object,Object> context)
propertyCallExp - The receiving 'Property Call 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.