public class OGraphModel extends Object
Constructor and Description |
---|
OGraphModel() |
Modifier and Type | Method and Description |
---|---|
List<OEdgeType> |
getEdgesType() |
OEdgeType |
getEdgeTypeByName(String name) |
OEdgeType |
getEdgeTypeByNameIgnoreCase(String name) |
OVertexType |
getVertexTypeByName(String name) |
OVertexType |
getVertexTypeByNameIgnoreCase(String name) |
List<OVertexType> |
getVerticesType() |
boolean |
removeEdgeTypeByName(String vertexName) |
boolean |
removeVertexTypeByName(String vertexName) |
void |
setEdgesType(List<OEdgeType> edgesType) |
void |
setVerticesType(List<OVertexType> verticesType) |
String |
toString() |
public OVertexType getVertexTypeByName(String name)
public OVertexType getVertexTypeByNameIgnoreCase(String name)
public List<OVertexType> getVerticesType()
public void setVerticesType(List<OVertexType> verticesType)
public boolean removeVertexTypeByName(String vertexName)
public boolean removeEdgeTypeByName(String vertexName)
Copyright © 2015–2024 OrientDB. All rights reserved.