net.sf.farrago.fem.fennel
Interface FemReshapeStreamDefClass
- All Superinterfaces:
- RefBaseObject, RefClass, RefFeatured
- All Known Implementing Classes:
- FemReshapeStreamDefClass$Hib
public interface FemReshapeStreamDefClass
- extends RefClass
ReshapeStreamDef class proxy 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.
createFemReshapeStreamDef
FemReshapeStreamDef createFemReshapeStreamDef()
- The default factory operation used to create an instance object.
- Returns:
- The created instance object.
createFemReshapeStreamDef
FemReshapeStreamDef createFemReshapeStreamDef(String name,
FemTupleDescriptor outputDesc,
CompOperator compareOp,
String tupleCompareBytesBase64,
FemTupleProjection inputCompareProjection,
FemTupleProjection outputProjection)
- Creates an instance object having attributes initialized by the passed
values.
- Parameters:
name
- outputDesc
- compareOp
- tupleCompareBytesBase64
- inputCompareProjection
- outputProjection
-
- Returns:
- The created instance object.