org.jscience.physics.solids.material
Class BeamMat
java.lang.Object
org.jscience.physics.solids.AtlasObject
org.jscience.physics.solids.AtlasMaterial
org.jscience.physics.solids.material.BeamMat
- All Implemented Interfaces:
- java.lang.Comparable
public class BeamMat
- extends AtlasMaterial
|
Field Summary |
protected static java.lang.String |
TYPE
|
|
Constructor Summary |
BeamMat(java.lang.String ID,
double mod)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TYPE
protected static java.lang.String TYPE
BeamMat
public BeamMat(java.lang.String ID,
double mod)
getMatrix
public DoubleMatrix getMatrix()
- Specified by:
getMatrix in class AtlasMaterial
getModulus
public double getModulus()
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
getCoordSys
public AtlasCoordSys getCoordSys()
- Specified by:
getCoordSys in class AtlasMaterial
- Returns:
- Returns the cs.
setCoordSys
public void setCoordSys(AtlasCoordSys cs)
- Parameters:
cs - The cs to set.
getE
public double getE()
- Returns:
- Returns the e.
setE
public void setE(double e)
- Parameters:
e - The e to set.
toString
public java.lang.String toString()
- Description copied from class:
AtlasObject
- Convenience method to dump information about the object.
- Overrides:
toString in class AtlasObject