|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.optiloading.Intensity
public class Intensity
Intensity class used to calculate shear forces and bending moments.
Constructor Summary | |
---|---|
Intensity(float dis,
float in)
Constructor used to create a new intensity object. |
Method Summary | |
---|---|
void |
addIntensity(float add)
Change the intensity of the object with this value. |
java.lang.Object |
clone()
Overwritten method to return a clone of the object. |
float |
getDistfromap()
Get the distance from the aft perpendicular of the current object. |
float |
getIntensity()
Get the intensity value of the current object. |
java.lang.String |
toString()
Overwritten method to convert the object to a String. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Intensity(float dis, float in)
dis
- Floating point value indication the distance from the aft perpendicular.in
- Floating point value indication the intensity in t/m.Method Detail |
---|
public void addIntensity(float add)
add
- foating point value indicating the intensity to add in t/m (can be negative).public float getIntensity()
public float getDistfromap()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object clone()
clone
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |