public abstract class AbstractForceModel extends Object implements ForceModel
| Constructor and Description |
|---|
AbstractForceModel() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
complainIfNotSupported(String name)
Complain if a parameter is not supported.
|
ParameterDriver |
getParameterDriver(String name)
Get parameter value from its name.
|
boolean |
isSupported(String name)
Check if a parameter is supported.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceleration, acceleration, addContribution, addContribution, dependsOnPositionOnly, getEventsDetectors, getFieldEventsDetectors, getParameters, getParameters, getParametersDrivers, init, initpublic ParameterDriver getParameterDriver(String name)
getParameterDriver in interface ForceModelname - parameter namepublic boolean isSupported(String name)
Supported parameters are those listed by ForceModel.getParametersDrivers().
isSupported in interface ForceModelname - parameter name to checkForceModel.getParametersDrivers()protected void complainIfNotSupported(String name)
name - name of the parameterCopyright © 2002-2022 CS GROUP. All rights reserved.