Uses of Interface
org.eclipse.ocl.examples.pivot.library.StandardLibraryContribution

Packages that use StandardLibraryContribution
org.eclipse.ocl.examples.pivot.library   
org.eclipse.ocl.examples.pivot.model   
 

Uses of StandardLibraryContribution in org.eclipse.ocl.examples.pivot.library
 

Classes in org.eclipse.ocl.examples.pivot.library that implement StandardLibraryContribution
static class StandardLibraryContribution.Descriptor
           
 

Fields in org.eclipse.ocl.examples.pivot.library declared as StandardLibraryContribution
protected  StandardLibraryContribution StandardLibraryContribution.Descriptor.contribution
           
 

Fields in org.eclipse.ocl.examples.pivot.library with type parameters of type StandardLibraryContribution
static RegisteredContribution.Registry<StandardLibraryContribution> StandardLibraryContribution.REGISTRY
           
 

Methods in org.eclipse.ocl.examples.pivot.library that return StandardLibraryContribution
protected  StandardLibraryContribution StandardLibraryContribution.Descriptor.createContribution()
           
 

Uses of StandardLibraryContribution in org.eclipse.ocl.examples.pivot.model
 

Classes in org.eclipse.ocl.examples.pivot.model that implement StandardLibraryContribution
static class OCLstdlib.Loader
          The Loader shares the Standard Library instance whenever this default library is loaded from the registry of Standard Libraries populated by the standard_library extension point.
 

Methods in org.eclipse.ocl.examples.pivot.model that return StandardLibraryContribution
 StandardLibraryContribution OCLstdlib.Loader.getContribution()