C# Class DataDictionary.GuidCache

Cache for Guid -> ModelElement lookup
Inheritance: IFinder
Show file Open project: ERTMSSolutions/ERTMSFormalSpecs

Private Properties

Property Type Description

Public Methods

Method Description
ClearCache ( ) : void

Clears the cache

GetModel ( string guid ) : DataDictionary.ModelElement

Provides the model element which corresponds to the guid provided

GuidCache ( ) : System

Constructor

Method Details

ClearCache() public method

Clears the cache
public ClearCache ( ) : void
return void

GetModel() public method

Provides the model element which corresponds to the guid provided
public GetModel ( string guid ) : DataDictionary.ModelElement
guid string
return DataDictionary.ModelElement

GuidCache() public method

Constructor
public GuidCache ( ) : System
return System