Uses of Class
org.apache.graphar.info.yaml.PropertyGroupYaml
-
Packages that use PropertyGroupYaml Package Description org.apache.graphar.info.yaml -
-
Uses of PropertyGroupYaml in org.apache.graphar.info.yaml
Methods in org.apache.graphar.info.yaml that return types with arguments of type PropertyGroupYaml Modifier and Type Method Description List<PropertyGroupYaml>
EdgeYaml. getProperty_groups()
List<PropertyGroupYaml>
VertexYaml. getProperty_groups()
Method parameters in org.apache.graphar.info.yaml with type arguments of type PropertyGroupYaml Modifier and Type Method Description void
EdgeYaml. setProperty_groups(List<PropertyGroupYaml> property_groups)
void
VertexYaml. setProperty_groups(List<PropertyGroupYaml> property_groups)
-