Interface RandomNumberGeneratorSeed
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
- All Known Implementing Classes:
RandomNumberGeneratorSeedImpl
public interface RandomNumberGeneratorSeed extends org.eclipse.emf.cdo.CDOObject
A representation of the model object ' Random Number Generator Seed'.The following features are supported:
- See Also:
AbstractsimulationPackage.getRandomNumberGeneratorSeed()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getSeed0()
Returns the value of the 'Seed0' attribute.int
getSeed1()
Returns the value of the 'Seed1' attribute.int
getSeed2()
Returns the value of the 'Seed2' attribute.int
getSeed3()
Returns the value of the 'Seed3' attribute.int
getSeed4()
Returns the value of the 'Seed4' attribute.int
getSeed5()
Returns the value of the 'Seed5' attribute.void
setSeed0(int value)
Sets the value of the 'Seed0
' attribute.void
setSeed1(int value)
Sets the value of the 'Seed1
' attribute.void
setSeed2(int value)
Sets the value of the 'Seed2
' attribute.void
setSeed3(int value)
Sets the value of the 'Seed3
' attribute.void
setSeed4(int value)
Sets the value of the 'Seed4
' attribute.void
setSeed5(int value)
Sets the value of the 'Seed5
' attribute.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
copyright
static final String copyright
- See Also:
- Constant Field Values
- Generated class or method.
-
-
Method Detail
-
getSeed0
int getSeed0()
Returns the value of the 'Seed0' attribute.If the meaning of the 'Seed0' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Seed0' attribute.
- See Also:
setSeed0(int)
,AbstractsimulationPackage.getRandomNumberGeneratorSeed_Seed0()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setSeed0
void setSeed0(int value)
Sets the value of the 'Seed0
' attribute.- Parameters:
value
- the new value of the 'Seed0' attribute.- See Also:
getSeed0()
- Generated class or method.
-
getSeed1
int getSeed1()
Returns the value of the 'Seed1' attribute.If the meaning of the 'Seed1' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Seed1' attribute.
- See Also:
setSeed1(int)
,AbstractsimulationPackage.getRandomNumberGeneratorSeed_Seed1()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setSeed1
void setSeed1(int value)
Sets the value of the 'Seed1
' attribute.- Parameters:
value
- the new value of the 'Seed1' attribute.- See Also:
getSeed1()
- Generated class or method.
-
getSeed2
int getSeed2()
Returns the value of the 'Seed2' attribute.If the meaning of the 'Seed2' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Seed2' attribute.
- See Also:
setSeed2(int)
,AbstractsimulationPackage.getRandomNumberGeneratorSeed_Seed2()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setSeed2
void setSeed2(int value)
Sets the value of the 'Seed2
' attribute.- Parameters:
value
- the new value of the 'Seed2' attribute.- See Also:
getSeed2()
- Generated class or method.
-
getSeed3
int getSeed3()
Returns the value of the 'Seed3' attribute.If the meaning of the 'Seed3' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Seed3' attribute.
- See Also:
setSeed3(int)
,AbstractsimulationPackage.getRandomNumberGeneratorSeed_Seed3()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setSeed3
void setSeed3(int value)
Sets the value of the 'Seed3
' attribute.- Parameters:
value
- the new value of the 'Seed3' attribute.- See Also:
getSeed3()
- Generated class or method.
-
getSeed4
int getSeed4()
Returns the value of the 'Seed4' attribute.If the meaning of the 'Seed4' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Seed4' attribute.
- See Also:
setSeed4(int)
,AbstractsimulationPackage.getRandomNumberGeneratorSeed_Seed4()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setSeed4
void setSeed4(int value)
Sets the value of the 'Seed4
' attribute.- Parameters:
value
- the new value of the 'Seed4' attribute.- See Also:
getSeed4()
- Generated class or method.
-
getSeed5
int getSeed5()
Returns the value of the 'Seed5' attribute.If the meaning of the 'Seed5' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Seed5' attribute.
- See Also:
setSeed5(int)
,AbstractsimulationPackage.getRandomNumberGeneratorSeed_Seed5()
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setSeed5
void setSeed5(int value)
Sets the value of the 'Seed5
' attribute.- Parameters:
value
- the new value of the 'Seed5' attribute.- See Also:
getSeed5()
- Generated class or method.
-
-