|
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 boolguard package. This interface is used to create objects that are used in the boolguard namespace.
| Field Summary | |
static XArchTypeMetadata |
TYPE_METADATA
|
| Method Summary | |
IAnd |
createAnd()
Create an IAnd object in this namespace. |
IBool |
createBool()
Create an IBool object in this namespace. |
IBooleanExp |
createBooleanExp()
Create an IBooleanExp object in this namespace. |
IBooleanGuard |
createBooleanGuard()
Create an IBooleanGuard object in this namespace. |
IEquals |
createEquals()
Create an IEquals object in this namespace. |
IGreaterThan |
createGreaterThan()
Create an IGreaterThan object in this namespace. |
IGreaterThanOrEquals |
createGreaterThanOrEquals()
Create an IGreaterThanOrEquals object in this namespace. |
IInRange |
createInRange()
Create an IInRange object in this namespace. |
IInSet |
createInSet()
Create an IInSet object in this namespace. |
ILessThan |
createLessThan()
Create an ILessThan object in this namespace. |
ILessThanOrEquals |
createLessThanOrEquals()
Create an ILessThanOrEquals object in this namespace. |
INot |
createNot()
Create an INot object in this namespace. |
INotEquals |
createNotEquals()
Create an INotEquals object in this namespace. |
IOr |
createOr()
Create an IOr object in this namespace. |
IParen |
createParen()
Create an IParen object in this namespace. |
ISymbol |
createSymbol()
Create an ISymbol object in this namespace. |
IValue |
createValue()
Create an IValue object in this namespace. |
IBooleanGuard |
promoteToBooleanGuard(IGuard value)
Promote an object of type edu.uci.isr.xarch.options.IGuard
to one of type IBooleanGuard. |
IAnd |
recontextualizeAnd(IAnd value)
Brings an IAnd object created in another context into this context. |
IBool |
recontextualizeBool(IBool value)
Brings an IBool object created in another context into this context. |
IBooleanExp |
recontextualizeBooleanExp(IBooleanExp value)
Brings an IBooleanExp object created in another context into this context. |
IBooleanGuard |
recontextualizeBooleanGuard(IBooleanGuard value)
Brings an IBooleanGuard object created in another context into this context. |
IEquals |
recontextualizeEquals(IEquals value)
Brings an IEquals object created in another context into this context. |
IGreaterThan |
recontextualizeGreaterThan(IGreaterThan value)
Brings an IGreaterThan object created in another context into this context. |
IGreaterThanOrEquals |
recontextualizeGreaterThanOrEquals(IGreaterThanOrEquals value)
Brings an IGreaterThanOrEquals object created in another context into this context. |
IInRange |
recontextualizeInRange(IInRange value)
Brings an IInRange object created in another context into this context. |
IInSet |
recontextualizeInSet(IInSet value)
Brings an IInSet object created in another context into this context. |
ILessThan |
recontextualizeLessThan(ILessThan value)
Brings an ILessThan object created in another context into this context. |
ILessThanOrEquals |
recontextualizeLessThanOrEquals(ILessThanOrEquals value)
Brings an ILessThanOrEquals object created in another context into this context. |
INot |
recontextualizeNot(INot value)
Brings an INot object created in another context into this context. |
INotEquals |
recontextualizeNotEquals(INotEquals value)
Brings an INotEquals object created in another context into this context. |
IOr |
recontextualizeOr(IOr value)
Brings an IOr object created in another context into this context. |
IParen |
recontextualizeParen(IParen value)
Brings an IParen object created in another context into this context. |
ISymbol |
recontextualizeSymbol(ISymbol value)
Brings an ISymbol object created in another context into this context. |
IValue |
recontextualizeValue(IValue value)
Brings an IValue 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 ISymbol createSymbol()
public ISymbol recontextualizeSymbol(ISymbol value)
value - Object to recontextualize.
value object in this namespace.public IValue createValue()
public IValue recontextualizeValue(IValue value)
value - Object to recontextualize.
value object in this namespace.public IBooleanGuard createBooleanGuard()
public IBooleanGuard recontextualizeBooleanGuard(IBooleanGuard value)
value - Object to recontextualize.
value object in this namespace.public IBooleanGuard promoteToBooleanGuard(IGuard value)
edu.uci.isr.xarch.options.IGuard
to one of type IBooleanGuard. 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.options.IGuard
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.
value - Object to promote.
public IBool createBool()
public IBool recontextualizeBool(IBool value)
value - Object to recontextualize.
value object in this namespace.public IBooleanExp createBooleanExp()
public IBooleanExp recontextualizeBooleanExp(IBooleanExp value)
value - Object to recontextualize.
value object in this namespace.public IParen createParen()
public IParen recontextualizeParen(IParen value)
value - Object to recontextualize.
value object in this namespace.public IGreaterThan createGreaterThan()
public IGreaterThan recontextualizeGreaterThan(IGreaterThan value)
value - Object to recontextualize.
value object in this namespace.public IGreaterThanOrEquals createGreaterThanOrEquals()
public IGreaterThanOrEquals recontextualizeGreaterThanOrEquals(IGreaterThanOrEquals value)
value - Object to recontextualize.
value object in this namespace.public ILessThan createLessThan()
public ILessThan recontextualizeLessThan(ILessThan value)
value - Object to recontextualize.
value object in this namespace.public ILessThanOrEquals createLessThanOrEquals()
public ILessThanOrEquals recontextualizeLessThanOrEquals(ILessThanOrEquals value)
value - Object to recontextualize.
value object in this namespace.public IEquals createEquals()
public IEquals recontextualizeEquals(IEquals value)
value - Object to recontextualize.
value object in this namespace.public INotEquals createNotEquals()
public INotEquals recontextualizeNotEquals(INotEquals value)
value - Object to recontextualize.
value object in this namespace.public IAnd createAnd()
public IAnd recontextualizeAnd(IAnd value)
value - Object to recontextualize.
value object in this namespace.public IOr createOr()
public IOr recontextualizeOr(IOr value)
value - Object to recontextualize.
value object in this namespace.public INot createNot()
public INot recontextualizeNot(INot value)
value - Object to recontextualize.
value object in this namespace.public IInSet createInSet()
public IInSet recontextualizeInSet(IInSet value)
value - Object to recontextualize.
value object in this namespace.public IInRange createInRange()
public IInRange recontextualizeInRange(IInRange value)
value - 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 | |||||||||