Package com.arcadedb.graph
Interface LightEdge
-
- All Superinterfaces:
Document
,Edge
,Identifiable
,Record
- All Known Implementing Classes:
ImmutableLightEdge
public interface LightEdge extends Edge
-
-
Field Summary
Fields Modifier and Type Field Description static byte
RECORD_TYPE
-
Method Summary
-
Methods inherited from interface com.arcadedb.database.Document
asDocument, asDocument, detach, get, getBinary, getBoolean, getByte, getCalendar, getDate, getDecimal, getDouble, getEmbedded, getFloat, getInstant, getInteger, getList, getLocalDate, getLocalDateTime, getLong, getMap, getPropertyNames, getShort, getString, getType, getTypeName, getZonedDateTime, has, propertiesAsMap, toJSON, toMap, toMap
-
Methods inherited from interface com.arcadedb.graph.Edge
asEdge, asEdge, getIn, getInVertex, getOut, getOutVertex, getVertex, modify
-
Methods inherited from interface com.arcadedb.database.Identifiable
asVertex, asVertex, getRecord, getRecord
-
Methods inherited from interface com.arcadedb.database.Record
delete, getDatabase, getIdentity, getRecordType, reload, toJSON, toJSON
-
-
-
-
Field Detail
-
RECORD_TYPE
static final byte RECORD_TYPE
- See Also:
- Constant Field Values
-
-