Uses of Class
communications.message.PointInTime
-
Packages that use PointInTime Package Description communications.message util -
-
Uses of PointInTime in communications.message
Subclasses of PointInTime in communications.message Modifier and Type Class Description class
AmountAtTime
Specifies an arbitrary amount at a specific timeclass
Co2Cost
AnAmountAtTime
specialising on co2 costclass
FuelBid
Offer or request for an amount of fuel of a certain type at a given timeclass
FuelCost
AnAmountAtTime
specialising in specific fuel costclass
PpaInformation
Specifies an arbitrary amount at a specific timeclass
YieldPotential
Yield potential data associated with an energy carrier -
Uses of PointInTime in util
Classes in util with type parameters of type PointInTime Modifier and Type Class Description static class
Util.MessagePair<X extends PointInTime,Y extends PointInTime>
static class
Util.MessagePair<X extends PointInTime,Y extends PointInTime>
Methods in util with type parameters of type PointInTime Modifier and Type Method Description static <X extends PointInTime,Y extends PointInTime>
HashMap<de.dlr.gitlab.fame.time.TimeStamp,Util.MessagePair<X,Y>>Util. matchMessagesByTime(ArrayList<de.dlr.gitlab.fame.communication.message.Message> messages, Class<X> firstType, Class<Y> secondType)
Searches givenMessage
s for those that contain any of the two given types and extracts (removes) them from the given list.static <X extends PointInTime,Y extends PointInTime>
HashMap<de.dlr.gitlab.fame.time.TimeStamp,Util.MessagePair<X,Y>>Util. matchMessagesByTime(ArrayList<de.dlr.gitlab.fame.communication.message.Message> messages, Class<X> firstType, Class<Y> secondType)
Searches givenMessage
s for those that contain any of the two given types and extracts (removes) them from the given list.
-