Package rst.amarsi

Not documented

Messages

digraph message_graph { fontname="Arial"; fontsize=11; stylesheet="../_static/graphs.css"; node [fontsize=11,fontname="Arial"] edge [fontsize=11,fontname="Arial"] "1" [label=<<TABLE BORDER="0"><TR><TD COLSPAN="2" HREF="../generated/sandbox/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-sandbox.svg"></IMG></TD><TD ALIGN="left">AdaptiveComponentStatus</TD></TR></TABLE></TD></TR><TR><TD ALIGN="left" HREF="../generated/sandbox/package-__rosetta-BOOL.html#BOOL" TITLE="Fundamental BOOL" TARGET="_parent">BOOL</TD><TD ALIGN="left" HREF="../generated/sandbox/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;

}