sodium-rust icon indicating copy to clipboard operation
sodium-rust copied to clipboard

Add Behavior class as in C# version

Open the-real-blackh opened this issue 7 years ago • 3 comments

We're doing this on all languages: https://github.com/SodiumFRP/sodium/blob/master/c%23/src/Sodium/Sodium/Behavior.cs

the-real-blackh avatar Feb 06 '18 21:02 the-real-blackh

Just to clarify. Cell: The discrete one. Behavior: The continuous one?

clinuxrulz avatar Feb 07 '18 07:02 clinuxrulz

Yes, that's right.

the-real-blackh avatar Feb 07 '18 07:02 the-real-blackh

jam40jeff added this comment to the Java ticket: The Behavior class is mostly a rename of the Cell class with a couple methods removed. The new Cell class contains the discrete cell behavior (and uses an underlying Behavior for its implementation in C#).

the-real-blackh avatar Feb 07 '18 07:02 the-real-blackh