C# 클래스 CommeillFaut.InfluenceRule

파일 보기 프로젝트 열기: GAIPS-INESC-ID/FAtiMA-Toolkit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Conditions ConditionSet

공개 메소드들

메소드 설명
InfluenceRule ( InfluenceRuleDTO dto ) : System
Result ( Name init, Name targ ) : int
SetData ( InfluenceRuleDTO dto ) : void
ToDTO ( ) : InfluenceRuleDTO

보호된 메소드들

메소드 설명
InfluenceRule ( ) : System

메소드 상세

InfluenceRule() 보호된 메소드

protected InfluenceRule ( ) : System
리턴 System

InfluenceRule() 공개 메소드

public InfluenceRule ( InfluenceRuleDTO dto ) : System
dto CommeillFaut.DTOs.InfluenceRuleDTO
리턴 System

Result() 공개 메소드

public Result ( Name init, Name targ ) : int
init Name
targ Name
리턴 int

SetData() 공개 메소드

public SetData ( InfluenceRuleDTO dto ) : void
dto CommeillFaut.DTOs.InfluenceRuleDTO
리턴 void

ToDTO() 공개 메소드

public ToDTO ( ) : InfluenceRuleDTO
리턴 CommeillFaut.DTOs.InfluenceRuleDTO

프로퍼티 상세

Conditions 공개적으로 프로퍼티

public ConditionSet Conditions
리턴 ConditionSet