public interface GraphEntity
Modifier and Type | Field and Description |
---|---|
static int |
DELETE
The flag for DELETEd entities.
|
static int |
INSERT
The flag for INSERTed entities.
|
static int |
MODIFIED
The flag for MODIFIED entities.
|
static int |
UNMODIFIED
The flag for UNMODIFIED entities.
|
static final int UNMODIFIED
static final int INSERT
static final int DELETE
static final int MODIFIED
Copyright © 2019 SEMS project @ University of Rostock. All rights reserved.