コード例 #1
0
 /** Returns the instance of this element in the passed State. */
 public static ModelMatrixElement getInstance(State state) {
   return (ModelMatrixElement) state.getElement(index);
 }