C# Class KnowledgeBase.KB.KnowledgeEntry

Mostra file Open project: GAIPS-INESC-ID/FAtiMA-Toolkit

Public Methods

Method Description
GetAllStoredPerspectives ( ) : IEnumerable
GetPerspectives ( ) : Name>>.IEnumerable
GetValueFor ( Name perspective ) : Name
IsEmpty ( ) : bool
TellValueFor ( Name perspective, Name value ) : void

Method Details

GetAllStoredPerspectives() public method

public GetAllStoredPerspectives ( ) : IEnumerable
return IEnumerable

GetPerspectives() public method

public GetPerspectives ( ) : Name>>.IEnumerable
return Name>>.IEnumerable

GetValueFor() public method

public GetValueFor ( Name perspective ) : Name
perspective Name
return Name

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

TellValueFor() public method

public TellValueFor ( Name perspective, Name value ) : void
perspective Name
value Name
return void