C# Class NMF.Models.Evolution.ElementCreation

Inheritance: IModelChange
显示文件 Open project: NMFCode/NMF Class Usage Examples

Public Methods

Method Description
Apply ( IModelRepository repository ) : void
ElementCreation ( IModelElement createdElement ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Private Methods

Method Description
ElementCreation ( ) : System

Method Details

Apply() public method

public Apply ( IModelRepository repository ) : void
repository IModelRepository
return void

ElementCreation() public method

public ElementCreation ( IModelElement createdElement ) : System
createdElement IModelElement
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int