org.ow2.frascati.fscript.model
Class ScaComponentNode

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.ScaComponentNode
All Implemented Interfaces:
org.objectweb.fractal.fscript.model.Node

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

A Node which represents a FraSCAti component. Note that in FPath, component nodes are distinct from interface nodes representing the component interface.

Author:
Christophe Demarey

Field Summary
 
Fields inherited from class org.objectweb.fractal.fscript.model.AbstractNode
kind
 
Constructor Summary
protected ScaComponentNode(FraSCAtiModel model, org.objectweb.fractal.api.Component component)
          Creates a new ScaComponentNode.
 
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

ScaComponentNode

protected ScaComponentNode(FraSCAtiModel model,
                           org.objectweb.fractal.api.Component component)
Creates a new ScaComponentNode.

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.