Uses of Enum Class
dev.civl.mc.model.IF.contract.CompositeEvent.CompositeEventOperator
Packages that use CompositeEvent.CompositeEventOperator
-
Uses of CompositeEvent.CompositeEventOperator in dev.civl.mc.model.IF.contract
Methods in dev.civl.mc.model.IF.contract that return CompositeEvent.CompositeEventOperatorModifier and TypeMethodDescriptionCompositeEvent.operator()Returns the operator.Returns the enum constant of this class with the specified name.CompositeEvent.CompositeEventOperator.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 CompositeEvent.CompositeEventOperatorModifier and TypeMethodDescriptionContractFactory.newCompositeEvent(CIVLSource source, CompositeEvent.CompositeEventOperator op, DependsEvent left, DependsEvent right) Creates a new instance of composite event.