C# Class br.ufc.pargo.hpe.backend.DGAC.database.AbstractComponentFunctorParameterDAO

Exibir arquivo Open project: UFC-MDCC-HPC/Hash-Programming-Environment

Public Methods

Method Description
insert ( br.ufc.pargo.hpe.backend.DGAC.database.AbstractComponentFunctorParameter ac ) : void
list ( int id_abstract ) : IList

Private Methods

Method Description
makeKey ( int id_abstract, string id_parameter ) : int
retrieve ( int id_abstract, string id_parameter ) : br.ufc.pargo.hpe.backend.DGAC.database.AbstractComponentFunctorParameter

Method Details

insert() public method

public insert ( br.ufc.pargo.hpe.backend.DGAC.database.AbstractComponentFunctorParameter ac ) : void
ac br.ufc.pargo.hpe.backend.DGAC.database.AbstractComponentFunctorParameter
return void

list() public method

public list ( int id_abstract ) : IList
id_abstract int
return IList