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:

Generated

Constructor Summary
protected TypeTypeOperations()
           
 
Method Summary
static
<C,O> java.lang.String
getName(TypeType<C,O> typeType)
           
static
<C,O> org.eclipse.emf.common.util.EList<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()

Generated
Method Detail

getName

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

Generated
NOT

oclOperations

public static <C,O> org.eclipse.emf.common.util.EList<O> oclOperations(TypeType<C,O> typeType)

Generated
NOT