net.sf.farrago.rngmodel.rngschema
Interface RngRandomNumberGenerator

All Superinterfaces:
CwmElement, CwmModelElement, RefBaseObject, RefFeatured, RefObject
All Known Implementing Classes:
RngRandomNumberGenerator$Hib

public interface RngRandomNumberGenerator
extends CwmModelElement

RandomNumberGenerator 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
 Long getInitialSeed()
          Returns the value of attribute initialSeed.
 String getSerializedFile()
          Returns the value of attribute serializedFile.
 void setInitialSeed(Long newValue)
          Sets the value of initialSeed attribute.
 void setSerializedFile(String newValue)
          Sets the value of serializedFile attribute.
 
Methods inherited from interface net.sf.farrago.cwm.core.CwmModelElement
getClientDependency, getConstraint, getImporter, getName, getNamespace, getVisibility, setName, setNamespace, setVisibility
 
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

getSerializedFile

String getSerializedFile()
Returns the value of attribute serializedFile.

Returns:
Value of attribute serializedFile.

setSerializedFile

void setSerializedFile(String newValue)
Sets the value of serializedFile attribute. See getSerializedFile() for description on the attribute.

Parameters:
newValue - New value to be set.

getInitialSeed

Long getInitialSeed()
Returns the value of attribute initialSeed.

Returns:
Value of attribute initialSeed.

setInitialSeed

void setInitialSeed(Long newValue)
Sets the value of initialSeed attribute. See getInitialSeed() for description on the attribute.

Parameters:
newValue - New value to be set.