Esempio n. 1
0
 /**
  * Vets a VisAD MathType for compatibility.
  *
  * @param type The VisAD MathType to examine for compatibility.
  * @throws TypeException The VisAD MathType is incompatible with this quantity.
  * @throws VisADException VisAD failure.
  */
 public static void Vet(MathType type) throws TypeException, VisADException {
   instance.vet(type);
 }
Esempio n. 2
0
 /**
  * Vets a VisAD data object for compatibility.
  *
  * @param data The VisAD data object to examine for compatibility.
  * @throws TypeException The VisAD data object is incompatible with this quantity.
  * @throws VisADException VisAD failure.
  * @throws RemoteException Java RMI failure.
  */
 public static void Vet(visad.Data data) throws TypeException, VisADException, RemoteException {
   instance.vet(data);
 }