Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[higgins-dev] Recent commits

Changes to the following plug-ins have been committed:

 

org.eclipse.higgins.test

-         added MemberTimeSpanTest

org.eclipse.higgins.context.profileshare

-         updated profileshare.rdf

org.eclipse.higgins.context.model

-         added support for time spans

org.eclipse.higgins

-         added support for time spans

org.eclipse.higgins.context.example

-         updated context.rdf

 

This adds support for the concept that context members have valid from..to timespans. You can now invoke getContextMembers(Date t) on a context and get back an Iterator for members of the context that are valid at time=t. Where valid means that t lies between the member’s from and to values.

 

 


Back to the top