Interface PropertyMap
- All Known Implementing Classes:
PropertyMapImpl
public interface PropertyMap
Represents the set of property/value pairs that an LPG node or edge can have
-
Method Summary
Modifier and TypeMethodDescriptionObtain all the values stored on the mapObtain the collection of property names on the mapgetValueFor
(String key) Retrieves the value of a given property, or null if the property is not present
-
Method Details
-
getValueFor
-
getPropertyNames
-
getAllValues
-