Class Summary |
AddTimeActivity |
The AddTimeActivity allows a model builder to add time to a Calendar
to determine the new date/time. |
BrahmsCalendar |
The BrahmsCalendar class manages a set of class attributes
to increase performance in the use of the Brahms Calendar
class with the related external activities. |
ConvertToTimeZoneActivity |
The ConvertToTimeZoneActivity allows a model builder to convert
a Calendar from one timezone to another. |
FileLocator |
FileLocator is a utility class to find a file. |
GetCalendarActivity |
The GetCalendarActivity allows a model builder to retrieve a new
Calendar object initialized with the date and time set to the
date and time specified by the given timestamp. |
GetCurrentTimeActivity |
The GetCurrentTimeActivity allows a model builder to retrieve a new
Calendar object initialized with the current (simulated) time. |
GetPropertyValueActivity |
The GetPropertyValueActivity is used to retrieve the value for
a named property from a java.util.Properties object. |
GetTimeStampActivity |
The GetTimeStampActivity allows a model builder to convert the date
and time specified in a Calendar object to a TimeStamp string formatted
as specified by the Brahms Calendar class. |
GetTomorrowActivity |
The GetTomorrowActivity allows a model builder to retrieve a new
Calendar object initialized with the date initialized to the day
after the specified Calendar. |
GetYesterdayActivity |
The GetYesterdayActivity allows a model builder to retrieve a new
Calendar object initialized with the date initialized to the day
before the specified Calendar. |
InDateRangeActivity |
The InDateRangeActivity allows a model builder check whether a
timestamp falls within a specified date range. |
LoadPropertiesActivity |
The LoadPropertiesActivity is used to load a set of properties
from a file. |
Log |
Log is a utility class that provides static methods for logging messages while
executing workframes in a Brahms model. |
ParsePrimitiveValueActivity |
The ParsePrimitiveValueActivity is used to parse a primitive
value from a String value. |
PropertiesLoader |
PropertiesLoader is a utility class to load properties from a
properties file in the form of =. |
Queue<E> |
The Queue is a generic queue used to enqueue and
dequeue Objects in a thread safe way. |
RTPrimitiveActivity |
The RTPrimitiveActivity allows a model builder to have an agent
perform a primitive activity that consumes time in real time. |
SetPropertyValueActivity |
The SetPropertyValueActivity is used to set the value for
a named property in a java.util.Properties object and to optionally
save the set of properties to a file. |
UtilLibrary |
UtilLibrary is a helper class to clean up the library
when a VM is restarted. |