Uses of Class
com.dna.jopt.member.bucket.entity.controller.relationship.RelationShipCostItem
Packages that use RelationShipCostItem
-
Uses of RelationShipCostItem in com.dna.jopt.member.bucket.entity.controller.relationship
Methods in com.dna.jopt.member.bucket.entity.controller.relationship that return RelationShipCostItemModifier and TypeMethodDescriptionstatic RelationShipCostItem
RelationShipCostItem.createHardItem
(double hardCost) static RelationShipCostItem
RelationShipCostItem.createZeroItem()
Methods in com.dna.jopt.member.bucket.entity.controller.relationship that return types with arguments of type RelationShipCostItemModifier and TypeMethodDescriptionIRelationshipController.getRelation2CostItemMap()
Gets the map containing allINode2NodeRelations
and the linkedcost
RelationshipController.getRelation2CostItemMap()
Methods in com.dna.jopt.member.bucket.entity.controller.relationship with parameters of type RelationShipCostItemModifier and TypeMethodDescriptionvoid
IRelationshipController.putRelation2CostItem
(INode2NodeRelation rel, RelationShipCostItem cost) Puts a cost of a certainINode2NodeRelation
in the map.void
RelationshipController.putRelation2CostItem
(INode2NodeRelation rel, RelationShipCostItem costitem) Method parameters in com.dna.jopt.member.bucket.entity.controller.relationship with type arguments of type RelationShipCostItemModifier and TypeMethodDescriptionvoid
IRelationshipController.setRelation2CostItemMap
(Map<INode2NodeRelation, RelationShipCostItem> map) Sets theINode2NodeRelation
tocost
item map.void
RelationshipController.setRelation2CostItemMap
(Map<INode2NodeRelation, RelationShipCostItem> map)