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

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

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

Classes in org.eclipse.ocl.examples.library.oclstdlib 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.library.oclstdlib that return StandardLibraryContribution
 StandardLibraryContribution OCLstdlib.Loader.getContribution()
           
 

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()