public class OAggregatorEdge extends Object
Constructor and Description |
---|
OAggregatorEdge(String outVertexClassName,
String inVertexClassName,
OEdgeType edgeType) |
Modifier and Type | Method and Description |
---|---|
OEdgeType |
getEdgeType() |
String |
getInVertexClassName() |
String |
getOutVertexClassName() |
void |
setEdgeType(OEdgeType edgeType) |
void |
setInVertexClassName(String inVertexClassName) |
void |
setOutVertexClassName(String outVertexClassName) |
public String getOutVertexClassName()
public void setOutVertexClassName(String outVertexClassName)
public String getInVertexClassName()
public void setInVertexClassName(String inVertexClassName)
public OEdgeType getEdgeType()
public void setEdgeType(OEdgeType edgeType)
Copyright © 2015–2020 OrientDB. All rights reserved.