Uses of Interface
org.apache.graphar.graphinfo.Property
-
Packages that use Property Package Description org.apache.graphar.graphinfo org.apache.graphar.util -
-
Uses of Property in org.apache.graphar.graphinfo
Methods in org.apache.graphar.graphinfo that return Property Modifier and Type Method Description Property
Property.Factory. create(StdString name)
Methods in org.apache.graphar.graphinfo that return types with arguments of type Property Modifier and Type Method Description StdVector<Property>
PropertyGroup. getProperties()
-
Uses of Property in org.apache.graphar.util
Method parameters in org.apache.graphar.util with type arguments of type Property Modifier and Type Method Description StdSharedPtr<PropertyGroup>
GrapharStaticFunctions. createPropertyGroup(StdVector<Property> properties, FileType fileType)
StdSharedPtr<PropertyGroup>
GrapharStaticFunctions. createPropertyGroup(StdVector<Property> properties, FileType fileType, StdString prefix)
-