C# Class Utils.CacheImpact

Handles the impact of a set of changes on the caches
Datei anzeigen Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Add ( IModelElement modelElement ) : void

Adds a new elements as impacted by the change

CacheImpact ( ) : System.Collections.Generic

Constructor

ClearCaches ( ) : void

Clears the caches of the impacted model elements

Method Details

Add() public method

Adds a new elements as impacted by the change
public Add ( IModelElement modelElement ) : void
modelElement IModelElement
return void

CacheImpact() public method

Constructor
public CacheImpact ( ) : System.Collections.Generic
return System.Collections.Generic

ClearCaches() public method

Clears the caches of the impacted model elements
public ClearCaches ( ) : void
return void