|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsugr.BiRelationalProperty
sugr.Incident
Contains methods if two elements are incident or not. You can retrieve then a lot of information about this test, for example: chiČ-value used, the testvalue and so on.
Field Summary |
Fields inherited from class sugr.BiRelationalProperty |
first, secondEntityType |
Constructor Summary | |
Incident(Entity e,
java.lang.Class secondClass)
Build up an Incident-Relation between two entities |
|
Incident(Line_2D l,
java.lang.Class secondClass)
Build up an Incident-Relation between Point_2D and Line_2D |
|
Incident(Line_3D l,
java.lang.Class secondClass)
Build up an Incident-Relation between two Line_3D |
|
Incident(Plane_3D a,
java.lang.Class secondClass)
Build up an Incident-Relation between Point_3D and Plane_3D |
|
Incident(Point_2D x,
java.lang.Class secondClass)
Build up an Incident-Relation between Point_2D and Line_2D |
|
Incident(Point_3D x,
java.lang.Class secondClass)
Build up an Incident-Relation between Point_3D and Plane_3D |
Method Summary | |
Matrix |
getCovarianceOfJacobianRow(int row)
Returns the Covariance Matrix of the row-vector of the Jacobian Matrix A of the first Entity and the relation type. |
int |
getDof()
Compute degrees of freedom of that Relation |
Matrix |
getJacobian()
Return Matrix Jacobian A of the first Entity and the relation type. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Incident(Entity e, java.lang.Class secondClass)
e
- an entitysecondClass
- the other classpublic Incident(Point_2D x, java.lang.Class secondClass)
x
- a Point_2DsecondClass
- could be a Line_2Dpublic Incident(Point_3D x, java.lang.Class secondClass)
x
- a Point_3DsecondClass
- could be a Plane_3D or Line_3Dpublic Incident(Line_3D l, java.lang.Class secondClass)
l
- first Line_3DsecondClass
- could be a Line_3D or Plane_3D or Point_3Dpublic Incident(Line_2D l, java.lang.Class secondClass)
l
- a Line_2DsecondClass
- could be a Point_2Dpublic Incident(Plane_3D a, java.lang.Class secondClass)
a
- a Plane_3DsecondClass
- could be a Point_3D or Line_3DMethod Detail |
public Matrix getJacobian()
Return Matrix Jacobian A of the first Entity and the relation type.
getJacobian
in interface RelationalProperty
getJacobian
in class BiRelationalProperty
public int getDof()
Compute degrees of freedom of that Relation
getDof
in interface RelationalProperty
getDof
in class BiRelationalProperty
public Matrix getCovarianceOfJacobianRow(int row)
Returns the Covariance Matrix of the row-vector of the Jacobian Matrix A of the first Entity and the relation type.
getCovarianceOfJacobianRow
in interface RelationalProperty
getCovarianceOfJacobianRow
in class BiRelationalProperty
row
- Row vector, for which the Covariance matrix is to be returned
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |