public class OEdgeType extends OElementType
allProperties, inheritanceLevel, inheritedProperties, name, parentType, properties
Constructor and Description |
---|
OEdgeType(String edgeType) |
OEdgeType(String edgeType,
OVertexType outVertexType,
OVertexType inVertexType) |
OEdgeType(String edgeType,
OVertexType outVertexType,
OVertexType inVertexType,
int numberRelationshipsRepresented,
boolean isSplittingEdge) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<String> |
getFromColumns() |
OVertexType |
getInVertexType() |
int |
getNumberRelationshipsRepresented() |
OVertexType |
getOutVertexType() |
List<String> |
getToColumns() |
int |
hashCode() |
boolean |
isSplittingEdge() |
void |
setFromColumns(List<String> fromColumns) |
void |
setInVertexType(OVertexType inVertexType) |
void |
setNumberRelationshipsRepresented(int numberRelationshipsRepresented) |
void |
setOutVertexType(OVertexType outVertexType) |
void |
setSplittingEdge(boolean splittingEdge) |
void |
setToColumns(List<String> toColumns) |
String |
toString() |
compareTo, getAllProperties, getInheritanceLevel, getInheritedProperties, getInheritedPropertyByName, getName, getParentType, getProperties, getPropertyByName, getPropertyByNameAmongAll, getPropertyByOrdinalPosition, removePropertyByName, setInheritanceLevel, setInheritedProperties, setName, setParentType, setProperties
public OEdgeType(String edgeType)
public OEdgeType(String edgeType, OVertexType outVertexType, OVertexType inVertexType)
public OEdgeType(String edgeType, OVertexType outVertexType, OVertexType inVertexType, int numberRelationshipsRepresented, boolean isSplittingEdge)
public OVertexType getInVertexType()
public void setInVertexType(OVertexType inVertexType)
public OVertexType getOutVertexType()
public void setOutVertexType(OVertexType outVertexType)
public int getNumberRelationshipsRepresented()
public void setNumberRelationshipsRepresented(int numberRelationshipsRepresented)
public boolean isSplittingEdge()
public void setSplittingEdge(boolean splittingEdge)
Copyright © 2015–2021 OrientDB. All rights reserved.