abstract class NekoSystem extends LazyLogging
- Alphabetic
- By Inheritance
- NekoSystem
- LazyLogging
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
-  new NekoSystem(config: NekoConfig)
Concrete Value Members
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ##(): Int
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        +(other: String): String
      
      
      - Implicit
- This member is added by an implicit conversion from NekoSystem to any2stringadd[NekoSystem] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        ->[B](y: B): (NekoSystem, B)
      
      
      - Implicit
- This member is added by an implicit conversion from NekoSystem to ArrowAssoc[NekoSystem] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        activityManager: ActivityManager
      
      
      - Attributes
- protected[neko]
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      
      - Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
 
-  val config: NekoConfig
- 
      
      
      
        
      
    
      
        
        def
      
      
        currentTime: Time
      
      
      returns the current time (simulation time if the system is simulated). returns the current time (simulation time if the system is simulated). - returns
- the current time 
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        ensuring(cond: (NekoSystem) ⇒ Boolean, msg: ⇒ Any): NekoSystem
      
      
      - Implicit
- This member is added by an implicit conversion from NekoSystem to Ensuring[NekoSystem] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        ensuring(cond: (NekoSystem) ⇒ Boolean): NekoSystem
      
      
      - Implicit
- This member is added by an implicit conversion from NekoSystem to Ensuring[NekoSystem] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        ensuring(cond: Boolean, msg: ⇒ Any): NekoSystem
      
      
      - Implicit
- This member is added by an implicit conversion from NekoSystem to Ensuring[NekoSystem] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        ensuring(cond: Boolean): NekoSystem
      
      
      - Implicit
- This member is added by an implicit conversion from NekoSystem to Ensuring[NekoSystem] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
-  val executionContext: ExecutionContext
-  val executorService: ExecutorService
- 
      
      
      
        
      
    
      
        
        def
      
      
        formatted(fmtstr: String): String
      
      
      - Implicit
- This member is added by an implicit conversion from NekoSystem to StringFormat[NekoSystem] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        
        lazy val
      
      
        logger: Logger
      
      
      - Attributes
- protected
- Definition Classes
- LazyLogging
- Annotations
- @transient()
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        mainloop(onFinish: (Time) ⇒ Unit = t =>): Unit
      
      
      runs the main loop of the execution. runs the main loop of the execution. The method is blocking until the simulation/execution has completed. 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
-  val network: Network
- 
      
      
      
        
      
    
      
        
        def
      
      
        newTimer(): Timer
      
      
      returns a new timer for scheduling events on the current system. returns a new timer for scheduling events on the current system. - returns
- a new timer instance 
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-  val processIDs: Seq[PID]
-  val processNum: Int
-  val processSet: Set[PID]
-  val processes: Map[PID, NekoProcess]
- 
      
      
      
        
      
    
      
        
        val
      
      
        scheduler: Scheduler
      
      
      reference to the underlying scheduler for the system. reference to the underlying scheduler for the system. Although it can be used to create new timers, the method newTimer is the preferred approach to creating timers. 
-  val simulator: Simulator
- 
      
      
      
        
      
    
      
        
        def
      
      
        startNetwork(): Unit
      
      
      - Attributes
- protected[this]
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      - Definition Classes
- AnyRef
 
-  val timer: Timer
- 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        →[B](y: B): (NekoSystem, B)
      
      
      - Implicit
- This member is added by an implicit conversion from NekoSystem to ArrowAssoc[NekoSystem] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc