Modifier and Type | Method and Description |
---|---|
void |
OGraphEngineForDB.extractPropertiesFromRecordIntoEdge(ResultSet record,
Map<String,Object> properties,
String currentPropertyType,
String currentPropertyName,
String currentOriginalType,
OEdgeType edgeType) |
Modifier and Type | Field and Description |
---|---|
protected Map<OEdgeType,LinkedList<ORelationship>> |
OER2GraphMapper.edgeType2relationships |
protected Map<ORelationship,OEdgeType> |
OER2GraphMapper.relationship2edgeType |
Modifier and Type | Method and Description |
---|---|
OEdgeType |
OAggregatorEdge.getEdgeType() |
Modifier and Type | Method and Description |
---|---|
Map<OEdgeType,LinkedList<ORelationship>> |
OER2GraphMapper.getEdgeType2relationships() |
Map<ORelationship,OEdgeType> |
OER2GraphMapper.getRelationship2edgeType() |
Modifier and Type | Method and Description |
---|---|
String |
OER2GraphMapper.getAttributeNameByEdgeTypeAndProperty(OEdgeType edgeType,
String propertyName) |
List<OEEClassMapper> |
OER2GraphMapper.getEEClassMappersByEdge(OEdgeType edgeType) |
void |
OAggregatorEdge.setEdgeType(OEdgeType edgeType) |
void |
OER2GraphMapper.upsertEEClassMappingRules(OEntity currentEntity,
OEdgeType currentEdgeType,
OEEClassMapper classMapper) |
void |
OER2GraphMapper.upsertRelationshipEdgeRules(ORelationship currentRelationship,
OEdgeType currentEdgeType) |
Modifier and Type | Method and Description |
---|---|
void |
OER2GraphMapper.setEdgeType2relationships(Map<OEdgeType,LinkedList<ORelationship>> edgeType2relationships) |
void |
OER2GraphMapper.setRelationship2edgeType(Map<ORelationship,OEdgeType> relationship2edgeTypeRules) |
Constructor and Description |
---|
OAggregatorEdge(String outVertexClassName,
String inVertexClassName,
OEdgeType edgeType) |
Modifier and Type | Method and Description |
---|---|
OEdgeType |
OEEClassMapper.getEdgeType() |
Modifier and Type | Method and Description |
---|---|
void |
OEEClassMapper.setEdgeType(OEdgeType edgeType) |
Constructor and Description |
---|
OEEClassMapper(OEntity entity,
OEdgeType edgeType,
Map<String,String> attribute2property,
Map<String,String> property2attribute) |
Modifier and Type | Method and Description |
---|---|
OEdgeType |
OVertexType.getEdgeByName(String edgeName) |
OEdgeType |
OVertexType.getEdgeByName(String name,
com.orientechnologies.orient.core.record.ODirection direction) |
OEdgeType |
OGraphModel.getEdgeTypeByName(String name) |
OEdgeType |
OGraphModel.getEdgeTypeByNameIgnoreCase(String name) |
Modifier and Type | Method and Description |
---|---|
List<OEdgeType> |
OGraphModel.getEdgesType() |
List<OEdgeType> |
OVertexType.getInEdgesType() |
List<OEdgeType> |
OVertexType.getOutEdgesType() |
Modifier and Type | Method and Description |
---|---|
void |
OGraphModel.setEdgesType(List<OEdgeType> edgesType) |
void |
OVertexType.setInEdgesType(List<OEdgeType> inEdgesType) |
void |
OVertexType.setOutEdgesType(List<OEdgeType> outEdgesType) |
Copyright © 2015–2024 OrientDB. All rights reserved.