org.eclipse.ocl.types.operations
Class TypeTypeOperations

java.lang.Object
  extended by org.eclipse.ocl.types.operations.TypeTypeOperations

public class TypeTypeOperations
extends java.lang.Object

A static utility class that provides operations related to 'Type Type' model objects.

Since:
1.3

The following operations are supported:


Constructor Summary
protected TypeTypeOperations()
           
 
Method Summary
static
<C,O> java.lang.String
getName(TypeType<C,O> typeType)
           
static
<C,O>
oclOperations(TypeType<C,O> typeType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeTypeOperations

protected TypeTypeOperations()

Method Detail

getName

public static <C,O> java.lang.String getName(TypeType<C,O> typeType)


oclOperations

public static <C,O>  oclOperations(TypeType<C,O> typeType)


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.