Uses of Class
net.finmath.smartcontract.product.xml.InterconnectionPoint
Packages that use InterconnectionPoint
-
Uses of InterconnectionPoint in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as InterconnectionPointModifier and TypeFieldDescriptionprotected InterconnectionPoint
ElectricityDelivery.interconnectionPoint
protected InterconnectionPoint
GasDelivery.interconnectionPoint
protected InterconnectionPoint
GenericProduct.interconnectionPoint
Methods in net.finmath.smartcontract.product.xml that return InterconnectionPointModifier and TypeMethodDescriptionObjectFactory.createInterconnectionPoint()
Create an instance ofInterconnectionPoint
ElectricityDelivery.getInterconnectionPoint()
Gets the value of the interconnectionPoint property.GasDelivery.getInterconnectionPoint()
Gets the value of the interconnectionPoint property.GenericProduct.getInterconnectionPoint()
Gets the value of the interconnectionPoint property.Methods in net.finmath.smartcontract.product.xml with parameters of type InterconnectionPointModifier and TypeMethodDescriptionvoid
ElectricityDelivery.setInterconnectionPoint
(InterconnectionPoint value) Sets the value of the interconnectionPoint property.void
GasDelivery.setInterconnectionPoint
(InterconnectionPoint value) Sets the value of the interconnectionPoint property.void
GenericProduct.setInterconnectionPoint
(InterconnectionPoint value) Sets the value of the interconnectionPoint property.