public class StorageWrapper
extends java.lang.Object
| Constructor and Description |
|---|
StorageWrapper() |
| Modifier and Type | Method and Description |
|---|---|
static ElementDescription |
convertNodeToElement(AiNode node,
boolean mobile)
Метод конвертирует AiNode в ElementDescription
|
static ElementDescription |
convertNodeToElement(AiNode node,
boolean mobile,
java.util.List<java.lang.String> parents)
Метод конвертирует AiNode в ElementDescription
|
public static ElementDescription convertNodeToElement(AiNode node, boolean mobile)
node - нода которую мы хотим конвертироватьpublic static ElementDescription convertNodeToElement(AiNode node, boolean mobile, java.util.List<java.lang.String> parents)
node - нода которую мы хотим конвертироватьmobile - Какую иконку подставлятьparents - список всех родителей для данной ноды