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.
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.