C# 클래스 KnowledgeBase.KB.DynamicKnowledgeEntry

파일 보기 프로젝트 열기: GAIPS-INESC-ID/FAtiMA-Toolkit

공개 프로퍼티들

프로퍼티 타입 설명
description string

공개 메소드들

메소드 설명
DynamicKnowledgeEntry ( DynamicPropertyCalculator surogate, Name parameters, string description ) : System
Evaluate ( WellFormedNames.IQueryable kb, Name perspective, SubstitutionSet args2, IEnumerable constraints ) : IEnumerable

메소드 상세

DynamicKnowledgeEntry() 공개 메소드

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

Evaluate() 공개 메소드

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

프로퍼티 상세

description 공개적으로 프로퍼티

public string description
리턴 string