Method
getFeatureNames()
Get all feature names that have been set on this object.
func getFeatureNames() -> [String]
Return Value
Array of feature names
Discussion
Returns names for both metamodel-defined features (stored by ID) and dynamic features (stored by name). This ensures cross-format serialization works correctly - features stored in ID-based storage after JSON parsing will be included when serializing to XMI.