org.flexiblepower.efi.uncontrolled
public final class UncontrolledAllocation extends Allocation
| Constructor and Description |
|---|
UncontrolledAllocation(java.lang.String resourceId,
UncontrolledUpdate controlSpaceUpdate,
java.util.Date timestamp,
boolean isEmergencyAllocation,
java.util.Date startTime,
ConstraintProfileMap curtailmentProfiles) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
ConstraintProfileMap |
getCurtailmentProfiles() |
java.util.Date |
getStartTime() |
int |
hashCode() |
protected void |
toString(java.lang.StringBuilder sb) |
getControlSpaceUpdateId, isEmergencyAllocationgetResourceId, getResourceMessageId, getTimestamp, toStringpublic UncontrolledAllocation(java.lang.String resourceId,
UncontrolledUpdate controlSpaceUpdate,
java.util.Date timestamp,
boolean isEmergencyAllocation,
java.util.Date startTime,
ConstraintProfileMap curtailmentProfiles)
public java.util.Date getStartTime()
public ConstraintProfileMap getCurtailmentProfiles()
ConstraintProfile for every applicable Commoditypublic int hashCode()
hashCode in class Allocationpublic boolean equals(java.lang.Object obj)
equals in class Allocationprotected void toString(java.lang.StringBuilder sb)
toString in class Allocation