org.ow2.frascati.fscript.model
Class ScaBindingNode

java.lang.Object
  extended by org.objectweb.fractal.fscript.model.AbstractNode
      extended by org.objectweb.fractal.fscript.model.fractal.ComponentNode
          extended by org.ow2.frascati.fscript.model.ScaBindingNode
All Implemented Interfaces:
org.objectweb.fractal.fscript.model.Node

public class ScaBindingNode
extends org.objectweb.fractal.fscript.model.fractal.ComponentNode

A Node which represents a FraSCAti binding. This node inherits from the component node as a FraSCAti binding is implemented as a fractal component.

Author:
Christophe Demarey

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
 java.lang.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

ScaBindingNode

public ScaBindingNode(FraSCAtiModel model,
                      org.objectweb.fractal.api.Component component)
Creates a new ScaBindingNode.

Parameters:
model - the FraSCAti model this node is part of.
component - the component the new node will represent.
Method Detail

toString

public final java.lang.String toString()
Overrides:
toString in class org.objectweb.fractal.fscript.model.fractal.ComponentNode


Copyright © 2009-2010 OW2 Consortium. All Rights Reserved.