|
xArch/xADL 2.0 Data Binding Library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.uci.isr.xarch.tronanalysis.TronanalysisContext
The context object for the tronanalysis package. This object is used to create objects that are used in the tronanalysis namespace.
| Field Summary | |
protected static String |
DEFAULT_ELT_NAME
|
protected Document |
doc
|
protected IXArch |
xArch
|
| Fields inherited from interface edu.uci.isr.xarch.tronanalysis.ITronanalysisContext |
TYPE_METADATA |
| Constructor Summary | |
TronanalysisContext(IXArch xArch)
Create a new TronanalysisContext for the given IXArch object. |
|
| Method Summary | |
IDescription |
createDescription()
Create an edu.uci.isr.xarch.instance.IDescription object in this namespace. |
protected Element |
createElement(String name)
|
ITest |
createTest()
Create an ITest object in this namespace. |
ITronAnalysis |
createTronAnalysis()
Create an ITronAnalysis object in this namespace. |
XArchTypeMetadata |
getTypeMetadata()
Gets metadata describing the xsi:type of this element. |
IXArch |
getXArch()
Get the IXArch object that
this context is based upon. |
ITronAnalysis |
promoteToTronAnalysis(IAnalysis value)
Promote an object of type edu.uci.isr.xarch.analysis.IAnalysis
to one of type ITronAnalysis. |
IDescription |
recontextualizeDescription(IDescription value)
Brings an edu.uci.isr.xarch.instance.IDescription object created in another context into this context. |
ITest |
recontextualizeTest(ITest value)
Brings an ITest object created in another context into this context. |
ITronAnalysis |
recontextualizeTronAnalysis(ITronAnalysis value)
Brings an ITronAnalysis object created in another context into this context. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static final String DEFAULT_ELT_NAME
protected Document doc
protected IXArch xArch
| Constructor Detail |
public TronanalysisContext(IXArch xArch)
xArch - XArch object to contextualize in this namespace.| Method Detail |
public IXArch getXArch()
IXArchContextIXArch object that
this context is based upon.
getXArch in interface IXArchContextIXArch object upon which
this context is based.protected Element createElement(String name)
public XArchTypeMetadata getTypeMetadata()
IXArchContextxsi:type of this element.
getTypeMetadata in interface IXArchContextxsi:type of this element.public ITronAnalysis createTronAnalysis()
createTronAnalysis in interface ITronanalysisContextpublic ITronAnalysis recontextualizeTronAnalysis(ITronAnalysis value)
recontextualizeTronAnalysis in interface ITronanalysisContextvalue - Object to recontextualize.
value object in this namespace.public ITronAnalysis promoteToTronAnalysis(IAnalysis value)
edu.uci.isr.xarch.analysis.IAnalysis
to one of type ITronAnalysis. xArch APIs
are structured in such a way that a regular cast is not possible
to change interface types, so casting must be done through these
promotion functions. If the edu.uci.isr.xarch.analysis.IAnalysis
object wraps a DOM element that is the base type, then the
xsi:type of the base element is promoted. Otherwise,
it is left unchanged.
This function also emits an XArchEvent with type
PROMOTE_TYPE. The source for this events is the pre-promoted
IXArchElement object (should no longer be used), and the
target is the post-promotion object. The target name is
the name of the interface class that was the target of the
promotion.
promoteToTronAnalysis in interface ITronanalysisContextvalue - Object to promote.
public IDescription createDescription()
createDescription in interface ITronanalysisContextpublic IDescription recontextualizeDescription(IDescription value)
recontextualizeDescription in interface ITronanalysisContextvalue - Object to recontextualize.
value object in this namespace.public ITest createTest()
createTest in interface ITronanalysisContextpublic ITest recontextualizeTest(ITest value)
recontextualizeTest in interface ITronanalysisContextvalue - Object to recontextualize.
value object in this namespace.
|
xArch/xADL 2.0 Data Binding Library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||