org.ow2.frascati.fscript.model
Class ScaPropertyAxis

java.lang.Object
  extended by org.objectweb.fractal.fscript.model.AbstractAxis
      extended by org.ow2.frascati.fscript.model.ScaPropertyAxis
All Implemented Interfaces:
org.objectweb.fractal.fscript.model.Axis

public class ScaPropertyAxis
extends org.objectweb.fractal.fscript.model.AbstractAxis

Implements the scaproperty axis in FPath. This axis connects a component to its SCA properties (if any), as defined by its sca-property-controller interface. This axis is not modifiable.

Author:
Christophe Demarey

Field Summary
 
Fields inherited from class org.objectweb.fractal.fscript.model.AbstractAxis
inputType, model, name, outputType
 
Constructor Summary
ScaPropertyAxis(FraSCAtiModel model)
           
 
Method Summary
 boolean isModifiable()
           
 boolean isPrimitive()
           
 Set<org.objectweb.fractal.fscript.model.Node> selectFrom(org.objectweb.fractal.fscript.model.Node source)
           
 
Methods inherited from class org.objectweb.fractal.fscript.model.AbstractAxis
connect, disconnect, getInputNodeType, getModel, getName, getOutputNodeType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScaPropertyAxis

public ScaPropertyAxis(FraSCAtiModel model)
Method Detail

isPrimitive

public boolean isPrimitive()

isModifiable

public boolean isModifiable()

selectFrom

public Set<org.objectweb.fractal.fscript.model.Node> selectFrom(org.objectweb.fractal.fscript.model.Node source)


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