Uses of Interface
dev.civl.mc.model.IF.contract.NamedFunctionBehavior
Packages that use NamedFunctionBehavior
-
Uses of NamedFunctionBehavior in dev.civl.mc.model.IF.contract
Methods in dev.civl.mc.model.IF.contract that return NamedFunctionBehaviorModifier and TypeMethodDescriptionFunctionContract.getBehavior(String name) returns the behavior with the given name; null if no such behavior exists.ContractFactory.newNamedFunctionBehavior(CIVLSource source, String name) Creates a new named function behaviorMethods in dev.civl.mc.model.IF.contract that return types with arguments of type NamedFunctionBehaviorModifier and TypeMethodDescriptionFunctionContract.namedBehaviors()Returns the named behaviors of the function.Methods in dev.civl.mc.model.IF.contract with parameters of type NamedFunctionBehaviorModifier and TypeMethodDescriptionvoidFunctionContract.addNamedBehavior(NamedFunctionBehavior behavior) Adds a named behavior to the function.