@Named(value="E") public interface Edge extends OrientBean
Vertex
. It represents the
predefined OrientDB Class
called E
.Modifier and Type | Field and Description |
---|---|
static String |
NAME
The
name corresponding to
OClass.getName() . |
PROPERTY_ALIAS_ID, PROPERTY_ALIAS_VERSION
PROPERTY_NAME_ID
Modifier and Type | Method and Description |
---|---|
LinkProperty<? extends OrientBean> |
In() |
LinkProperty<? extends OrientBean> |
Out() |
Id
static final String NAME
name
corresponding to
OClass.getName()
.LinkProperty<? extends OrientBean> In()
LinkProperty
with the incoming link where this Edge
is coming from.LinkProperty<? extends OrientBean> Out()
LinkProperty
with the outgoing link where this Edge
is going to.Copyright © 2001–2016 mmm-Team. All rights reserved.