Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
O
P
Q
R
S
T
V
S
scg
- package scg
SCGConfig
- Class in
scg
Representation of SCGConfig
SCGConfig(FullyQualifiedClassName, Cons<FullyQualifiedClassName>, TournamentStyle, int, int, double, double, double, double, int, int, int, boolean, double)
- Constructor for class scg.
SCGConfig
Construct a(n) SCGConfig Instance
SCGConfig.domain
- Class in
scg
Field Class for SCGConfig.domain
SCGConfig.domain()
- Constructor for class scg.
SCGConfig.domain
SCGConfig.initialReputation
- Class in
scg
Field Class for SCGConfig.initialReputation
SCGConfig.initialReputation()
- Constructor for class scg.
SCGConfig.initialReputation
SCGConfig.maxNumAvatars
- Class in
scg
Field Class for SCGConfig.maxNumAvatars
SCGConfig.maxNumAvatars()
- Constructor for class scg.
SCGConfig.maxNumAvatars
SCGConfig.maxProposals
- Class in
scg
Field Class for SCGConfig.maxProposals
SCGConfig.maxProposals()
- Constructor for class scg.
SCGConfig.maxProposals
SCGConfig.maxReputation
- Class in
scg
Field Class for SCGConfig.maxReputation
SCGConfig.maxReputation()
- Constructor for class scg.
SCGConfig.maxReputation
SCGConfig.minConfidence
- Class in
scg
Field Class for SCGConfig.minConfidence
SCGConfig.minConfidence()
- Constructor for class scg.
SCGConfig.minConfidence
SCGConfig.minProposals
- Class in
scg
Field Class for SCGConfig.minProposals
SCGConfig.minProposals()
- Constructor for class scg.
SCGConfig.minProposals
SCGConfig.minStrengthening
- Class in
scg
Field Class for SCGConfig.minStrengthening
SCGConfig.minStrengthening()
- Constructor for class scg.
SCGConfig.minStrengthening
SCGConfig.numRounds
- Class in
scg
Field Class for SCGConfig.numRounds
SCGConfig.numRounds()
- Constructor for class scg.
SCGConfig.numRounds
SCGConfig.proposedClaimMustBeNew
- Class in
scg
Field Class for SCGConfig.proposedClaimMustBeNew
SCGConfig.proposedClaimMustBeNew()
- Constructor for class scg.
SCGConfig.proposedClaimMustBeNew
SCGConfig.protocols
- Class in
scg
Field Class for SCGConfig.protocols
SCGConfig.protocols()
- Constructor for class scg.
SCGConfig.protocols
SCGConfig.reputationFactor
- Class in
scg
Field Class for SCGConfig.reputationFactor
SCGConfig.reputationFactor()
- Constructor for class scg.
SCGConfig.reputationFactor
SCGConfig.tournamentStyle
- Class in
scg
Field Class for SCGConfig.tournamentStyle
SCGConfig.tournamentStyle()
- Constructor for class scg.
SCGConfig.tournamentStyle
SCGConfig.turnDuration
- Class in
scg
Field Class for SCGConfig.turnDuration
SCGConfig.turnDuration()
- Constructor for class scg.
SCGConfig.turnDuration
setClaim(Option<Claim>)
- Method in class scg.
SolveRequest
Setter for field SolveRequest.claim
setConfidence(double)
- Method in class scg.
Claim
Setter for field Claim.confidence
setDomain(FullyQualifiedClassName)
- Method in class scg.
SCGConfig
Setter for field SCGConfig.domain
setDomainConfigWrapper(RWrap<DomainConfigI>)
- Method in class scg.
Config
Setter for field Config.domainConfigWrapper
setInitialReputation(double)
- Method in class scg.
SCGConfig
Setter for field SCGConfig.initialReputation
setInstanceSetWrapper(RWrap<InstanceSetI>)
- Method in class scg.
Claim
Setter for field Claim.instanceSetWrapper
setInstanceWrapper(RWrap<InstanceI>)
- Method in class scg.
SolveRequest
Setter for field SolveRequest.instanceWrapper
setK(int)
- Method in class hsr.
HSRInstance
Setter for field HSRInstance.k
setMaxN(int)
- Method in class hsr.
HSRConfig
Setter for field HSRConfig.maxN
setMaxNumAvatars(int)
- Method in class scg.
SCGConfig
Setter for field SCGConfig.maxNumAvatars
setMaxProposals(int)
- Method in class scg.
SCGConfig
Setter for field SCGConfig.maxProposals
setMaxReputation(double)
- Method in class scg.
SCGConfig
Setter for field SCGConfig.maxReputation
setMinConfidence(double)
- Method in class scg.
SCGConfig
Setter for field SCGConfig.minConfidence
setMinProposals(int)
- Method in class scg.
SCGConfig
Setter for field SCGConfig.minProposals
setMinStrengthening(double)
- Method in class scg.
SCGConfig
Setter for field SCGConfig.minStrengthening
setN(int)
- Method in class hsr.
HSRInstance
Setter for field HSRInstance.n
setNewQuality(double)
- Method in class scg.
Strengthening
Setter for field Strengthening.newQuality
setNumRounds(int)
- Method in class scg.
SCGConfig
Setter for field SCGConfig.numRounds
setProposedClaimMustBeNew(boolean)
- Method in class scg.
SCGConfig
Setter for field SCGConfig.proposedClaimMustBeNew
setProtocols(Cons<FullyQualifiedClassName>)
- Method in class scg.
SCGConfig
Setter for field SCGConfig.protocols
setProtocolWrapper(RWrap<ProtocolI>)
- Method in class scg.
Claim
Setter for field Claim.protocolWrapper
setQuality(double)
- Method in class scg.
Claim
Setter for field Claim.quality
setReputationFactor(double)
- Method in class scg.
SCGConfig
Setter for field SCGConfig.reputationFactor
setScgCfg(SCGConfig)
- Method in class scg.
Config
Setter for field Config.scgCfg
setSingleton(HSRInstance)
- Method in class hsr.
HSRInstanceSet
Setter for field HSRInstanceSet.singleton
setTournamentStyle(TournamentStyle)
- Method in class scg.
SCGConfig
Setter for field SCGConfig.tournamentStyle
setTurnDuration(int)
- Method in class scg.
SCGConfig
Setter for field SCGConfig.turnDuration
SolutionI
- Interface in
scg
Interface representation of SolutionI
solve(SolveRequest)
- Method in interface scg.
AvatarI
SolveRequest
- Class in
scg
Representation of SolveRequest
SolveRequest(RWrap<InstanceI>, Option<Claim>)
- Constructor for class scg.
SolveRequest
Construct a(n) SolveRequest Instance
SolveRequest(InstanceI, Option<Claim>)
- Constructor for class scg.
SolveRequest
SolveRequest.claim
- Class in
scg
Field Class for SolveRequest.claim
SolveRequest.claim()
- Constructor for class scg.
SolveRequest.claim
SolveRequest.instanceWrapper
- Class in
scg
Field Class for SolveRequest.instanceWrapper
SolveRequest.instanceWrapper()
- Constructor for class scg.
SolveRequest.instanceWrapper
Strengthening
- Class in
scg
Representation of Strengthening
Strengthening(double)
- Constructor for class scg.
Strengthening
Construct a(n) Strengthening Instance
Strengthening.newQuality
- Class in
scg
Field Class for Strengthening.newQuality
Strengthening.newQuality()
- Constructor for class scg.
Strengthening.newQuality
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
O
P
Q
R
S
T
V