Public Member Functions | |
| WorkingMemoryAddress () | |
| WorkingMemoryAddress (String id, String subarchitecture) | |
| boolean | equals (java.lang.Object rhs) |
| int | hashCode () |
| java.lang.Object | clone () |
| void | __write (IceInternal.BasicStream __os) |
| void | __read (IceInternal.BasicStream __is) |
| void | ice_write (Ice.OutputStream __outS) |
| void | ice_read (Ice.InputStream __inS) |
Public Attributes | |
| String | id |
| String | subarchitecture |
Definition at line 23 of file WorkingMemoryAddress.java.
| cast.cdl.WorkingMemoryAddress.WorkingMemoryAddress | ( | ) |
Definition at line 29 of file WorkingMemoryAddress.java.
| cast.cdl.WorkingMemoryAddress.WorkingMemoryAddress | ( | String | id, | |
| String | subarchitecture | |||
| ) |
Definition at line 33 of file WorkingMemoryAddress.java.
| void cast.cdl.WorkingMemoryAddress.__read | ( | IceInternal.BasicStream | __is | ) |
Definition at line 116 of file WorkingMemoryAddress.java.
| void cast.cdl.WorkingMemoryAddress.__write | ( | IceInternal.BasicStream | __os | ) |
Definition at line 109 of file WorkingMemoryAddress.java.
| java.lang.Object cast.cdl.WorkingMemoryAddress.clone | ( | ) |
Definition at line 94 of file WorkingMemoryAddress.java.
| boolean cast.cdl.WorkingMemoryAddress.equals | ( | java.lang.Object | rhs | ) |
Definition at line 40 of file WorkingMemoryAddress.java.
| int cast.cdl.WorkingMemoryAddress.hashCode | ( | ) |
Definition at line 79 of file WorkingMemoryAddress.java.
| void cast.cdl.WorkingMemoryAddress.ice_read | ( | Ice.InputStream | __inS | ) |
Definition at line 130 of file WorkingMemoryAddress.java.
| void cast.cdl.WorkingMemoryAddress.ice_write | ( | Ice.OutputStream | __outS | ) |
Definition at line 123 of file WorkingMemoryAddress.java.
Definition at line 25 of file WorkingMemoryAddress.java.
Definition at line 27 of file WorkingMemoryAddress.java.
1.5.8