de.upb.hni.vmagic.builtin
Class SignalAttributes

java.lang.Object
  extended by de.upb.hni.vmagic.builtin.SignalAttributes

public class SignalAttributes
extends java.lang.Object

Predefined signal attributes.


Field Summary
static Attribute ACTIVE
          ACTIVE attribute.
static Attribute DELAYED
          DELAYED attribute.
static Attribute DRIVING
          DRIVING attribute.
static Attribute DRIVING_VALUE
          DRIVING_VALUE attribute.
static Attribute EVENT
          EVENT attribute.
static Attribute LAST_ACTIVE
          LAST_ACTIVE attribute.
static Attribute LAST_EVENT
          LAST_EVENT attribute.
static Attribute LAST_VALUE
          LAST_VALUE attribute.
static Attribute QUIET
          QUIET attribute.
static Attribute STABLE
          STABLE attribute.
static Attribute TRANSACTION
          TRANSACTION attribute.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DELAYED

public static final Attribute DELAYED
DELAYED attribute.


STABLE

public static final Attribute STABLE
STABLE attribute.


QUIET

public static final Attribute QUIET
QUIET attribute.


TRANSACTION

public static final Attribute TRANSACTION
TRANSACTION attribute.


EVENT

public static final Attribute EVENT
EVENT attribute.


ACTIVE

public static final Attribute ACTIVE
ACTIVE attribute.


LAST_EVENT

public static final Attribute LAST_EVENT
LAST_EVENT attribute.


LAST_ACTIVE

public static final Attribute LAST_ACTIVE
LAST_ACTIVE attribute.


LAST_VALUE

public static final Attribute LAST_VALUE
LAST_VALUE attribute.


DRIVING

public static final Attribute DRIVING
DRIVING attribute.


DRIVING_VALUE

public static final Attribute DRIVING_VALUE
DRIVING_VALUE attribute.