wt.epm.ndi.impl
Class EPMNDMemberLinkImpl.EPMNDTransformImpl

java.lang.Object
  extended bywt.epm.ndi.impl.EPMNDMemberLinkImpl.EPMNDTransformImpl
All Implemented Interfaces:
EPMNDTransform
Enclosing class:
EPMNDMemberLinkImpl

class EPMNDMemberLinkImpl.EPMNDTransformImpl
extends Object
implements EPMNDTransform


Field Summary
private  double[] rotation1
           
private  double[] rotation2
           
private  double[] rotation3
           
private  double[] translation
           
 
Constructor Summary
(package private) EPMNDMemberLinkImpl.EPMNDTransformImpl(EPMMemberLink link)
           
 
Method Summary
 double[] getRotation1()
          Gets the value of the attribute: rotation1.
 double[] getRotation2()
          Gets the value of the attribute: rotation2.
 double[] getRotation3()
          Gets the value of the attribute: rotation3.
 double[] getTranslation()
          Gets the value of the attribute: translation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rotation1

private double[] rotation1

rotation2

private double[] rotation2

rotation3

private double[] rotation3

translation

private double[] translation
Constructor Detail

EPMNDMemberLinkImpl.EPMNDTransformImpl

EPMNDMemberLinkImpl.EPMNDTransformImpl(EPMMemberLink link)
Method Detail

getRotation1

public double[] getRotation1()
                      throws WTException
Gets the value of the attribute: rotation1.

Specified by:
getRotation1 in interface EPMNDTransform
Returns:
double[]
Throws:
WTException

getRotation2

public double[] getRotation2()
                      throws WTException
Gets the value of the attribute: rotation2.

Specified by:
getRotation2 in interface EPMNDTransform
Returns:
double[]
Throws:
WTException

getRotation3

public double[] getRotation3()
                      throws WTException
Gets the value of the attribute: rotation3.

Specified by:
getRotation3 in interface EPMNDTransform
Returns:
double[]
Throws:
WTException

getTranslation

public double[] getTranslation()
                        throws WTException
Gets the value of the attribute: translation.

Specified by:
getTranslation in interface EPMNDTransform
Returns:
double[]
Throws:
WTException