org.ow2.frascati.fscript.model
Class ScaReferenceNode

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

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

A Node which represents an SCA reference 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 ScaReferenceNode(FraSCAtiModel model, org.objectweb.fractal.api.Interface itf)
          Creates a new SCA reference node.
 
Method Summary
 boolean isClient()
           
 boolean isInternal()
           
 java.lang.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

ScaReferenceNode

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

Parameters:
model - the FraSCAti model the node is part of.
itf - the interface 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 java.lang.String toString()
Overrides:
toString in class org.objectweb.fractal.fscript.model.fractal.InterfaceNode


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