Skip to content

Commit ffe891c

Browse files
committed
Small adaptions.
1 parent 3add106 commit ffe891c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/edu/ie3/simona/api/data/model/em/FlexOptions.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
package edu.ie3.simona.api.data.model.em;
88

9+
import java.util.Map;
910
import java.util.UUID;
1011

1112
/** Interface that defines flex options. */
@@ -14,6 +15,9 @@ public interface FlexOptions extends EmData {
1415
/** Returns the receiver of this flex options. */
1516
UUID receiver();
1617

18+
/** Returns the disaggregated flex options. */
19+
Map<UUID, FlexOptions> disaggregated();
20+
1721
/**
1822
* Enriches the flex option with disaggregated flex options.
1923
*

0 commit comments

Comments
 (0)