tutorials:interfaces:tour
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tutorials:interfaces:tour [2025/06/04 14:36] – [LazyHTTP] tim2 | tutorials:interfaces:tour [2025/06/04 15:03] (current) – [Minimal required preparations] tim2 | ||
---|---|---|---|
Line 99: | Line 99: | ||
</ | </ | ||
+ | |||
+ | {{ : | ||
===== Headless ===== | ===== Headless ===== | ||
Line 178: | Line 180: | ||
And to make the csv a bit clearer: | And to make the csv a bit clearer: | ||
- | protected void init () | + | <code java> |
- | [ | + | protected void init ()[ |
- | Axiom ==> A(1); | + | Axiom ==> A(1); |
- | {time=0; | + | |
- | dataset(" | + | |
- | dataset(" | + | |
- | .setText(0," | + | .setText(0," |
- | .setText(2," | + | .setText(2," |
- | .setText(3," | + | .setText(3," |
- | .setText(4," | + | .setText(4," |
- | .setText(5," | + | .setText(5," |
- | .setText(6," | + | .setText(6," |
- | + | } | |
+ | ] | ||
+ | </ | ||
+ | |||
+ | {{ : | ||
- | } | + | This setup would now allow us to integrate the model into pipelines, e.g. an R script: |
- | ]This setup would now allow us to integrate the model into pipelines, e.g. an R script: | + | |
<code r> | <code r> | ||
splitPoint <-5 | splitPoint <-5 | ||
Line 219: | Line 224: | ||
To do so we test if we have an HTTPResponse object, this object is created when the model is opened through the server and holds the request from the client and the ability to respond. | To do so we test if we have an HTTPResponse object, this object is created when the model is opened through the server and holds the request from the client and the ability to respond. | ||
- | <code > | + | < |
protected void startup(){ | protected void startup(){ | ||
| |
tutorials/interfaces/tour.1749040564.txt.gz · Last modified: 2025/06/04 14:36 by tim2