|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.fractal.fscript.model.AbstractNode
org.objectweb.fractal.fscript.model.fractal.ComponentNode
org.ow2.frascati.fscript.model.ScaBindingNode
public class ScaBindingNode
A Node which represents a FraSCAti binding.
This node inherits from the component node as a FraSCAti binding is
implemented as a fractal component.
| Field Summary |
|---|
| Fields inherited from class org.objectweb.fractal.fscript.model.AbstractNode |
|---|
kind |
| Constructor Summary | |
|---|---|
ScaBindingNode(FraSCAtiModel model,
org.objectweb.fractal.api.Component component)
Creates a new ScaBindingNode. |
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class org.objectweb.fractal.fscript.model.fractal.ComponentNode |
|---|
equals, getComponent, getName, getProperty, getState, hashCode, setName, setProperty, setState |
| Methods inherited from class org.objectweb.fractal.fscript.model.AbstractNode |
|---|
checkSetRequest, getKind, inspect |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ScaBindingNode(FraSCAtiModel model,
org.objectweb.fractal.api.Component component)
ScaBindingNode.
model - the FraSCAti model this node is part of.component - the component the new node will represent.| Method Detail |
|---|
public final String toString()
toString in class org.objectweb.fractal.fscript.model.fractal.ComponentNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||