|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.physics.solids.AtlasObject
org.jscience.physics.solids.AtlasConstraint
org.jscience.physics.solids.constraint.UnsupportedConstraint
public class UnsupportedConstraint
Constrains a nodes motion in the specified degrees of freedom.
| Field Summary | |
|---|---|
protected static java.lang.String |
TYPE
DOCUMENT ME! |
| Constructor Summary | |
|---|---|
UnsupportedConstraint(java.lang.String id,
AtlasNode[] node,
int[] dof)
Constrains the specified node in the degrees of freedom. |
|
UnsupportedConstraint(java.lang.String id,
AtlasNode nodes,
int dof)
Constrains the specified node in the degree of freedom. |
|
UnsupportedConstraint(java.lang.String id,
AtlasNode nodes,
int[] dof)
Constrains the specified node in the degree of freedom. |
|
| Method Summary | |
|---|---|
void |
contributeConstraint(SolutionMatrices m)
DOCUMENT ME! |
int[] |
getConstrainedDOF()
Returns which degrees of freedom are constrained. |
AtlasNode[] |
getNode()
Returns the node that is being constrained. |
java.lang.String |
getType()
DOCUMENT ME! |
org.jdom.Element |
loadJDOMElement()
Marshalls object to XML. |
java.lang.String |
toString()
DOCUMENT ME! |
static AtlasObject |
unloadJDOMElement(AtlasModel parent,
org.jdom.Element e)
Unmarshalls the object from XML. |
| Methods inherited from class org.jscience.physics.solids.AtlasObject |
|---|
compareTo, equals, getId, getParentModel, populateGeometry, setId, setParentModel |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static java.lang.String TYPE
| Constructor Detail |
|---|
public UnsupportedConstraint(java.lang.String id,
AtlasNode nodes,
int dof)
public UnsupportedConstraint(java.lang.String id,
AtlasNode nodes,
int[] dof)
public UnsupportedConstraint(java.lang.String id,
AtlasNode[] node,
int[] dof)
| Method Detail |
|---|
public void contributeConstraint(SolutionMatrices m)
contributeConstraint in class AtlasConstraintm - DOCUMENT ME!public java.lang.String getType()
getType in class AtlasObjectpublic AtlasNode[] getNode()
public int[] getConstrainedDOF()
public java.lang.String toString()
toString in class AtlasObjectpublic org.jdom.Element loadJDOMElement()
loadJDOMElement in class AtlasObject
public static AtlasObject unloadJDOMElement(AtlasModel parent,
org.jdom.Element e)
parent - DOCUMENT ME!e - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||