Uses of Interface
dev.civl.mc.model.IF.contract.FunctionBehavior
Packages that use FunctionBehavior
-
Uses of FunctionBehavior in dev.civl.mc.model.IF.contract
Subinterfaces of FunctionBehavior in dev.civl.mc.model.IF.contractModifier and TypeInterfaceDescriptioninterfaceA named behavior contains a name and assumptions in addition to those components contained byFunctionBehavior.Methods in dev.civl.mc.model.IF.contract that return FunctionBehaviorModifier and TypeMethodDescriptionFunctionContract.defaultBehavior()Returns the default behavior of the function.ContractFactory.newFunctionBehavior(CIVLSource source) Creates a new function behavior.Methods in dev.civl.mc.model.IF.contract with parameters of type FunctionBehaviorModifier and TypeMethodDescriptionvoidFunctionContract.setDefaultBehavior(FunctionBehavior behavior) Sets the default behavior of the function.