A B C D E F G H I M N P R S T V W

A

add(int, int) - Method in class barsuift.simLife.time.SimLifeCalendar
 
addObserver(Observer) - Method in interface barsuift.simLife.IObservable
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.

B

barsuift.simLife - package barsuift.simLife
 
barsuift.simLife.time - package barsuift.simLife.time
 

C

computeFields() - Method in class barsuift.simLife.time.SimLifeCalendar
 
computeTime() - Method in class barsuift.simLife.time.SimLifeCalendar
 
countObservers() - Method in interface barsuift.simLife.IObservable
Returns the number of observers of this Observable object.

D

Day - Enum in barsuift.simLife.time
 
DAY_PER_MONTH - Static variable in class barsuift.simLife.time.SimLifeCalendar
 
DAY_PER_WEEK - Static variable in class barsuift.simLife.time.SimLifeCalendar
 
DAY_PER_YEAR - Static variable in class barsuift.simLife.time.SimLifeCalendar
 
deleteObserver(Observer) - Method in interface barsuift.simLife.IObservable
Deletes an observer from the set of observers of this object.
deleteObservers() - Method in interface barsuift.simLife.IObservable
Clears the observer list so that this object no longer has any observers.

E

equals(Object) - Method in class barsuift.simLife.time.SimLifeCalendar
 
equals(Object) - Method in class barsuift.simLife.time.SimLifeCalendarState
 

F

FIRDAY - Static variable in class barsuift.simLife.time.SimLifeCalendar
Value of the Calendar.DAY_OF_WEEK field indicating Firday.
formatDate() - Method in class barsuift.simLife.time.SimLifeCalendar
Date is formatted with the following pattern : mm:ss DayInWeek DayInMonth Month Year.

G

getDecimalValue(int) - Static method in class barsuift.simLife.PercentHelper
Returns a BigDecimal value between 0 and 1 from the given value, which must be comprised between 0 and 100
getGreatestMinimum(int) - Method in class barsuift.simLife.time.SimLifeCalendar
 
getIndex() - Method in enum barsuift.simLife.time.Day
 
getIndex() - Method in enum barsuift.simLife.time.Month
 
getIntValue(BigDecimal) - Static method in class barsuift.simLife.PercentHelper
Returns an integer value between 0 and 100 from the given value, which must be comprised between 0 and 1
getLeastMaximum(int) - Method in class barsuift.simLife.time.SimLifeCalendar
 
getMaximum(int) - Method in class barsuift.simLife.time.SimLifeCalendar
 
getMinimum(int) - Method in class barsuift.simLife.time.SimLifeCalendar
 
getName() - Method in enum barsuift.simLife.time.Day
 
geTName() - Method in enum barsuift.simLife.time.Month
 
getState() - Method in interface barsuift.simLife.Persistent
Gets the state of the persistent object.
getState() - Method in class barsuift.simLife.time.SimLifeCalendar
 
getStringValue(int) - Static method in class barsuift.simLife.PercentHelper
 
getStringValue(BigDecimal) - Static method in class barsuift.simLife.PercentHelper
 
getValue() - Method in class barsuift.simLife.time.SimLifeCalendarState
 

H

hasChanged() - Method in interface barsuift.simLife.IObservable
Tests if this object has changed.
hashCode() - Method in class barsuift.simLife.time.SimLifeCalendarState
 

I

IObservable - Interface in barsuift.simLife
 

M

MINUTE_PER_DAY - Static variable in class barsuift.simLife.time.SimLifeCalendar
 
Month - Enum in barsuift.simLife.time
 
MONTH_PER_YEAR - Static variable in class barsuift.simLife.time.SimLifeCalendar
 
MS_PER_SECOND - Static variable in class barsuift.simLife.time.SimLifeCalendar
 

N

NOSDAY - Static variable in class barsuift.simLife.time.SimLifeCalendar
Value of the Calendar.DAY_OF_WEEK field indicating Nosday.
notifyObservers() - Method in interface barsuift.simLife.IObservable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.
notifyObservers(Object) - Method in interface barsuift.simLife.IObservable
If this object has changed, as indicated by the hasChanged method, then notify all of its observers and then call the clearChanged method to indicate that this object has no longer changed.

P

PercentHelper - Class in barsuift.simLife
 
Persistent<E extends State> - Interface in barsuift.simLife
This interface represents a persistent object.

R

random1() - Static method in class barsuift.simLife.Randomizer
 
random2() - Static method in class barsuift.simLife.Randomizer
 
random3() - Static method in class barsuift.simLife.Randomizer
 
random4() - Static method in class barsuift.simLife.Randomizer
 
randomBetween(int, int) - Static method in class barsuift.simLife.Randomizer
 
Randomizer - Class in barsuift.simLife
 
randomRotation() - Static method in class barsuift.simLife.Randomizer
Random angle for rotation
roll(int, boolean) - Method in class barsuift.simLife.time.SimLifeCalendar
 
roll(int, int) - Method in class barsuift.simLife.time.SimLifeCalendar
 

S

SECOND_PER_MINUTE - Static variable in class barsuift.simLife.time.SimLifeCalendar
 
setTime(String) - Method in class barsuift.simLife.time.SimLifeCalendar
Parse the given date and set the given values to this calendar instance.
setValue(long) - Method in class barsuift.simLife.time.SimLifeCalendarState
 
SimLifeCalendar - Class in barsuift.simLife.time
 
SimLifeCalendar() - Constructor for class barsuift.simLife.time.SimLifeCalendar
 
SimLifeCalendar(String) - Constructor for class barsuift.simLife.time.SimLifeCalendar
 
SimLifeCalendar(long) - Constructor for class barsuift.simLife.time.SimLifeCalendar
 
SimLifeCalendar(SimLifeCalendar) - Constructor for class barsuift.simLife.time.SimLifeCalendar
 
SimLifeCalendar(SimLifeCalendarState) - Constructor for class barsuift.simLife.time.SimLifeCalendar
 
SimLifeCalendarState - Class in barsuift.simLife.time
 
SimLifeCalendarState() - Constructor for class barsuift.simLife.time.SimLifeCalendarState
 
SimLifeCalendarState(long) - Constructor for class barsuift.simLife.time.SimLifeCalendarState
 
State - Interface in barsuift.simLife
This is the basic interface for State elements.
STOODAY - Static variable in class barsuift.simLife.time.SimLifeCalendar
Value of the Calendar.DAY_OF_WEEK field indicating Stooday.
synchronize() - Method in interface barsuift.simLife.Persistent
Synchronizes the State instance with the current object state.
synchronize() - Method in class barsuift.simLife.time.SimLifeCalendar
 

T

THUNSDAY - Static variable in class barsuift.simLife.time.SimLifeCalendar
Value of the Calendar.DAY_OF_WEEK field indicating Thunsday.
toSimLifeCalendar() - Method in class barsuift.simLife.time.SimLifeCalendarState
 
toString() - Method in enum barsuift.simLife.time.Day
 
toString() - Method in enum barsuift.simLife.time.Month
 
toString() - Method in class barsuift.simLife.time.SimLifeCalendarState
 

V

valueOf(String) - Static method in enum barsuift.simLife.time.Day
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum barsuift.simLife.time.Month
Returns the enum constant of this type with the specified name.
values() - Static method in enum barsuift.simLife.time.Day
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum barsuift.simLife.time.Month
Returns an array containing the constants of this enum type, in the order they are declared.

W

WATSDAY - Static variable in class barsuift.simLife.time.SimLifeCalendar
Value of the Calendar.DAY_OF_WEEK field indicating Watsday.
WEEK_PER_MONTH - Static variable in class barsuift.simLife.time.SimLifeCalendar
 
WEEK_PER_YEAR - Static variable in class barsuift.simLife.time.SimLifeCalendar
 
WINDAY - Static variable in class barsuift.simLife.time.SimLifeCalendar
Value of the Calendar.DAY_OF_WEEK field indicating Winday.

A B C D E F G H I M N P R S T V W

Copyright © 2010. All Rights Reserved.