org.eclipse.ocl.examples.pivot.internal.operations
Class MonikeredElementOperations

java.lang.Object
  extended by org.eclipse.ocl.examples.pivot.internal.operations.MonikeredElementOperations
Direct Known Subclasses:
ConstraintOperations, MultiplicityElementOperations, OperationOperations, ParameterableElementOperations, PropertyOperations, TemplateableElementOperations, TemplateSignatureOperations, TypeOperations, ValueSpecificationOperations

public class MonikeredElementOperations
extends java.lang.Object

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

The following operations are supported:

Generated

Constructor Summary
protected MonikeredElementOperations()
           
 
Method Summary
static boolean hasMoniker(MonikeredElement monikeredElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonikeredElementOperations

protected MonikeredElementOperations()

Generated
Method Detail

hasMoniker

public static boolean hasMoniker(MonikeredElement monikeredElement)

Generated