We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3add106 commit ffe891cCopy full SHA for ffe891c
src/main/java/edu/ie3/simona/api/data/model/em/FlexOptions.java
@@ -6,6 +6,7 @@
6
7
package edu.ie3.simona.api.data.model.em;
8
9
+import java.util.Map;
10
import java.util.UUID;
11
12
/** Interface that defines flex options. */
@@ -14,6 +15,9 @@ public interface FlexOptions extends EmData {
14
15
/** Returns the receiver of this flex options. */
16
UUID receiver();
17
18
+ /** Returns the disaggregated flex options. */
19
+ Map<UUID, FlexOptions> disaggregated();
20
+
21
/**
22
* Enriches the flex option with disaggregated flex options.
23
*
0 commit comments