Package com.nomagic.uml2.ext.jmi.helpers
Class InteractionHelper.InteractionHelperCache
- java.lang.Object
 - 
- com.nomagic.uml2.project.service.ElementProjectService<P>
 - 
- com.nomagic.uml2.cache.ResetableProjectCache<P>
 - 
- com.nomagic.uml2.cache.CompositeProjectCache<Project>
 - 
- com.nomagic.uml2.ext.jmi.helpers.InteractionHelper.InteractionHelperCache
 
 
 
 
 
- 
- All Implemented Interfaces:
 com.nomagic.uml2.project.service.DisposableService,com.nomagic.utils.DisableableCache,com.nomagic.utils.ResetableCache
- Enclosing class:
 - InteractionHelper
 
static final class InteractionHelper.InteractionHelperCache extends com.nomagic.uml2.cache.CompositeProjectCache<Project>
 
- 
- 
Field Summary
Fields Modifier and Type Field Description private com.nomagic.utils.DisableableCacheMap<Lifeline,DestructionOccurrenceSpecification>lifelineDestructionOccurrenceSpecification 
- 
Constructor Summary
Constructors Modifier Constructor Description privateInteractionHelperCache(Project p) 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static InteractionHelper.InteractionHelperCachegetInstance(Project prj)- 
Methods inherited from class com.nomagic.uml2.cache.CompositeProjectCache
createCache, createCache, createCacheWithIdentifier, createLRUCacheWithIdentifier, disableCache, enableCache, invalidateCache, toClassIdentifier 
- 
Methods inherited from class com.nomagic.uml2.cache.ResetableProjectCache
addValidator, disposeService, hasValidators, removeValidator, removeValidators 
 - 
 
 - 
 
- 
- 
Field Detail
- 
lifelineDestructionOccurrenceSpecification
private final com.nomagic.utils.DisableableCacheMap<Lifeline,DestructionOccurrenceSpecification> lifelineDestructionOccurrenceSpecification
 
 - 
 
- 
Constructor Detail
- 
InteractionHelperCache
private InteractionHelperCache(Project p)
 
 - 
 
- 
Method Detail
- 
getInstance
static InteractionHelper.InteractionHelperCache getInstance(Project prj)
 
 - 
 
 -