Uses of Enum Class
dev.civl.mc.model.IF.contract.DependsEvent.DependsEventKind
Packages that use DependsEvent.DependsEventKind
-
Uses of DependsEvent.DependsEventKind in dev.civl.mc.model.IF.contract
Methods in dev.civl.mc.model.IF.contract that return DependsEvent.DependsEventKindModifier and TypeMethodDescriptionDependsEvent.dependsEventKind()Returns the kind of this event.Returns the enum constant of this class with the specified name.static DependsEvent.DependsEventKind[]DependsEvent.DependsEventKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.civl.mc.model.IF.contract with parameters of type DependsEvent.DependsEventKindModifier and TypeMethodDescriptionContractFactory.newMemoryEvent(CIVLSource source, DependsEvent.DependsEventKind kind, Set<Expression> memoryUnits) Creates a new instance of memory event of the given kind.