public class ElementStubAssembler extends Object implements AssemblerResults
| Modifier and Type | Field and Description |
|---|---|
static String |
STUB_TOKEN |
| Constructor and Description |
|---|
ElementStubAssembler(XmiNode xmiRoot) |
| Modifier and Type | Method and Description |
|---|---|
void |
addErrorText(String text) |
void |
addEventListener(ElementAssemblerEventListener eventListener) |
void |
clear() |
Element |
getResult() |
String |
getResultId() |
List<FumlObject> |
getResults() |
List<String> |
getResultsXmiIds() |
Element |
lookupResult(String xmiId) |
void |
removeEventListener(ElementAssemblerEventListener eventListener) |
void |
start() |
public static String STUB_TOKEN
public ElementStubAssembler(XmiNode xmiRoot)
public void start()
public void clear()
public void addErrorText(String text)
public void addEventListener(ElementAssemblerEventListener eventListener)
public void removeEventListener(ElementAssemblerEventListener eventListener)
public Element getResult()
public String getResultId()
public List<FumlObject> getResults()
getResults in interface AssemblerResultspublic List<String> getResultsXmiIds()
getResultsXmiIds in interface AssemblerResultspublic Element lookupResult(String xmiId)
lookupResult in interface AssemblerResultsCopyright © 2023. All rights reserved.