net.sf.farrago.fem.fennel
Class FemCmdPrepareExecutionStreamGraph$Hib
java.lang.Object
org.eigenbase.enki.jmi.impl.RefBaseObjectBase
org.eigenbase.enki.jmi.impl.RefFeaturedBase
org.eigenbase.enki.jmi.impl.RefObjectBase
net.sf.farrago.fem.fennel.FemCmdPrepareExecutionStreamGraph$Hib
- All Implemented Interfaces:
- RefBaseObject, RefFeatured, RefObject, FemCmd, FemCmdPrepareExecutionStreamGraph, FemTupleStreamGraphCmd
public class FemCmdPrepareExecutionStreamGraph$Hib
- extends RefObjectBase
- implements FemCmdPrepareExecutionStreamGraph
Implements MOF's CmdPrepareExecutionStreamGraph interface.
- Author:
MofImplementationHandler
Methods inherited from class org.eigenbase.enki.jmi.impl.RefObjectBase |
findAssociationEnd, findAttribute, getRepository, refClass, refDelete, refImmediateComposite, refImmediatePackage, refIsInstanceOf, refMetaObject, refOutermostComposite, setRefMetaObject, unregister |
Methods inherited from class org.eigenbase.enki.jmi.impl.RefBaseObjectBase |
createInstance, equals, getCurrentInitializer, getEnum, getInitializer, getMofId, getTag, hashCode, invokeMethod, invokeMethod, logJmi, refMofId, refOutermostPackage, refVerifyConstraints, setMofId |
streamDefs
private Collection<FemExecutionStreamDef> streamDefs
degreeOfParallelism
private Integer degreeOfParallelism
streamGraphHandle
private CmdUsesStreamGraphHandle streamGraphHandle
FemCmdPrepareExecutionStreamGraph$Hib
FemCmdPrepareExecutionStreamGraph$Hib(RefClass refClass)
FemCmdPrepareExecutionStreamGraph$Hib
FemCmdPrepareExecutionStreamGraph$Hib(RefClass refClass,
Collection<FemExecutionStreamDef> streamDefs,
int degreeOfParallelism)
getStreamDefs
public Collection<FemExecutionStreamDef> getStreamDefs()
- Description copied from interface:
FemCmdPrepareExecutionStreamGraph
- Returns the value of attribute streamDefs.
- Specified by:
getStreamDefs
in interface FemCmdPrepareExecutionStreamGraph
- Returns:
- Value of streamDefs attribute. Element type:
FemExecutionStreamDef
getDegreeOfParallelism
public int getDegreeOfParallelism()
- Description copied from interface:
FemCmdPrepareExecutionStreamGraph
- Returns the value of attribute degreeOfParallelism.
- Specified by:
getDegreeOfParallelism
in interface FemCmdPrepareExecutionStreamGraph
- Returns:
- Value of attribute degreeOfParallelism.
setDegreeOfParallelism
public void setDegreeOfParallelism(int newValue)
- Description copied from interface:
FemCmdPrepareExecutionStreamGraph
- Sets the value of degreeOfParallelism attribute. See
FemCmdPrepareExecutionStreamGraph.getDegreeOfParallelism()
for description on the attribute.
- Specified by:
setDegreeOfParallelism
in interface FemCmdPrepareExecutionStreamGraph
- Parameters:
newValue
- New value to be set.
getStreamGraphHandle
public FemStreamGraphHandle getStreamGraphHandle()
- Description copied from interface:
FemTupleStreamGraphCmd
- Returns the value of reference StreamGraphHandle.
- Specified by:
getStreamGraphHandle
in interface FemTupleStreamGraphCmd
- Returns:
- Value of reference StreamGraphHandle.
setStreamGraphHandle
public void setStreamGraphHandle(FemStreamGraphHandle newValue)
- Description copied from interface:
FemTupleStreamGraphCmd
- Sets the value of StreamGraphHandle reference. See
FemTupleStreamGraphCmd.getStreamGraphHandle()
for description on the attribute.
- Specified by:
setStreamGraphHandle
in interface FemTupleStreamGraphCmd
- Parameters:
newValue
- New value to be set.
checkConstraints
protected void checkConstraints(List<JmiException> errors,
boolean deepVerify)
- Specified by:
checkConstraints
in class RefBaseObjectBase