C# 클래스 gSearch.Core.Graph.Services.Time.TimeScale

The TimeScale class is a data management service for a binary tree graph data structure stored in the Neo4j graph database.
파일 보기 프로젝트 열기: kbastani/gsearch 1 사용 예제들

공개 메소드들

메소드 설명
GlobalCallback ( ) : List>.Func

The global callback delegate performs a limited graph search over all implementations of ITimeScaleVertex that are subscribed to this TimeScale graph.

InitializeTimeScaleGraph ( List vertices ) : void

Initializes this instance of the TimeScale graph data structure with supplied ITimeScaleVertex implementations.

TimeScale ( ) : System

Creates a new uninitialized instance of the TimeScale class.

TimeScale ( List vertices ) : System

Creates a new initialized instance of the TimeScale class by supplying a collection of ITimeScaleVertex implementations.

메소드 상세

GlobalCallback() 공개 메소드

The global callback delegate performs a limited graph search over all implementations of ITimeScaleVertex that are subscribed to this TimeScale graph.
public GlobalCallback ( ) : List>.Func
리턴 List>.Func

InitializeTimeScaleGraph() 공개 메소드

Initializes this instance of the TimeScale graph data structure with supplied ITimeScaleVertex implementations.
public InitializeTimeScaleGraph ( List vertices ) : void
vertices List The list of ITimeScaleVertex implementations that will be managed in-memory for this TimeScale graph.
리턴 void

TimeScale() 공개 메소드

Creates a new uninitialized instance of the TimeScale class.
public TimeScale ( ) : System
리턴 System

TimeScale() 공개 메소드

Creates a new initialized instance of the TimeScale class by supplying a collection of ITimeScaleVertex implementations.
public TimeScale ( List vertices ) : System
vertices List The list of ITimeScaleVertex implementations that will be managed in-memory for this TimeScale graph.
리턴 System