org.jscience.physics.solids.result
Class StressResult
java.lang.Object
org.jscience.physics.solids.AtlasObject
org.jscience.physics.solids.AtlasResult
org.jscience.physics.solids.result.StressResult
- All Implemented Interfaces:
- java.lang.Comparable
public class StressResult
- extends AtlasResult
|
Field Summary |
protected static java.lang.String |
TYPE
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TYPE
protected static java.lang.String TYPE
StressResult
public StressResult()
StressResult
public StressResult(DoubleMatrix res,
AtlasPosition locate)
getType
public java.lang.String getType()
- Description copied from class:
AtlasObject
- Returns the type of the object. The type returned will be specific to each object that
extends this class.
- Specified by:
getType in class AtlasObject
getResult
public DoubleMatrix getResult()
setResult
public void setResult(DoubleMatrix res)
toString
public java.lang.String toString()
- Description copied from class:
AtlasResult
- Method to print the result type.
- Specified by:
toString in class AtlasResult