|
@@ -7,20 +7,36 @@ Class Block{}
|
|
|
Class ICBlock{}
|
|
Class ICBlock{}
|
|
|
|
|
|
|
|
Class ConstantBlock{
|
|
Class ConstantBlock{
|
|
|
|
|
+ name = "Constant"
|
|
|
value : Float {
|
|
value : Float {
|
|
|
target_lower_cardinality = 1
|
|
target_lower_cardinality = 1
|
|
|
target_upper_cardinality = 1
|
|
target_upper_cardinality = 1
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-Class AdditionBlock{}
|
|
|
|
|
-Class NegatorBlock{}
|
|
|
|
|
-Class MultiplyBlock{}
|
|
|
|
|
-Class InverseBlock{}
|
|
|
|
|
-Class DelayBlock{}
|
|
|
|
|
-Class IntegratorBlock{}
|
|
|
|
|
-Class DerivatorBlock{}
|
|
|
|
|
|
|
+Class AdditionBlock{
|
|
|
|
|
+ name = "Addition"
|
|
|
|
|
+}
|
|
|
|
|
+Class NegatorBlock{
|
|
|
|
|
+ name = "Negator"
|
|
|
|
|
+}
|
|
|
|
|
+Class MultiplyBlock{
|
|
|
|
|
+ name = "Multiply"
|
|
|
|
|
+}
|
|
|
|
|
+Class InverseBlock{
|
|
|
|
|
+ name = "Inverse"
|
|
|
|
|
+}
|
|
|
|
|
+Class DelayBlock{
|
|
|
|
|
+ name = "Delay"
|
|
|
|
|
+}
|
|
|
|
|
+Class IntegratorBlock{
|
|
|
|
|
+ name = "Integrator"
|
|
|
|
|
+}
|
|
|
|
|
+Class DerivatorBlock{
|
|
|
|
|
+ name = "Derivator"
|
|
|
|
|
+}
|
|
|
Class ProbeBlock{
|
|
Class ProbeBlock{
|
|
|
|
|
+ name = "Probe"
|
|
|
name : String {
|
|
name : String {
|
|
|
target_lower_cardinality = 1
|
|
target_lower_cardinality = 1
|
|
|
target_upper_cardinality = 1
|
|
target_upper_cardinality = 1
|