org.eclipse.ocl.examples.pivot.library
Interface RegisteredContribution.Registry<C extends RegisteredContribution<C>>

All Known Implementing Classes:
RegisteredContribution.AbstractRegistry
Enclosing interface:
RegisteredContribution<C extends RegisteredContribution<C>>

public static interface RegisteredContribution.Registry<C extends RegisteredContribution<C>>

A registry of contributions.


Method Summary
 C get(java.lang.String key)
           
 C put(java.lang.String key, C contribution)
           
 C remove(java.lang.String key)
           
 int size()
           
 

Method Detail

get

@Nullable
C get(@NonNull
               java.lang.String key)

put

@Nullable
C put(@NonNull
               java.lang.String key,
               @NonNull
               C contribution)

remove

@Nullable
C remove(@NonNull
                  java.lang.String key)

size

int size()