class org.simgrid.msg.As ======================== .. java:package:: org.simgrid.msg :noindex: .. java:type:: public class As Constructors ------------ As ^^ .. java:constructor:: protected As() :outertype: As Methods ------- getHosts ^^^^^^^^ .. java:method:: public native Host[] getHosts() :outertype: As getName ^^^^^^^ .. java:method:: public native String getName() :outertype: As getProperty ^^^^^^^^^^^ .. java:method:: public native String getProperty(String name) :outertype: As getSons ^^^^^^^ .. java:method:: public native As[] getSons() :outertype: As nativeInit ^^^^^^^^^^ .. java:method:: public static native void nativeInit() :outertype: As Class initializer, to initialize various JNI stuff toString ^^^^^^^^ .. java:method:: @Override public String toString() :outertype: As