| Package | Description |
|---|---|
| com.bernardomg.tabletop.dreadball.model.persistence.player |
Dreadball players.
|
| com.bernardomg.tabletop.dreadball.model.persistence.player.component |
Components and composite players.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PersistentAffinityTeamPlayer
Player with affinity groups, and various costs which will depend on how many
of such affinities are shared.
|
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.CollectionAttribute<AbstractPersistentAffinityTeamPlayer,PersistentAffinityGroup> |
AbstractPersistentAffinityTeamPlayer_.affinities |
static javax.persistence.metamodel.SingularAttribute<AbstractPersistentAffinityTeamPlayer,java.lang.Integer> |
AbstractPersistentAffinityTeamPlayer_.allyCost |
static javax.persistence.metamodel.SingularAttribute<AbstractPersistentAffinityTeamPlayer,java.lang.Integer> |
AbstractPersistentAffinityTeamPlayer_.friendCost |
static javax.persistence.metamodel.CollectionAttribute<AbstractPersistentAffinityTeamPlayer,PersistentAffinityGroup> |
AbstractPersistentAffinityTeamPlayer_.hated |
static javax.persistence.metamodel.SingularAttribute<AbstractPersistentAffinityTeamPlayer,java.lang.Integer> |
AbstractPersistentAffinityTeamPlayer_.strangerCost |
| Modifier and Type | Class and Description |
|---|---|
class |
PersistentCompositeAffinityTeamPlayer
Composite affinity player.
|
Copyright © 2015–2018 Bernardo MartÃnez Garrido. All rights reserved.