org.ow2.frascati.fscript.model
Class ScaServiceNode

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

public class ScaServiceNode
extends org.objectweb.fractal.fscript.model.fractal.InterfaceNode

A Node which represents an SCA service of a FraSCAti component.

Author:
Christophe Demarey.

Field Summary
 
Fields inherited from class org.objectweb.fractal.fscript.model.fractal.InterfaceNode
itf, itfType
 
Fields inherited from class org.objectweb.fractal.fscript.model.AbstractNode
kind
 
Constructor Summary
protected ScaServiceNode(FraSCAtiModel model, org.objectweb.fractal.api.Interface itf)
          Creates a new SCA Service node.
 
Method Summary
 boolean isClient()
           
 boolean isInternal()
           
 String toString()
           
 
Methods inherited from class org.objectweb.fractal.fscript.model.fractal.InterfaceNode
equals, getInterface, getName, getProperty, getSignature, hashCode, isCollection, isOptional, setProperty
 
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

ScaServiceNode

protected ScaServiceNode(FraSCAtiModel model,
                         org.objectweb.fractal.api.Interface itf)
Creates a new SCA Service node.

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

isInternal

public final boolean isInternal()
Overrides:
isInternal in class org.objectweb.fractal.fscript.model.fractal.InterfaceNode

isClient

public final boolean isClient()
Overrides:
isClient in class org.objectweb.fractal.fscript.model.fractal.InterfaceNode

toString

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


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