object ExampleTraffic extends App
The ExampleTraffic
object defines structure of the KB suitable for translation
to LoMRF. Captures the LA Interstates. Should add GPS coordinates.
- See also
github.com/anskarl/LoMRF/blob/develop/docs/0_quick_start.md > runMain scalation.analytics.srl.ExampleTraffic
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExampleTraffic
- App
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
val
executionStart: Long
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( ... , "2.11.0" )
-
def
main(args: Array[String]): Unit
- Definition Classes
- App
- Annotations
- @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
- val mile: Range
- def moveTo(c: Int, r1: Int, r2: Int, t: Int): Unit
- val time: Range
- object At extends Predicate
- object Car extends Predicate
- object CarSpeed extends Predicate
- object Interchange extends Predicate
- object Interstate extends Predicate
- object On extends Predicate
- object Sensor extends Predicate
- object Speed extends Predicate
- object Volume extends Predicate
Deprecated Value Members
-
def
delayedInit(body: ⇒ Unit): Unit
- Definition Classes
- App → DelayedInit
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0) the delayedInit mechanism will disappear