org.flexiblepower.efi.buffer
Q - The quantity that describes what is stored in the bufferpublic class BufferTargetProfileUpdate<Q extends javax.measure.quantity.Quantity> extends BufferUpdate
| Constructor and Description |
|---|
BufferTargetProfileUpdate(BufferRegistration<Q> bufferRegistration,
java.util.Date timestamp,
java.util.Date validFrom,
ConstraintProfile<Q> targetProfile)
Constructs a new
BufferTargetProfileUpdate message with the specific validFrom |
| Modifier and Type | Method and Description |
|---|---|
ConstraintProfile<Q> |
getTargetProfile() |
equals, getValidFrom, hashCode, toStringgetResourceId, getResourceMessageId, getTimestamp, toStringpublic BufferTargetProfileUpdate(BufferRegistration<Q> bufferRegistration, java.util.Date timestamp, java.util.Date validFrom, ConstraintProfile<Q> targetProfile)
BufferTargetProfileUpdate message with the specific validFrombufferRegistration - The registration message to which this update is referringtimestamp - The moment when this constructor is calledvalidFrom - This timestamp indicates from which moment on this update is valid. This also indicates the starttime
of the profiletargetProfile - The actual target profile that should be met by this buffer.public ConstraintProfile<Q> getTargetProfile()