TypeEffectivenessServiceImpl

@Service
class TypeEffectivenessServiceImpl(typeRepository: TypeRepository, typeEffectivenessEntryRepository: TypeEffectivenessEntryRepository) : TypeEffectivenessService

属性相克业务服务实现

Constructors

Link copied to clipboard
constructor(typeRepository: TypeRepository, typeEffectivenessEntryRepository: TypeEffectivenessEntryRepository)

Functions

Link copied to clipboard
open override fun calculate(attackingType: String, defendingTypes: List<String>): TypeEffectivenessResult
Link copied to clipboard
open override fun getChart(): TypeEffectivenessChart
Link copied to clipboard
@Transactional(rollbackFor = [Exception::class])
open override fun upsertMatrix(command: UpsertTypeEffectivenessMatrixCommand): TypeEffectivenessChart