Displaying 1 result from an estimated 1 matches for "timeseriesdisplaypipe".
2002 Mar 20
0
Question re:S4 classes and design; clashing classes?
...t doesn't have the right aesthetic feel to it.
Now, to provide more context - we can treat as a constant, the knownLocation (it is either fixed or can be discovered via introspection). What I'd like to be able to do is more like:
.JNew(subclass(org.orca.viz.grandtour)$setfinalDisplayPipe(TimeSeriesDisplayPipe))
i.e. something like: subclass the grandtour, replacing the finalDisplay pipe to be a TimeSeriesDisplayPipe
Note that Orca examples do look sort of functional-like (since we construct DAGs for the visualization pipeline). So this would just mean that we need to replace a componentPipe (or inser...