Index

A C D E G H I P S T U 
All Classes and Interfaces|All Packages

A

AbstractSimpleTimeFactory - Interface in simpletimeapi
Abstract Factory Interface.
addTime(int) - Method in interface simpletimeapi.Time
Add number of minutes to this time.
addTime(Time) - Method in interface simpletimeapi.Time
A given time is added to this time.
asMinutes() - Method in interface simpletimeapi.Duration
Get this duration as a number of minutes.
asMinutes() - Method in interface simpletimeapi.Time
Return the number of minutes since midnight.

C

createDuration(int) - Method in interface simpletimeapi.AbstractSimpleTimeFactory
Factory method to create an object of type Duration.
createDuration(int, int) - Method in interface simpletimeapi.AbstractSimpleTimeFactory
Factory method to create an object of type Duration.
createTime(int, int) - Method in interface simpletimeapi.AbstractSimpleTimeFactory
Factory method to create an object of type Time.

D

Duration - Interface in simpletimeapi
Length between two Times.

E

equals(Object) - Method in interface simpletimeapi.Duration
Equals method.
equals(Object) - Method in interface simpletimeapi.Time
Equals method.

G

getHours() - Method in interface simpletimeapi.Duration
Just a getter.
getHours() - Method in interface simpletimeapi.Time
Getter for hours of this Time.
getMinutes() - Method in interface simpletimeapi.Duration
Just a getter.
getMinutes() - Method in interface simpletimeapi.Time
Getter for minutes of this Time.

H

hashCode() - Method in interface simpletimeapi.Duration
Return hasCode.
hashCode() - Method in interface simpletimeapi.Time
Return hasCode.

I

isBefore(Time) - Method in interface simpletimeapi.Time
This method tests if this time is before the given other time.
isBeforeOrEqual(Time) - Method in interface simpletimeapi.Time
This method tests if this time is before or equal to the given other time.

P

plus(Duration) - Method in interface simpletimeapi.Duration
Adds a duration.

S

simpletimeapi - module simpletimeapi
JPMS Module for ALDA SimpleTime API.
simpletimeapi - package simpletimeapi
 

T

Time - Interface in simpletimeapi
The unit of points in Time (instant; like java.time.Instant).
toString() - Method in interface simpletimeapi.Duration
Returns textual representation of Duration.
toString() - Method in interface simpletimeapi.Time
Returns textual representation of Time.

U

until(Time) - Method in interface simpletimeapi.Time
Compute the distance to a point in the future from this time, expressed as duration.
A C D E G H I P S T U 
All Classes and Interfaces|All Packages