trait BfrTransferBehavior extends TransferBehavior with NtuStorageBehavior

Source
BfrTransferBehavior.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BfrTransferBehavior
  2. NtuStorageBehavior
  3. Actor
  4. TransferBehavior
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Receive = PartialFunction[Any, Unit]
    Definition Classes
    Actor

Abstract Value Members

  1. abstract def ChargeTransferObject: Vehicle with NtuContainer
  2. abstract def receive: akka.actor.Actor.Receive
    Definition Classes
    Actor

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def HandleChargingEvent(target: TransferContainer): Boolean
  5. def HandleChargingOps(target: TransferContainer): Boolean
  6. def HandleDischargingEvent(target: TransferContainer): Boolean

    Discharging

    Discharging

    Definition Classes
    BfrTransferBehaviorTransferBehavior
  7. def HandleDischargingOps(target: TransferContainer): Boolean
  8. def HandleNtuGrant(sender: ActorRef, src: NtuContainer, amount: Float): Unit
  9. def HandleNtuOffer(sender: ActorRef, src: NtuContainer): Unit
  10. def HandleNtuRequest(sender: ActorRef, min: Float, max: Float): Unit
  11. def NtuStorageObject: NtuContainer
    Definition Classes
    NtuStorageBehavior
  12. def ReceiveAndDepositUntilFull(vehicle: Vehicle, obj: NtuContainer, amount: Float): Boolean
  13. def ReceiveAndDepositUntilFull(vehicle: Vehicle, amount: Float): Boolean
  14. def StopNtuBehavior(sender: ActorRef): Unit
  15. def TransferMaterial: Nanites
  16. def TryChargingActivity(): Unit
    Definition Classes
    TransferBehavior
  17. def TryDischargingActivity(): Unit
    Definition Classes
    TransferBehavior
  18. def TryStopChargingEvent(container: TransferContainer): Unit

    Stopping

    Stopping

    Definition Classes
    BfrTransferBehaviorTransferBehavior
  19. def UpdateNtuUI(vehicle: Vehicle with NtuContainer, siphon: NtuContainer): Unit
  20. def UpdateNtuUI(vehicle: Vehicle with NtuContainer): Unit
  21. def WithdrawAndTransmit(vehicle: Vehicle, maxRequested: Float): Any
  22. def aroundPostRestart(reason: Throwable): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  23. def aroundPostStop(): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  24. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  25. def aroundPreStart(): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  26. def aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit
    Attributes
    protected[akka]
    Definition Classes
    Actor
    Annotations
    @InternalApi()
  27. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  28. def bfrBehavior: Receive
  29. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  30. implicit val context: ActorContext
    Definition Classes
    Actor
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  33. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  34. val findChargeTargetFunc: (TransferContainer, Option[TransferContainer]) => Option[TransferContainer]
    Definition Classes
    TransferBehavior
  35. val findDischargeTargetFunc: (TransferContainer, Option[TransferContainer]) => Option[TransferContainer]
    Definition Classes
    TransferBehavior
  36. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  37. def getNtuContainer(): Option[NtuContainer]
  38. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. val ntuProcessingRequest: Boolean
  44. val ntuProcessingTick: Cancellable
  45. def pairedArmSlotSubsystems(): List[(VehicleSubsystem, (Int, EquipmentSlot))]

    Return the paired arm weapon subsystems with arm weapon equipment mount and the slot number for that mount, connecting "left" to "left" and "right" to "right".

    Return the paired arm weapon subsystems with arm weapon equipment mount and the slot number for that mount, connecting "left" to "left" and "right" to "right". Either return the existing connection or create that connection for the first time and retain it for future use. Works regardless of the type of battleframe unit.

    returns

    the arm weapon subsystems for each arm weapon mount and that mount's slot number

  46. def pairedArmSubsystems(): List[(VehicleSubsystem, EquipmentSlot)]

    Return the paired arm weapon subsystems with arm weapon mount, connecting "left" to "left" and "right" to "right".

    Return the paired arm weapon subsystems with arm weapon mount, connecting "left" to "left" and "right" to "right". Either return the existing connection or create that connection for the first time and retain it for future use. Works regardless of the type of battleframe unit.

    returns

    the arm weapon subsystems for each arm weapon mount

  47. def postRestart(reason: Throwable): Unit
    Definition Classes
    Actor
    Annotations
    @throws(classOf[java.lang.Exception])
  48. def postStop(): Unit
    Definition Classes
    Actor
    Annotations
    @throws(classOf[java.lang.Exception])
  49. def preRestart(reason: Throwable, message: Option[Any]): Unit
    Definition Classes
    Actor
    Annotations
    @throws(classOf[java.lang.Exception])
  50. def preStart(): Unit
    Definition Classes
    Actor
    Annotations
    @throws(classOf[java.lang.Exception])
  51. implicit final val self: ActorRef
    Definition Classes
    Actor
  52. final def sender(): ActorRef
    Definition Classes
    Actor
  53. def storageBehavior: Receive
    Definition Classes
    NtuStorageBehavior
  54. def supervisorStrategy: SupervisorStrategy
    Definition Classes
    Actor
  55. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  56. def toString(): String
    Definition Classes
    AnyRef → Any
  57. val transferBehavior: Receive
    Definition Classes
    TransferBehavior
  58. val transferEvent: serverobject.transfer.TransferBehavior.Event.Value
    Definition Classes
    TransferBehavior
  59. val transferTarget: Option[TransferContainer]
    Definition Classes
    TransferBehavior
  60. def unhandled(message: Any): Unit
    Definition Classes
    Actor
  61. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  62. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  63. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from NtuStorageBehavior

Inherited from Actor

Inherited from TransferBehavior

Inherited from AnyRef

Inherited from Any

Ungrouped