|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmisc.MatrixOperation
public class MatrixOperation
The Class MatrixOperation.
Constructor Summary | |
---|---|
MatrixOperation(PetriNet pn)
Instantiates a new matrix operation. |
Method Summary | |
---|---|
double[][] |
getBMatrix()
Gets the backward matrix. |
int[][] |
getBMatrixInt()
Gets the int backward matrix. |
double[][] |
getFMatrix()
Gets the forward matrix. |
int[][] |
getFMatrixInt()
Gets the int forward matrix. |
pipe.analysis.Matrix |
getIncidenceMatrix()
Gets the incidence matrix. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MatrixOperation(PetriNet pn)
pn
- the pnMethod Detail |
---|
public double[][] getFMatrix()
public int[][] getFMatrixInt()
public double[][] getBMatrix()
public int[][] getBMatrixInt()
public pipe.analysis.Matrix getIncidenceMatrix()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |