public class Semantic
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ASYNCHRONOUS |
static int |
CONCURRENT |
static int |
CONSTRUCTOR |
static int |
LOCALHOST |
static int |
MUTEX |
static int |
SEQUENCE |
static int |
SYNCHRONOUS |
| Constructor and Description |
|---|
Semantic() |
public static final int SYNCHRONOUS
public static final int ASYNCHRONOUS
public static final int CONSTRUCTOR
public static final int CONCURRENT
public static final int MUTEX
public static final int SEQUENCE
public static final int LOCALHOST