|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ocl.expressions.operations.OperationCallExpOperations
public class OperationCallExpOperations
A static utility class that provides operations related to 'Operation Call Exp' model objects.
The following operations are supported:
| Constructor Summary | |
|---|---|
protected |
OperationCallExpOperations()
|
| Method Summary | ||
|---|---|---|
static
|
checkArgumentCount(OperationCallExp<C,O> operationCallExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
arguments->size() = refParams->size() |
|
static
|
checkArgumentsConform(OperationCallExp<C,O> operationCallExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
arguments->forall (a | a.type.conformsTo (self.refParams->at (arguments->indexOf (a)).type)) |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected OperationCallExpOperations()
| Method Detail |
|---|
public static <C,O> boolean checkArgumentsConform(OperationCallExp<C,O> operationCallExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
operationCallExp - The receiving 'Operation Call Exp' model object.diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
public static <C,O> boolean checkArgumentCount(OperationCallExp<C,O> operationCallExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
operationCallExp - The receiving 'Operation Call Exp' model object.diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
|
Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||