Uses of Interface
org.objectweb.proactive.core.component.adl.vnexportation.ComposingVirtualNode

Packages that use ComposingVirtualNode
org.objectweb.proactive.core.component.adl.vnexportation A Fractal ADL module to define the exportation of virtual nodes (which is actually a renaming of the virtual-nodes) in the ADL.  
 

Uses of ComposingVirtualNode in org.objectweb.proactive.core.component.adl.vnexportation
 

Methods in org.objectweb.proactive.core.component.adl.vnexportation that return ComposingVirtualNode
 ComposingVirtualNode[] ComposingVirtualNodeContainer.getComposingVirtualNodes()
           
 ComposingVirtualNode[] ComposedFrom.getComposingVirtualNodes()
           
 

Methods in org.objectweb.proactive.core.component.adl.vnexportation with parameters of type ComposingVirtualNode
 void ExportedVirtualNodesList.compose(java.lang.String componentName, ExportedVirtualNode exportedVN, ComposingVirtualNode composingVN, boolean composingVNIsMultiple)
          Links virtual nodes to composing nodes and to exporting node
 void ComposingVirtualNodeContainer.addComposingVirtualNode(ComposingVirtualNode arg)
           
 void ComposingVirtualNodeContainer.removeComposingVirtualNode(ComposingVirtualNode arg)
           
 void ComposedFrom.addComposingVirtualNode(ComposingVirtualNode cvn)
          add a composing virtual node
 void ComposedFrom.removeComposingVirtualNode(ComposingVirtualNode cvn)
          removes a composing virtual node
 



Copyright 2001-2005 INRIA All Rights Reserved.