Package com.graphdbapi.driver
Interface ElementWithProperty
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,com.graphdbapi.driver.v1.Value>getAllProperties()返回所有属性集合com.graphdbapi.driver.v1.ValuegetProperty(String key)获取某个属性名对应的值Iterable<String>getPropertyKeys()返回所有的属性名booleanhasProperty(String key)判断是否有某个属性名
-