Revision b77805ff

b/logic/src/main/scala/gr/grnet/aquarium/logic/accounting/dsl/DSLTimeBoundedItem.scala
36 36
package gr.grnet.aquarium.logic.accounting.dsl
37 37

  
38 38
/**
39
 * A DSL item whose effectivity is constrained by well defined time bounds.
39
 * A DSL dsltbi whose effectivity is constrained by well defined time bounds.
40 40
 * All time bounded items also support inheritance.
41 41
 *
42 42
 * @author Georgios Gousios <gousiosg@gmail.com>
43 43
 */
44
abstract class DSLTimeBoundedItem[T](val overrides: Option[T],
44
abstract class DSLTimeBoundedItem[T](val overrides: Option[DSLTimeBoundedItem[T]],
45 45
                                     val effective: DSLTimeFrame)

Also available in: Unified diff