org.objectweb.fractal.adl.bindings
Interface Binding

All Superinterfaces:
Node

public interface Binding
extends Node

An AST node interface to define a binding.


Method Summary
 java.lang.String getFrom()
           
 java.lang.String getTo()
           
 void setFrom(java.lang.String arg)
           
 void setTo(java.lang.String arg)
           
 
Methods inherited from interface org.objectweb.fractal.adl.Node
astAddNode, astGetAttributes, astGetDecoration, astGetDecorations, astGetNodes, astGetNodeTypes, astGetSource, astGetType, astNewInstance, astRemoveNode, astSetAttributes, astSetDecoration, astSetDecorations, astSetSource
 

Method Detail

getTo

java.lang.String getTo()

setTo

void setTo(java.lang.String arg)

getFrom

java.lang.String getFrom()

setFrom

void setFrom(java.lang.String arg)


Copyright © 2001-2010 ObjectWeb Consortium. All Rights Reserved.