Package rst.amarsi

Not documented

Messages

digraph message_graph {
fontname="Arial";
fontsize=11;
stylesheet="../_static/corlab.css";
  node [fontsize=11]
  node [fontname="Arial"]
  edge [fontsize=11]
  edge [fontname="Arial"]
  "1" [label=<<TABLE BORDER="0"><TR><TD COLSPAN="2" HREF="../generated/stable/package-rst-amarsi.html#rst.amarsi.AdaptiveComponentStatus" TITLE="Structure rst.amarsi.AdaptiveComponentStatus" TARGET="_parent"><TABLE BORDER="0"><TR><TD ALIGN="RIGHT"><IMG SRC="../_static/message.svg" /></TD><TD ALIGN="LEFT">AdaptiveComponentStatus</TD></TR></TABLE></TD></TR><TR><TD ALIGN="left" HREF="../generated/stable/package-__rosetta-BOOL.html#BOOL" TITLE="Fundamental BOOL" TARGET="_parent">BOOL</TD><TD ALIGN="left" HREF="../generated/stable/package-rst-amarsi.html#rst.amarsi.AdaptiveComponentStatus.converged" TITLE="Field rst.amarsi.AdaptiveComponentStatus.converged" TARGET="_parent" PORT="converged">converged</TD></TR></TABLE>>,shape=box,style=filled,fillcolor="white"];
}

clearer: should be made invisible via css

Message AdaptiveComponentStatus

class rst.amarsi.AdaptiveComponentStatus

Holds the status of an AMARSi Adaptive Component, namely: - Converged - Not Converged

Code author: Arne Nordmann <anordman@cor-lab.uni-bielefeld.de>

converged
Type :BOOL

Converged - true or false

Download this file

message AdaptiveComponentStatus {

    /**
     * Converged - true or false
     */
    required bool converged = 1;

}

Table Of Contents

Related Documentation

This Page