org.eclipse.ocl.examples.pivot.scoping
Class EmptyAttribution

java.lang.Object
  extended by org.eclipse.ocl.examples.pivot.scoping.AbstractAttribution
      extended by org.eclipse.ocl.examples.pivot.scoping.EmptyAttribution
All Implemented Interfaces:
Attribution

public class EmptyAttribution
extends AbstractAttribution


Field Summary
static EmptyAttribution INSTANCE
           
 
Fields inherited from interface org.eclipse.ocl.examples.pivot.scoping.Attribution
REGISTRY
 
Constructor Summary
EmptyAttribution()
           
 
Method Summary
 
Methods inherited from class org.eclipse.ocl.examples.pivot.scoping.AbstractAttribution
computeLookup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

@NonNull
public static final EmptyAttribution INSTANCE
Constructor Detail

EmptyAttribution

public EmptyAttribution()