PnetEvt class abstract

input events for transitions

Constructors

PnetEvt()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

anyEdge → const int
The input must be 1 then 0 so the transition can trigger
negEdge → const int
The input must be 0 then 1 so the transition can trigger
none → const int
posEdge → const int
No input event, transition will trigger if sensibilized. Same as 0