| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UTCContainer | |
fipaos.ont.fipa | |
fipaos.util |
Uses of UTCContainer in fipaos.ont.fipa |
Methods in fipaos.ont.fipa that return UTCContainer | |
UTCContainer | ACL.getReplyByUTC() |
Methods in fipaos.ont.fipa with parameters of type UTCContainer | |
void | ACL.setReplyByUTC(UTCContainer utc) |
Uses of UTCContainer in fipaos.util |
Subclasses of UTCContainer in fipaos.util | |
class | UTCDuration Extends UTCContainer - contains a duration specified in relative UTC format (e.g. |
class | UTCTime This is a class which can be used to directly manipulate UTC time strings in a consitant manner. |
Methods in fipaos.util with parameters of type UTCContainer | |
boolean | UTCContainer.equals(UTCContainer otherTime) Method to provide a mechanism for determining if two times are the same |
boolean | UTCContainer.isAfter(UTCContainer time) Method to provide a way of determining if a UTCContainer object represents a time before the time this UTCContainer instance represents. |
boolean | UTCContainer.isBefore(UTCContainer otherTime) Method to provide a way of determining if a UTCContainer object represents a time after the time this UTCContainer instance represents |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |