org.jscience.physics.solids
Class AtlasDOF
java.lang.Object
org.jscience.physics.solids.AtlasObject
org.jscience.physics.solids.AtlasDOF
- All Implemented Interfaces:
- java.lang.Comparable
public class AtlasDOF
- extends AtlasObject
|
Method Summary |
boolean |
equals(java.lang.Object rhs)
Checks for equality. |
java.lang.String |
getType()
Returns the type of the object. |
java.lang.String |
toString()
Convenience method to dump information about the object. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TYPE
protected static java.lang.String TYPE
node
public AtlasNode node
dof
public int dof
AtlasDOF
public AtlasDOF(AtlasNode node,
int dof)
toString
public java.lang.String toString()
- Description copied from class:
AtlasObject
- Convenience method to dump information about the object.
- Overrides:
toString in class AtlasObject
equals
public boolean equals(java.lang.Object rhs)
- Description copied from class:
AtlasObject
- Checks for equality.
- Overrides:
equals in class AtlasObject
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