public class Items extends Object
Constructor and Description |
---|
Items() |
Modifier and Type | Method and Description |
---|---|
static Item |
findMappedItem(GeneratorContext ctx,
Component component,
List<String> localTags) |
static Item |
findMasterItem(MasterServer master,
String name) |
static Item |
getMappedItem(GeneratorContext ctx,
Component component,
List<String> localTags) |
static void |
registerMappedItem(GeneratorContext ctx,
Component component,
List<String> originalLocalTags,
Item item) |
static Item |
replaceDanglingReference(GeneratorContext ctx,
MasterServer master,
Item item) |
static void |
replaceDanglingReferences(GeneratorContext ctx,
MasterServer master,
org.eclipse.emf.common.util.EList<Item> sourceItems) |
public static Item findMasterItem(MasterServer master, String name)
public static Item replaceDanglingReference(GeneratorContext ctx, MasterServer master, Item item)
public static void replaceDanglingReferences(GeneratorContext ctx, MasterServer master, org.eclipse.emf.common.util.EList<Item> sourceItems)
public static void registerMappedItem(GeneratorContext ctx, Component component, List<String> originalLocalTags, Item item)
public static Item findMappedItem(GeneratorContext ctx, Component component, List<String> localTags)
public static Item getMappedItem(GeneratorContext ctx, Component component, List<String> localTags)