Uses of Interface
dev.civl.mc.model.IF.contract.DependsEvent
Packages that use DependsEvent
-
Uses of DependsEvent in dev.civl.mc.model.IF.contract
Subinterfaces of DependsEvent in dev.civl.mc.model.IF.contractModifier and TypeInterfaceDescriptioninterfaceThis represents a function call event of adependsclause.interfaceThis represents a composite event, which could be a union/difference/intersect of another two depends events.interfaceThis represents a\reador\writeevent of adependsclause.Methods in dev.civl.mc.model.IF.contract that return DependsEventModifier and TypeMethodDescriptionCompositeEvent.left()Returns the left operand.ContractFactory.newAnyactEvent(CIVLSource source) Creates a new instance of\anyacteventContractFactory.newNoactEvent(CIVLSource source) Creates a new instance of\noacteventCompositeEvent.right()Returns the right operandMethods in dev.civl.mc.model.IF.contract that return types with arguments of type DependsEventModifier and TypeMethodDescriptionFunctionBehavior.dependsEvents()Returns the depends events of this behavior.Methods in dev.civl.mc.model.IF.contract with parameters of type DependsEventModifier and TypeMethodDescriptionvoidFunctionBehavior.addDependsEvent(DependsEvent dependsEvent) Add a depends event to this behavior.booleanDependsEvent.equalsWork(DependsEvent that) Does this event equals to that event?ContractFactory.newCompositeEvent(CIVLSource source, CompositeEvent.CompositeEventOperator op, DependsEvent left, DependsEvent right) Creates a new instance of composite event.