C# 클래스 SemanticRelationship, ThreeDWorld

파일 보기 프로젝트 열기: dicarlolab/ThreeDWorld

공개 프로퍼티들

프로퍼티 타입 설명
name string

공개 메소드들

메소드 설명
Evaluate ( SemanticObject, subject, SemanticObject, obj ) : bool
Evaluate ( List affectedNodes, Dictionary &foundObjs ) : void
GetJsonString ( List affectedNodes ) : JsonData
LimitSet ( List subset, Dictionary unrestrictedList ) : List>.Dictionary
Setup ( HashSet allObservedObjects ) : void

메소드 상세

Evaluate() 공개 추상적인 메소드

public abstract Evaluate ( SemanticObject, subject, SemanticObject, obj ) : bool
subject SemanticObject,
obj SemanticObject,
리턴 bool

Evaluate() 공개 추상적인 메소드

public abstract Evaluate ( List affectedNodes, Dictionary &foundObjs ) : void
affectedNodes List
foundObjs Dictionary
리턴 void

GetJsonString() 공개 메소드

public GetJsonString ( List affectedNodes ) : JsonData
affectedNodes List
리턴 JsonData

LimitSet() 공개 정적인 메소드

public static LimitSet ( List subset, Dictionary unrestrictedList ) : List>.Dictionary
subset List
unrestrictedList Dictionary
리턴 List>.Dictionary

Setup() 공개 메소드

public Setup ( HashSet allObservedObjects ) : void
allObservedObjects HashSet
리턴 void

프로퍼티 상세

name 공개적으로 프로퍼티

public string name
리턴 string