Serialized Form


Package catnet.agent

Class catnet.agent.Agent_Source implements Serializable

Serialized Fields

ownID

int ownID
Description of the Field


CLASS_NAME

java.lang.String CLASS_NAME
Description of the Field

See Also:
Constant Field Values

executionState

int executionState
Description of the Field


negotiations

java.util.HashMap negotiations
Description of the Field


strategy

IPricing strategy
Description of the Field


LOCALHP

Hp LOCALHP
Description of the Field


money_balance

int money_balance
Description of the Field


MAX

int MAX
Description of the Field

See Also:
Constant Field Values

id_

java.lang.String id_
Description of the Field


Package catnet.client

Class catnet.client.Client implements Serializable

Serialized Fields

transactionStatusC_SC

java.util.Map transactionStatusC_SC
Description of the Field


transactionStatusSC_RES

java.util.Map transactionStatusSC_RES
Description of the Field


offerC_SC

java.util.Map offerC_SC
Description of the Field


answerServiceCopiesCounters

java.util.Map answerServiceCopiesCounters
Description of the Field


servicecopiesHps

java.util.Map servicecopiesHps
Description of the Field


servicecopies

java.util.Map servicecopies
Description of the Field


knownServiceCopies

long[] knownServiceCopies
Description of the Field


knownServiceCopiesNum

int knownServiceCopiesNum
Description of the Field


resources

java.util.Map resources
Description of the Field


knownResources

long[] knownResources
Description of the Field


knownResourcesNum

int knownResourcesNum
Description of the Field


resourceHps

java.util.Map resourceHps
Description of the Field


Package catnet.learning.stdea

Class catnet.learning.stdea.BooleanGene implements Serializable

Class catnet.learning.stdea.FloatGene implements Serializable

Serialized Fields

gaussWidth

float gaussWidth
The width of the gaussian distribution, used wenn the value is randomized or mutated variable multiplied with Gaussian random number when creep mutating


min

java.lang.Double min
Minimum value of the gene. In case of min = null, the value can be arbitrarily low.


max

java.lang.Double max
Maximum value of the gene. In case of max = null, the value can be arbitrarily high.

Class catnet.learning.stdea.Gene implements Serializable

Serialized Fields

geneValue

java.lang.Object geneValue
The value of the gene, depending on the class derived from this class.

Class catnet.learning.stdea.Genotype implements Serializable

Class catnet.learning.stdea.Plumage implements Serializable

Serialized Fields

name

java.lang.String name
the name of the sender


fitness

float fitness
the tribe of the sender the fitness of the sender


senderGenes

Genotype senderGenes
the gene information of the sender


tribe

java.lang.String tribe
Description of the Field


Package catnet.resource

Class catnet.resource.Baseline implements Serializable

Serialized Fields

MAX

int MAX
See Also:
Constant Field Values

distanceByClientId

java.util.HashMap distanceByClientId

totalresources

int totalresources

freeResources

int freeResources

servicesActivated

java.util.HashSet servicesActivated

servicesAllocated

java.util.HashSet servicesAllocated

Class catnet.resource.Resource implements Serializable

Serialized Fields

knownServiceCopies

long[] knownServiceCopies
Description of the Field


knownServiceCopiesNum

int knownServiceCopiesNum
Description of the Field


default_price

int default_price
Description of the Field


numberOfStorageResourceUnits

int numberOfStorageResourceUnits
Description of the Field


numberOfBWResourceUnits

int numberOfBWResourceUnits
Description of the Field


StorageResourceUnits

int StorageResourceUnits
Description of the Field


BWResourceUnits

int BWResourceUnits
Description of the Field


StorageReservedServiceId

java.util.Map StorageReservedServiceId
Description of the Field


BWReservedServiceId

java.util.Map BWReservedServiceId
Description of the Field


Package catnet.servicecopy

Class catnet.servicecopy.ServiceCopy implements Serializable

Serialized Fields

LOCAL_ServiceId

int LOCAL_ServiceId
Description of the Field

See Also:
Constant Field Values

SCStorageRequirements

int SCStorageRequirements
Description of the Field


initialNumberOfSCBWUnits

int initialNumberOfSCBWUnits
Description of the Field


SCBWUnits

int SCBWUnits
Description of the Field


default_price

int default_price
Description of the Field


SCBWReservedTransactionId

java.util.Map SCBWReservedTransactionId
Description of the Field


transactionStatusSC_RES

java.util.Map transactionStatusSC_RES
Description of the Field


offerSC_RES

java.util.Map offerSC_RES
Description of the Field


transactionStatusSC_CL

java.util.Map transactionStatusSC_CL
Description of the Field


offerSC_CL

java.util.Map offerSC_CL
Description of the Field


resources

java.util.Map resources
Description of the Field


service_cost

int service_cost
Description of the Field


service_margin

int service_margin
Description of the Field


resourceHps

java.util.Map resourceHps
Description of the Field


answerResourcesCounters

java.util.Map answerResourcesCounters
Description of the Field


knownResources

long[] knownResources
Description of the Field


knownResourcesNum

int knownResourcesNum
Description of the Field


Package catnet.util

Class catnet.util.RingArray implements Serializable

Serialized Fields

pointer

int pointer
Description of the Field


minimum

double minimum
Description of the Field


maximum

double maximum
Description of the Field


mean

double mean
Description of the Field


pvariance

double pvariance
Description of the Field


capacity

int capacity
Description of the Field