CKLLib 1.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package CKLLib --version 1.1.1
                    
NuGet\Install-Package CKLLib -Version 1.1.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CKLLib" Version="1.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CKLLib" Version="1.1.1" />
                    
Directory.Packages.props
<PackageReference Include="CKLLib" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CKLLib --version 1.1.1
                    
#r "nuget: CKLLib, 1.1.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package CKLLib@1.1.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CKLLib&version=1.1.1
                    
Install as a Cake Addin
#tool nuget:?package=CKLLib&version=1.1.1
                    
Install as a Cake Tool

CKLLib

The library for describing and using the algebra of dynamic relations and its operations.


Table of Contents


Overview

CKLLib is a powerful library designed to model and manipulate dynamic relations with temporal attributes. It provides a comprehensive set of classes and operations to handle time-dependent relational data efficiently.


Core Classes

CKL

The main class representing a dynamic relation object.

Attributes: | Attribute | Description | | ---------------- | --------------------------------------------------------------------- | | FilePath | The file path (with .ckl extension) where the object is serialized. | | GlobalInterval | The time interval over which the object is considered. | | TimeDimention | The time units of the object (e.g., minutes, nanoseconds, days). | | Source | A set (Cartesian product of sets) of which the relation is a subset. | | Relation | The relation proper. |


RelationItem

Describes an element of a dynamic relation.

Attributes: | Attribute | Description | | ----------- | ------------------------------------------------------------------------------------- | | Value | The value of the element (retrieved from Source). | | Intervals | Validity intervals for the element (time intervals where it is part of the relation). | | Info | Optional object attribute. |


TimeInterval

Represents a time interval.

Attributes: | Attribute | Description | | ----------- | --------------------------------- | | StartTime | Lower bound of the time interval. | | EndTime | Upper bound of the time interval. | | Duration | The duration of the interval. |


Pair

Represents the value of a RelationItem.

Attributes: | Attribute | Description | | --------- | ---------------------------- | | Values | A tuple of concrete objects. |


Enums

TimeDimentions

An enum of time units.

Values:

  • Nanoseconds
  • Microseconds
  • Milliseconds
  • Seconds
  • Minutes
  • Hours
  • Days
  • Weeks

Utility Classes

CKLMath

Static operations for dynamic relation algebra (similar to Math for calculus).

Note:
For detailed information about operations and their subtypes, refer to the literature listed in the References section.


CKLGraph

Provides a temporal graph representation of a dynamic relation.

Methods: | Method | Description | | ------------------- | ------------ | | GetGraphByTime(int | float time) | Returns a HashSet<Pair> representing the edge list of the graph at the given timestamp. |


References

  • Гейда А. С., Федорченко Л. Н., Афанасьева И. В., Хасанов Д. С. Динамические отношения в задачах обработки знаний // Вестник Бурятского государственного университета. Математика, информатика. 2021. № 3. С. 39–61.
  • Федорченко Л. Н., Гейда А. С. Инструментальная система обработки динамических отношений // Вестник Бурятского государственного университета. Математика, информатика. 2022. № 2. С. 102–111.
  • В. И. Городецкий, Л. Н. Федорченко - "Динамические отношения в задачах обработки знаний."// Академия наук СССР Ленинградский институт информатики и автоматизации, Препринт №141, Изд-во. Ленинград. 1991
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.2 181 6/14/2025
1.1.1 273 6/13/2025
1.1.0 271 6/13/2025