C# Class KnowledgeBase.KB.DynamicKnowledgeEntry

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

Public Properties

Property Type Description
description string

Public Methods

Method Description
DynamicKnowledgeEntry ( DynamicPropertyCalculator surogate, Name parameters, string description ) : System
Evaluate ( WellFormedNames.IQueryable kb, Name perspective, SubstitutionSet args2, IEnumerable constraints ) : IEnumerable

Method Details

DynamicKnowledgeEntry() public method

public DynamicKnowledgeEntry ( DynamicPropertyCalculator surogate, Name parameters, string description ) : System
surogate DynamicPropertyCalculator
parameters Name
description string
return System

Evaluate() public method

public Evaluate ( WellFormedNames.IQueryable kb, Name perspective, SubstitutionSet args2, IEnumerable constraints ) : IEnumerable
kb WellFormedNames.IQueryable
perspective Name
args2 SubstitutionSet
constraints IEnumerable
return IEnumerable

Property Details

description public property

public string description
return string