org.eclipse.ocl.expressions.operations
Class UnlimitedNaturalLiteralExpOperations
java.lang.Object
  
org.eclipse.ocl.expressions.operations.OCLExpressionOperations
      
org.eclipse.ocl.expressions.operations.UnlimitedNaturalLiteralExpOperations
public class UnlimitedNaturalLiteralExpOperations
- extends OCLExpressionOperations
 
 A static utility class that provides operations related to 'Unlimited Natural Literal Exp' model objects.
 
 
 The following operations are supported:
 
 
- Generated
 
  
 
| 
Method Summary | 
static
 | 
checkNaturalType(UnlimitedNaturalLiteralExp<C> unlimitedNaturalLiteralExp,
                 org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                 java.util.Map<java.lang.Object,java.lang.Object> context)
 
          self.type.name = 'UnlimitedNatural' | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
UnlimitedNaturalLiteralExpOperations
protected UnlimitedNaturalLiteralExpOperations()
- 
 
- Generated
 
  
 
checkNaturalType
public static <C> boolean checkNaturalType(UnlimitedNaturalLiteralExp<C> unlimitedNaturalLiteralExp,
                                           org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                           java.util.Map<java.lang.Object,java.lang.Object> context)
- 
 
 
 self.type.name = 'UnlimitedNatural'
- Parameters:
 unlimitedNaturalLiteralExp - The receiving 'Unlimited Natural Literal Exp' model object.diagnostics - The chain of diagnostics to which problems are to be appended.context - The cache of context-specific information.
 - Generated
 
  - NOT