fi.hut.tml.xsmiles.mlfc.xbl2
Interface ElementXBL
- public interface ElementXBL
|
Method Summary |
void |
addBinding(java.lang.String bindingURI)
|
XBLImplementationList |
getXblImplementations()
The xblImplementations attribute on all elements must return an instance
of an XBLImplementationList object (the same object for the lifetime of
the element), which is a live list of the implementation objects provided
by the bindings for that bound element at any particular point in time. |
boolean |
hasBinding(java.lang.String bindingURI)
|
void |
removeBinding(java.lang.String bindingURI)
|
getXblImplementations
public XBLImplementationList getXblImplementations()
- The xblImplementations attribute on all elements must return an instance
of an XBLImplementationList object (the same object for the lifetime of
the element), which is a live list of the implementation objects provided
by the bindings for that bound element at any particular point in time.
- Returns:
addBinding
public void addBinding(java.lang.String bindingURI)
removeBinding
public void removeBinding(java.lang.String bindingURI)
hasBinding
public boolean hasBinding(java.lang.String bindingURI)
X-Smiles 1.2