Uses of Class
communications.message.TechnologySet
-
Packages that use TechnologySet Package Description agents.policy agents.trader -
-
Uses of TechnologySet in agents.policy
Methods in agents.policy with parameters of type TechnologySet Modifier and Type Method Description SupportData
SetPolicies. getSupportData(TechnologySet technologySet)
Create a link between the givenTechnologySet
's set and its associatedPolicyItem
void
SetPolicies. register(TechnologySet technologySet)
Registers the givenTechnologySet
for later evaluation -
Uses of TechnologySet in agents.trader
Methods in agents.trader that return TechnologySet Modifier and Type Method Description TechnologySet
ClientData. getTechnologySet()
Constructors in agents.trader with parameters of type TechnologySet Constructor Description ClientData(TechnologySet technologySet, double installedCapacityInMW)
Create a client data object and initialise it with the given technology set
-