Uses of Class
org.apache.graphar.info.VertexInfo
-
Packages that use VertexInfo Package Description org.apache.graphar.info org.apache.graphar.info.loader org.apache.graphar.info.yaml -
-
Uses of VertexInfo in org.apache.graphar.info
Methods in org.apache.graphar.info that return VertexInfo Modifier and Type Method Description VertexInfo
GraphInfo. getVertexInfo(String type)
Methods in org.apache.graphar.info that return types with arguments of type VertexInfo Modifier and Type Method Description Optional<VertexInfo>
VertexInfo. addPropertyGroupAsNew(PropertyGroup propertyGroup)
List<VertexInfo>
GraphInfo. getVertexInfos()
Methods in org.apache.graphar.info with parameters of type VertexInfo Modifier and Type Method Description Optional<GraphInfo>
GraphInfo. addVertexAsNew(VertexInfo vertexInfo)
Constructor parameters in org.apache.graphar.info with type arguments of type VertexInfo Constructor Description GraphInfo(String name, List<VertexInfo> vertexInfos, List<EdgeInfo> edgeInfos, String prefix, String version)
GraphInfo(String name, List<VertexInfo> vertexInfos, List<EdgeInfo> edgeInfos, URI baseUri, String version)
-
Uses of VertexInfo in org.apache.graphar.info.loader
Methods in org.apache.graphar.info.loader that return VertexInfo Modifier and Type Method Description VertexInfo
BaseGraphInfoLoader. buildVertexInfoFromGraphYaml(VertexYaml vertexYaml)
abstract VertexInfo
BaseGraphInfoLoader. loadVertexInfo(URI vertexYamlUri)
VertexInfo
GraphInfoLoader. loadVertexInfo(URI vertexYamlUri)
VertexInfo
ReaderGraphInfoLoader. loadVertexInfo(URI vertexYamlUri)
VertexInfo
StreamGraphInfoLoader. loadVertexInfo(URI vertexYamlUri)
VertexInfo
StringGraphInfoLoader. loadVertexInfo(URI vertexYamlUri)
-
Uses of VertexInfo in org.apache.graphar.info.yaml
Constructors in org.apache.graphar.info.yaml with parameters of type VertexInfo Constructor Description VertexYaml(VertexInfo vertexInfo)
-