net.sf.farrago.fem.fennel
Interface FemTupleStreamGraphCmd

All Superinterfaces:
FemCmd, RefBaseObject, RefFeatured, RefObject
All Known Subinterfaces:
FemCmdCreateStreamHandle, FemCmdPrepareExecutionStreamGraph
All Known Implementing Classes:
FemCmdCreateStreamHandle$Hib, FemCmdPrepareExecutionStreamGraph$Hib

public interface FemTupleStreamGraphCmd
extends FemCmd

TupleStreamGraphCmd object instance interface.

Note: This type should not be subclassed, implemented or directly instantiated by clients. It is generated from a MOF metamodel and implemented by Enki or MDR.


Method Summary
 FemStreamGraphHandle getStreamGraphHandle()
          Returns the value of reference StreamGraphHandle.
 void setStreamGraphHandle(FemStreamGraphHandle newValue)
          Sets the value of StreamGraphHandle reference.
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getStreamGraphHandle

FemStreamGraphHandle getStreamGraphHandle()
Returns the value of reference StreamGraphHandle.

Returns:
Value of reference StreamGraphHandle.

setStreamGraphHandle

void setStreamGraphHandle(FemStreamGraphHandle newValue)
Sets the value of StreamGraphHandle reference. See getStreamGraphHandle() for description on the attribute.

Parameters:
newValue - New value to be set.