Uses of Class
fipaos.util.UTCContainer

Packages that use UTCContainer
fipaos.ont.fipa 
fipaos.util 

Uses of UTCContainer in fipaos.ont.fipa
 

Methods in fipaos.ont.fipa that return UTCContainer
UTCContainerACL.getReplyByUTC()
          
 

Methods in fipaos.ont.fipa with parameters of type UTCContainer
voidACL.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
booleanUTCContainer.equals(UTCContainer otherTime)
          Method to provide a mechanism for determining if two times are the same
booleanUTCContainer.isAfter(UTCContainer time)
          Method to provide a way of determining if a UTCContainer object represents a time before
the time this UTCContainer instance represents.
booleanUTCContainer.isBefore(UTCContainer otherTime)
          Method to provide a way of determining if a UTCContainer object represents a time after
the time this UTCContainer instance represents