public class MatrixContinuousDomain extends ContinuousDomain
coefficient, maxBound, minBound, percentageType, referenceValue| Constructor and Description |
|---|
MatrixContinuousDomain()
Min/max type constructor.
|
MatrixContinuousDomain(boolean percentageType)
Constructor with type.
|
| Modifier and Type | Method and Description |
|---|---|
MatrixContinuousDomain |
clone()
Clone the domain
|
Object |
getMaxBound()
Return the maximum bound of the domain.
|
Object |
getMinBound()
Return the minimum bound of the domain.
|
org.nuiton.math.matrix.MatrixND |
getValueForIdentifier(Double identifier)
In matrix continuous domain, return a new matrix.
|
Object |
getValueForIdentifier(Object identifier)
Return value associated to identifier.
|
accept, getCalculatorMaxBound, getCalculatorMinBound, getCoefficient, getReferenceValue, isPercentageType, setCoefficient, setMaxBound, setMinBound, setPercentageType, setReferenceValuepublic MatrixContinuousDomain()
public MatrixContinuousDomain(boolean percentageType)
percentageType - if true percentage typepublic Object getValueForIdentifier(Object identifier)
ContinuousDomaingetValueForIdentifier in interface DomaingetValueForIdentifier in class ContinuousDomainpublic org.nuiton.math.matrix.MatrixND getValueForIdentifier(Double identifier)
identifier - identifierpublic MatrixContinuousDomain clone()
Domainclone in interface Domainclone in class ContinuousDomainpublic Object getMinBound()
ContinuousDomain.getCalculatorMinBound().getMinBound in class ContinuousDomainpublic Object getMaxBound()
ContinuousDomain.getCalculatorMaxBound().getMaxBound in class ContinuousDomainCopyright © 1999-2013 CodeLutin. All Rights Reserved.