C# Class NearRelation, ThreeDWorld

Inheritance: SemanticRelationship
Datei anzeigen Open project: dicarlolab/ThreeDWorld

Public Properties

Property Type Description
foundObjs List>.Dictionary

Public Methods

Method Description
Evaluate ( SemanticObject, subject, SemanticObject, obj ) : bool
Evaluate ( List affectedNodes, Dictionary &ret ) : void
NearRelation ( ) : System.Collections
Setup ( HashSet allObservedObjects ) : void

Private Methods

Method Description
PerformTest ( SemanticObject, obj1, HashSet allObservedObjects ) : List

Method Details

Evaluate() public method

public Evaluate ( SemanticObject, subject, SemanticObject, obj ) : bool
subject SemanticObject,
obj SemanticObject,
return bool

Evaluate() public method

public Evaluate ( List affectedNodes, Dictionary &ret ) : void
affectedNodes List
ret Dictionary
return void

NearRelation() public method

public NearRelation ( ) : System.Collections
return System.Collections

Setup() public method

public Setup ( HashSet allObservedObjects ) : void
allObservedObjects HashSet
return void

Property Details

foundObjs public_oe property

public Dictionary> foundObjs
return List>.Dictionary