|
xArch/xADL 2.0 Data Binding Library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The context interface for the analysis package. This interface is used to create objects that are used in the analysis namespace.
| Field Summary | |
static XArchTypeMetadata |
TYPE_METADATA
|
| Method Summary | |
IAnalysis |
createAnalysis()
Create an IAnalysis object in this namespace. |
IArchAnalysis |
createArchAnalysis()
Create an IArchAnalysis object in this namespace. |
IArchAnalysis |
createArchAnalysisElement()
Create a top-level element of type IArchAnalysis. |
Collection |
getAllArchAnalysiss(IXArch xArch)
Gets all the IArchAnalysis children from the given IXArch element. |
IArchAnalysis |
getArchAnalysis(IXArch xArch)
Gets the IArchAnalysis child from the given IXArch
element. |
IAnalysis |
recontextualizeAnalysis(IAnalysis value)
Brings an IAnalysis object created in another context into this context. |
IArchAnalysis |
recontextualizeArchAnalysis(IArchAnalysis value)
Brings an IArchAnalysis object created in another context into this context. |
| Methods inherited from interface edu.uci.isr.xarch.IXArchContext |
getTypeMetadata, getXArch |
| Field Detail |
public static final XArchTypeMetadata TYPE_METADATA
| Method Detail |
public IArchAnalysis createArchAnalysis()
public IArchAnalysis recontextualizeArchAnalysis(IArchAnalysis value)
value - Object to recontextualize.
value object in this namespace.public IAnalysis createAnalysis()
public IAnalysis recontextualizeAnalysis(IAnalysis value)
value - Object to recontextualize.
value object in this namespace.public IArchAnalysis createArchAnalysisElement()
IArchAnalysis.
This function should be used in lieu of createArchAnalysis
if the element is to be added as a sub-object of IXArch.
public IArchAnalysis getArchAnalysis(IXArch xArch)
IXArch
element. If there are multiple matching children, this returns the first one.
xArch - IXArch object from which to get the child.
IArchAnalysis that is the child
of xArch or null if no such object exists.public Collection getAllArchAnalysiss(IXArch xArch)
IXArch element.
xArch - IXArch object from which to get the children.
IArchAnalysis that are
the children of xArch or an empty collection if no such object exists.
|
xArch/xADL 2.0 Data Binding Library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||