Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
a2d1ec721a238650cfe7f32360894fd24258ba68
[simgrid.git] / docs / source / java / org / simgrid / msg / As.rst
1 class org.simgrid.msg.As
2 ========================
3
4 .. java:package:: org.simgrid.msg
5    :noindex:
6
7 .. java:type:: public class As
8
9 Constructors
10 ------------
11 As
12 ^^
13
14 .. java:constructor:: protected As()
15    :outertype: As
16
17 Methods
18 -------
19 getHosts
20 ^^^^^^^^
21
22 .. java:method:: public native Host[] getHosts()
23    :outertype: As
24
25 getName
26 ^^^^^^^
27
28 .. java:method:: public native String getName()
29    :outertype: As
30
31 getProperty
32 ^^^^^^^^^^^
33
34 .. java:method:: public native String getProperty(String name)
35    :outertype: As
36
37 getSons
38 ^^^^^^^
39
40 .. java:method:: public native As[] getSons()
41    :outertype: As
42
43 nativeInit
44 ^^^^^^^^^^
45
46 .. java:method:: public static native void nativeInit()
47    :outertype: As
48
49    Class initializer, to initialize various JNI stuff
50
51 toString
52 ^^^^^^^^
53
54 .. java:method:: @Override public String toString()
55    :outertype: As
56