Uses of Class
net.finmath.smartcontract.statemachine.SmartContractStateMachine
Package
Description
Modeling a smart derivative contract as a state machine.
-
Uses of SmartContractStateMachine in net.finmath.smartcontract.statemachine
Modifier and TypeMethodDescriptionSmartContractStateMachine.setMatured
(boolean isMatured) Set the state if the contract is matured.SmartContractStateMachine.setPrefunded
(boolean isPrefunded) Set the state if the account is prefunded.SmartContractStateMachine.setSettlementSuccessful
(boolean isSettlementSuccessful) Set the state if the settlement has been successful.