Uses of Class
org.apache.graphar.info.PropertyGroup
-
Packages that use PropertyGroup Package Description org.apache.graphar.info org.apache.graphar.info.yaml -
-
Uses of PropertyGroup in org.apache.graphar.info
Methods in org.apache.graphar.info that return PropertyGroup Modifier and Type Method Description PropertyGroupEdgeInfo. getPropertyGroup(String property)PropertyGroupVertexInfo. getPropertyGroup(String property)Methods in org.apache.graphar.info that return types with arguments of type PropertyGroup Modifier and Type Method Description Optional<PropertyGroup>PropertyGroup. addPropertyAsNew(Property property)List<PropertyGroup>EdgeInfo. getPropertyGroups()List<PropertyGroup>VertexInfo. getPropertyGroups()Methods in org.apache.graphar.info with parameters of type PropertyGroup Modifier and Type Method Description EdgeInfo.EdgeInfoBuilderEdgeInfo.EdgeInfoBuilder. addPropertyGroup(PropertyGroup propertyGroup)Optional<EdgeInfo>EdgeInfo. addPropertyGroupAsNew(PropertyGroup propertyGroup)Optional<VertexInfo>VertexInfo. addPropertyGroupAsNew(PropertyGroup propertyGroup)URIEdgeInfo. getPropertyGroupChunkUri(PropertyGroup propertyGroup, long chunkIndex)URIVertexInfo. getPropertyGroupChunkUri(PropertyGroup propertyGroup, long chunkIndex)URIEdgeInfo. getPropertyGroupUri(PropertyGroup propertyGroup)URIVertexInfo. getPropertyGroupUri(PropertyGroup propertyGroup)booleanEdgeInfo. hasPropertyGroup(PropertyGroup propertyGroup)booleanVertexInfo. hasPropertyGroup(PropertyGroup propertyGroup)Method parameters in org.apache.graphar.info with type arguments of type PropertyGroup Modifier and Type Method Description EdgeInfo.EdgeInfoBuilderEdgeInfo.EdgeInfoBuilder. addPropertyGroups(List<PropertyGroup> propertyGroups)Constructor parameters in org.apache.graphar.info with type arguments of type PropertyGroup Constructor Description VertexInfo(String type, long chunkSize, List<PropertyGroup> propertyGroups, String prefix, String version)VertexInfo(String type, long chunkSize, List<PropertyGroup> propertyGroups, URI baseUri, String version)VertexInfo(String type, long chunkSize, List<PropertyGroup> propertyGroups, URI baseUri, VersionInfo version) -
Uses of PropertyGroup in org.apache.graphar.info.yaml
Methods in org.apache.graphar.info.yaml that return PropertyGroup Modifier and Type Method Description PropertyGroupPropertyGroupYaml. toPropertyGroup()Constructors in org.apache.graphar.info.yaml with parameters of type PropertyGroup Constructor Description PropertyGroupYaml(PropertyGroup propertyGroup)
-