public class N5gLogicalElement
extends java.lang.Object
Class representing a logical 5G entity
To be used in conjunction with 5GDataStore.
| Modifier and Type | Class and Description |
|---|---|
static class |
N5gLogicalElement.eLogicalType
Represents the type of logical element
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,java.lang.Object> |
m_Attributes |
| Constructor and Description |
|---|
N5gLogicalElement(N5gLogicalElement.eLogicalType type,
java.util.Map<java.lang.String,java.lang.Object> data) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getAttributes() |
public N5gLogicalElement(N5gLogicalElement.eLogicalType type, java.util.Map<java.lang.String,java.lang.Object> data)