1 package run; 2 3 import java.text.ParseException; 4 5 import java.util.*; 6 7 import java.io.*; 8 9 import run.readers.FembicReader; 10 11 import uka.karmi.rmi.RemoteException; 12 13 import jp.sync.*; 14 15 import jp.lang.*; 16 17 18 19 public interface ModelCluster_instance_intf extends jp.lang.RemoteObject_instance_intf { 20 run_ModelCluster_number_of_elements_get_()21 public int run_ModelCluster_number_of_elements_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 22 run_ModelCluster_number_of_elements_set_(int _value_)23 public int run_ModelCluster_number_of_elements_set_(int _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 24 run_ModelCluster_number_of_elements_inc_(int _value_, boolean _post_)25 public int run_ModelCluster_number_of_elements_inc_(int _value_, boolean _post_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 26 run_ModelCluster_number_of_trackers_get_()27 public int run_ModelCluster_number_of_trackers_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 28 run_ModelCluster_number_of_trackers_set_(int _value_)29 public int run_ModelCluster_number_of_trackers_set_(int _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 30 run_ModelCluster_number_of_trackers_inc_(int _value_, boolean _post_)31 public int run_ModelCluster_number_of_trackers_inc_(int _value_, boolean _post_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 32 run_ModelCluster_number_of_nodes_get_()33 public int run_ModelCluster_number_of_nodes_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 34 run_ModelCluster_number_of_nodes_set_(int _value_)35 public int run_ModelCluster_number_of_nodes_set_(int _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 36 run_ModelCluster_number_of_nodes_inc_(int _value_, boolean _post_)37 public int run_ModelCluster_number_of_nodes_inc_(int _value_, boolean _post_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 38 run_ModelCluster_number_of_materials_get_()39 public int run_ModelCluster_number_of_materials_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 40 run_ModelCluster_number_of_materials_set_(int _value_)41 public int run_ModelCluster_number_of_materials_set_(int _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 42 run_ModelCluster_number_of_materials_inc_(int _value_, boolean _post_)43 public int run_ModelCluster_number_of_materials_inc_(int _value_, boolean _post_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 44 run_ModelCluster_number_of_controls_get_()45 public int run_ModelCluster_number_of_controls_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 46 run_ModelCluster_number_of_controls_set_(int _value_)47 public int run_ModelCluster_number_of_controls_set_(int _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 48 run_ModelCluster_number_of_controls_inc_(int _value_, boolean _post_)49 public int run_ModelCluster_number_of_controls_inc_(int _value_, boolean _post_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 50 run_ModelCluster_number_of_constraints_get_()51 public int run_ModelCluster_number_of_constraints_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 52 run_ModelCluster_number_of_constraints_set_(int _value_)53 public int run_ModelCluster_number_of_constraints_set_(int _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 54 run_ModelCluster_number_of_constraints_inc_(int _value_, boolean _post_)55 public int run_ModelCluster_number_of_constraints_inc_(int _value_, boolean _post_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 56 run_ModelCluster_number_of_loads_get_()57 public int run_ModelCluster_number_of_loads_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 58 run_ModelCluster_number_of_loads_set_(int _value_)59 public int run_ModelCluster_number_of_loads_set_(int _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 60 run_ModelCluster_number_of_loads_inc_(int _value_, boolean _post_)61 public int run_ModelCluster_number_of_loads_inc_(int _value_, boolean _post_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 62 run_ModelCluster_constraintlist_get_()63 public run.RplVector run_ModelCluster_constraintlist_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 64 run_ModelCluster_constraintlist_set_(run.RplVector _value_)65 public run.RplVector run_ModelCluster_constraintlist_set_(run.RplVector _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 66 run_ModelCluster_loadlist_get_()67 public run.RplVector run_ModelCluster_loadlist_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 68 run_ModelCluster_loadlist_set_(run.RplVector _value_)69 public run.RplVector run_ModelCluster_loadlist_set_(run.RplVector _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 70 run_ModelCluster_nodelist_get_()71 public run.RplVector run_ModelCluster_nodelist_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 72 run_ModelCluster_nodelist_set_(run.RplVector _value_)73 public run.RplVector run_ModelCluster_nodelist_set_(run.RplVector _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 74 run_ModelCluster_nodetable_get_()75 public java.util.Hashtable run_ModelCluster_nodetable_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 76 run_ModelCluster_nodetable_set_(java.util.Hashtable _value_)77 public java.util.Hashtable run_ModelCluster_nodetable_set_(java.util.Hashtable _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 78 run_ModelCluster_elementlist_get_()79 public run.RplVector run_ModelCluster_elementlist_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 80 run_ModelCluster_elementlist_set_(run.RplVector _value_)81 public run.RplVector run_ModelCluster_elementlist_set_(run.RplVector _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 82 run_ModelCluster_trackerlist_get_()83 public run.RplVector run_ModelCluster_trackerlist_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 84 run_ModelCluster_trackerlist_set_(run.RplVector _value_)85 public run.RplVector run_ModelCluster_trackerlist_set_(run.RplVector _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 86 run_ModelCluster_materiallist_get_()87 public run.RplVector run_ModelCluster_materiallist_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 88 run_ModelCluster_materiallist_set_(run.RplVector _value_)89 public run.RplVector run_ModelCluster_materiallist_set_(run.RplVector _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 90 run_ModelCluster_shareddata_get_()91 public run.SharedData run_ModelCluster_shareddata_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 92 run_ModelCluster_shareddata_set_(run.SharedData _value_)93 public run.SharedData run_ModelCluster_shareddata_set_(run.SharedData _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 94 run_ModelCluster_time_get_()95 public double run_ModelCluster_time_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 96 run_ModelCluster_time_set_(double _value_)97 public double run_ModelCluster_time_set_(double _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 98 run_ModelCluster_time_inc_(double _value_, boolean _post_)99 public double run_ModelCluster_time_inc_(double _value_, boolean _post_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 100 run_ModelCluster_ttemp_get_()101 public double run_ModelCluster_ttemp_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 102 run_ModelCluster_ttemp_set_(double _value_)103 public double run_ModelCluster_ttemp_set_(double _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 104 run_ModelCluster_ttemp_inc_(double _value_, boolean _post_)105 public double run_ModelCluster_ttemp_inc_(double _value_, boolean _post_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 106 run_ModelCluster_exported_ttemp_get_()107 public double run_ModelCluster_exported_ttemp_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 108 run_ModelCluster_exported_ttemp_set_(double _value_)109 public double run_ModelCluster_exported_ttemp_set_(double _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 110 run_ModelCluster_exported_ttemp_inc_(double _value_, boolean _post_)111 public double run_ModelCluster_exported_ttemp_inc_(double _value_, boolean _post_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 112 run_ModelCluster_i_get_()113 public int run_ModelCluster_i_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 114 run_ModelCluster_i_set_(int _value_)115 public int run_ModelCluster_i_set_(int _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 116 run_ModelCluster_i_inc_(int _value_, boolean _post_)117 public int run_ModelCluster_i_inc_(int _value_, boolean _post_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 118 run_ModelCluster_controlset_get_()119 public run.Controlset run_ModelCluster_controlset_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 120 run_ModelCluster_controlset_set_(run.Controlset _value_)121 public run.Controlset run_ModelCluster_controlset_set_(run.Controlset _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 122 run_ModelCluster_temporary_element_get_()123 public run.Element run_ModelCluster_temporary_element_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 124 run_ModelCluster_temporary_element_set_(run.Element _value_)125 public run.Element run_ModelCluster_temporary_element_set_(run.Element _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 126 run_ModelCluster_temporary_tracker_get_()127 public run.Tracker run_ModelCluster_temporary_tracker_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 128 run_ModelCluster_temporary_tracker_set_(run.Tracker _value_)129 public run.Tracker run_ModelCluster_temporary_tracker_set_(run.Tracker _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 130 run_ModelCluster_temporary_constraint_get_()131 public run.Constraint run_ModelCluster_temporary_constraint_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 132 run_ModelCluster_temporary_constraint_set_(run.Constraint _value_)133 public run.Constraint run_ModelCluster_temporary_constraint_set_(run.Constraint _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 134 run_ModelCluster_temporary_node_get_()135 public run.Node run_ModelCluster_temporary_node_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 136 run_ModelCluster_temporary_node_set_(run.Node _value_)137 public run.Node run_ModelCluster_temporary_node_set_(run.Node _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 138 run_ModelCluster_resultwriter_get_()139 public run.Writer run_ModelCluster_resultwriter_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 140 run_ModelCluster_resultwriter_set_(run.Writer _value_)141 public run.Writer run_ModelCluster_resultwriter_set_(run.Writer _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 142 run_ModelCluster_trackwriter_get_()143 public run.TrackWriter run_ModelCluster_trackwriter_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 144 run_ModelCluster_trackwriter_set_(run.TrackWriter _value_)145 public run.TrackWriter run_ModelCluster_trackwriter_set_(run.TrackWriter _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 146 run_ModelCluster_filename_get_()147 public java.lang.String run_ModelCluster_filename_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 148 run_ModelCluster_filename_set_(java.lang.String _value_)149 public java.lang.String run_ModelCluster_filename_set_(java.lang.String _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 150 run_ModelCluster_timestep_get_()151 public double run_ModelCluster_timestep_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 152 run_ModelCluster_timestep_set_(double _value_)153 public double run_ModelCluster_timestep_set_(double _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 154 run_ModelCluster_timestep_inc_(double _value_, boolean _post_)155 public double run_ModelCluster_timestep_inc_(double _value_, boolean _post_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 156 run_ModelCluster_failure_is_set_get_()157 public boolean run_ModelCluster_failure_is_set_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 158 run_ModelCluster_failure_is_set_set_(boolean _value_)159 public boolean run_ModelCluster_failure_is_set_set_(boolean _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 160 run_ModelCluster_autostep_get_()161 public boolean run_ModelCluster_autostep_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 162 run_ModelCluster_autostep_set_(boolean _value_)163 public boolean run_ModelCluster_autostep_set_(boolean _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 164 run_ModelCluster_nr_of_CPUs_get_()165 public int run_ModelCluster_nr_of_CPUs_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 166 run_ModelCluster_nr_of_CPUs_set_(int _value_)167 public int run_ModelCluster_nr_of_CPUs_set_(int _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 168 run_ModelCluster_nr_of_CPUs_inc_(int _value_, boolean _post_)169 public int run_ModelCluster_nr_of_CPUs_inc_(int _value_, boolean _post_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 170 run_ModelCluster_client_nr_get_()171 public int run_ModelCluster_client_nr_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 172 run_ModelCluster_client_nr_set_(int _value_)173 public int run_ModelCluster_client_nr_set_(int _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 174 run_ModelCluster_client_nr_inc_(int _value_, boolean _post_)175 public int run_ModelCluster_client_nr_inc_(int _value_, boolean _post_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 176 run_ModelCluster_cluster_nodes_get_()177 public run.ModelCluster[] run_ModelCluster_cluster_nodes_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 178 run_ModelCluster_cluster_nodes_set_(run.ModelCluster[] _value_)179 public run.ModelCluster[] run_ModelCluster_cluster_nodes_set_(run.ModelCluster[] _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 180 run_ModelCluster_cluster_nodes_get_(int p0)181 public run.ModelCluster run_ModelCluster_cluster_nodes_get_(int p0) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 182 run_ModelCluster_cluster_nodes_set_(int p0, run.ModelCluster _value_)183 public run.ModelCluster run_ModelCluster_cluster_nodes_set_(int p0, run.ModelCluster _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 184 run_ModelCluster_nodeindicies_get_()185 public int[] run_ModelCluster_nodeindicies_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 186 run_ModelCluster_nodeindicies_set_(int[] _value_)187 public int[] run_ModelCluster_nodeindicies_set_(int[] _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 188 run_ModelCluster_nodeindicies_get_(int p0)189 public int run_ModelCluster_nodeindicies_get_(int p0) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 190 run_ModelCluster_nodeindicies_set_(int p0, int _value_)191 public int run_ModelCluster_nodeindicies_set_(int p0, int _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 192 run_ModelCluster_nodeindicies_inc_(int p0, int _value_, boolean _post_)193 public int run_ModelCluster_nodeindicies_inc_(int p0, int _value_, boolean _post_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 194 run_ModelCluster_elementindicies_get_()195 public int[] run_ModelCluster_elementindicies_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 196 run_ModelCluster_elementindicies_set_(int[] _value_)197 public int[] run_ModelCluster_elementindicies_set_(int[] _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 198 run_ModelCluster_elementindicies_get_(int p0)199 public int run_ModelCluster_elementindicies_get_(int p0) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 200 run_ModelCluster_elementindicies_set_(int p0, int _value_)201 public int run_ModelCluster_elementindicies_set_(int p0, int _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 202 run_ModelCluster_elementindicies_inc_(int p0, int _value_, boolean _post_)203 public int run_ModelCluster_elementindicies_inc_(int p0, int _value_, boolean _post_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 204 run_ModelCluster_benchmark_get_()205 public long run_ModelCluster_benchmark_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 206 run_ModelCluster_benchmark_set_(long _value_)207 public long run_ModelCluster_benchmark_set_(long _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 208 run_ModelCluster_benchmark_inc_(long _value_, boolean _post_)209 public long run_ModelCluster_benchmark_inc_(long _value_, boolean _post_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 210 run_ModelCluster_barrier_get_()211 public jp.sync.Barrier run_ModelCluster_barrier_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 212 run_ModelCluster_barrier_set_(jp.sync.Barrier _value_)213 public jp.sync.Barrier run_ModelCluster_barrier_set_(jp.sync.Barrier _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 214 run_ModelCluster_exception_listeners_get_()215 public java.util.Set run_ModelCluster_exception_listeners_get_() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 216 run_ModelCluster_exception_listeners_set_(java.util.Set _value_)217 public java.util.Set run_ModelCluster_exception_listeners_set_(java.util.Set _value_) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 218 assembleMassMatrix()219 public void assembleMassMatrix() throws java.lang.Exception; 220 initialize()221 public void initialize() throws java.lang.Exception; 222 post()223 public void post() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 224 print()225 public void print() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 226 setInitialConditions()227 public void setInitialConditions() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 228 solve(jp.sync.Barrier barrier)229 public void solve(jp.sync.Barrier barrier) throws java.lang.Exception; 230 passReferences()231 public void passReferences() throws uka.karmi.rmi.RemoteException, jp.lang.MovedException; 232 setReferences(run.SharedData sd)233 public void setReferences(run.SharedData sd) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 234 getTtemp()235 public double getTtemp() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 236 determineDistribution()237 public void determineDistribution() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 238 referenceNodes()239 public void referenceNodes() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 240 optimize()241 public void optimize() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 242 getBenchmark()243 public long getBenchmark() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 244 run()245 public void run() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 246 stopThreads()247 public void stopThreads() throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 248 sendException(java.lang.Exception e)249 public void sendException(java.lang.Exception e) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 250 addExceptionListener(run.ExceptionListener l)251 public void addExceptionListener(run.ExceptionListener l) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 252 setCluster_nodes(run.ModelCluster[] cluster_nodes)253 public void setCluster_nodes(run.ModelCluster[] cluster_nodes) throws jp.lang.MovedException, uka.karmi.rmi.RemoteException; 254 255 } 256