| Topics in Pipeline web: | Changed: (now 17:04) | Changed by: |
| PanRequests2006 | 04 Apr 2006 - 19:30 - r1.6 | Main.jagadeeswaran |
|
Bugs Mantis #1306 Mantis #1311 Documentation FunctionFactory.java Difference between cardinality and iteration Client Server communication flow (setup, status updates ...
| ||
| PassingDataInGUI | 01 Mar 2006 - 22:01 - NEW | JonMorra |
|
-- Main.JonMorra 01 Mar 2006 The way that data is passed around in all of the classes that extend !AbstractGUI have now changed Now everything that extends !AbstractGUI ...
| ||
| PersistentClasses | 23 Jun 2005 - 22:07 - NEW | MichaelJPan |
|
The are the classes in the Pipeline that have been defined for persistence so far !UserAccount (not in Hibernate yet) Group !RootGroup !UserGroup !GenericGroup Predicate ...
| ||
| PipeCanvasDevDoc | 01 Feb 2006 - 17:03 - NEW | RonNor |
|
PipeCanvas extends a CloseableTabbedPane . A PipeCanvas is created with a root Pipeline module. There is a one-to-one match between modules in the "Working List" ...
| ||
| PipeCellDevDoc | 01 Feb 2006 - 22:39 - NEW | RonNor |
|
A PipeCell represents a module in a PipeGraph . PipeCells are a persistant object model. A PipeCellView represents a view of a PipeCell . The PipeCellView is more ...
| ||
| PipeCellViewDevDoc | 01 Feb 2006 - 22:48 - NEW | RonNor |
|
PipeCellView represents a view of a PipeCell . It has methods to determine its sizing and placement information based on information provided by its PipeCell . A ...
| ||
| PipeEdgeDevDoc | 01 Feb 2006 - 22:54 - NEW | RonNor |
|
A PipeEdge represents a connection in the PipeGraph . Like PipeCells , PipeEdges are a persistant object model. A PipeEdgeView represents a view of a PipeEdge . PipeEdges ...
| ||
| PipeEdgeViewDevDoc | 01 Feb 2006 - 22:55 - NEW | RonNor |
|
PipeEdgeView represents a view of a PipeEdge . A PipeEdgeRenderer is used to actually render the PipeEdgeView in the PipeGraph . Main.RonNor 01 Feb 2006
| ||
| PipeFrameDevDoc | 31 Jan 2006 - 16:55 - r1.2 | RonNor |
|
PipeFrame is a Pipeline extension that is used for GUI management. It extends the AbstractComponent class and runs on its own thread. PipeFrame processes events that ...
| ||
| PipeGraphDevDoc | 02 Feb 2006 - 19:38 - r1.3 | RonNor |
|
PipeGraph is a graph representation of a Pipeline. Child modules are added as PipeCells . Module arguments are represented with ArgumentCells . Connections between ...
| ||
| PipeGraphKeyListenerDevDoc | 01 Feb 2006 - 23:09 - NEW | RonNor |
|
The PipeGraphKeyListener listens for key events in a PipeGraph . Key events handled Up/Down/Left/Right "budges" a PipeCell in the corresponding direction Delete Removes ...
| ||
| PipeGraphTransferHandlerDevDoc | 01 Feb 2006 - 23:18 - NEW | RonNor |
|
The PipeGraphTransferHandler is used to accept a drop in a drag-and-drop operation. The types of objects that can be dropped into a PipeGraph are Module , Function ...
| ||
| PipeGraphUIDevDoc | 01 Feb 2006 - 23:29 - NEW | RonNor |
|
PipeGraphUI handles most user interaction with a PipeGraph. It contains methods that paint the background grid and LONI logo to the PipeGraph . PipeGraphUI is mainly ...
| ||
| PipelineAbout | 10 Mar 2006 - 01:14 - r1.3 | ArashPayan |
|
The LONI Pipeline Processing Environment is hosted at UCLA's Laboratory of Neuro Imaging. It has been used quite successfully since its release in the neuroimaging ...
| ||
| PipelineCanvasDevDoc | 01 Feb 2006 - 19:13 - NEW | RonNor |
|
PipelineCanvas is a ModuleCanvas that contains a ModuleProcessPane , ModuleErrorPane , and a scrollpane that holds a PipeGraph . The ModuleProcessPane and ModuleErrorPane ...
| ||
| PipelineCollaborators | 18 Oct 2005 - 18:45 - r1.2 | MichaelJPan |
|
The following people and instututions have collaborations with the Pipeline Center for Computational Biology (CCB) Biomedical Informatics Research Network (BIRN) National ...
| ||
| PipelineConnectionPackets | 26 Jul 2005 - 07:28 - r1.3 | MichaelJPan |
|
This is a list of the packets that are used to communicate messages NetworkingAPIDiffieHellmanParametersPacket NetworkingAPIPublicKeyPacket NetworkingAPICipherEstablishedPacket ...
| ||
| PipelineDevelopers | 08 Mar 2006 - 19:57 - r1.5 | Main.mjpan |
|
Current contributors Principal investigator Arthur W Toga Technical lead Main.MichaelJPan Programmer Main.JagadeeswaranRajendiran Liaison to NA-MIC Main responsibilities ...
| ||
| PipelineDownloads | 13 Feb 2007 - 23:49 - r1.7 | ArashPayan |
|
Pipeline Download the latest release of the Pipeline, and view the release notes for more information.
| ||
| PipelineFaq | 25 Jan 2007 - 19:53 - r1.6 | ArashPayan |
|
How can I help to improve Pipeline? The best way to help out is by using Pipeline and giving us feedback. You can sends comments/suggestions to us by email at pipeline ...
| ||
| PipelineFeatures | 15 Sep 2005 - 20:58 - r1.23 | MichaelJPan |
|
The LONI Pipeline v3 has the following features Modular architecture Server/client communications via TCP AES encrypted communications Ontology enabled data processing ...
| ||
| PipelineGUIDevDoc | 31 Jan 2006 - 17:00 - NEW | RonNor |
|
The PipelineGUI holds references to the main menu, main panel, root JFrame component, and PipelineListener . Main menu Main panel PipelineListener Main.RonNor 31 ...
| ||
| PipelineGlossary | 15 Sep 2005 - 20:57 - r1.3 | MichaelJPan |
|
Function something that takes a set of inputs and returns a set of outputs. (technically, programs dont return anything... all the outputs are side effects, but ...
| ||
| PipelineGridTweaks | 15 Dec 2008 - 21:03 - r1.3 | RicoMagsipoc |
|
Pipeline Development Group Action Items 2008 December December, 2008, Week 1 December, 2008, Week 2 Back to main Pipeline Wiki
| ||
| PipelineListenerDevDoc | 31 Jan 2006 - 17:22 - NEW | RonNor |
|
PipelineListener listens for ActionCommands and calls the appropriate action methods for a command. It is also registered as a WindowListener for the root frame. ...
| ||
| PipelineModules | 09 Mar 2006 - 20:53 - r1.22 | ArashPayan |
|
PipelineModules are !XML descriptors of program usage. These descriptors provided information about how a program is run, so that the Pipeline can correctly execute ...
| ||
| PipelinePacketAttachment | 26 Jul 2005 - 07:22 - NEW | MichaelJPan |
|
The packet attachment is a binary data, of a length specified in the header. In order to provide for file streaming, the length of this attachment is limited to 65536 ...
| ||
| PipelinePacketHeader | 01 Jun 2005 - 18:18 - NEW | MichaelJPan |
|
The PipelinePacketHeader specifies meta-data about the particular packet. Some of this info includes the size of the attachment the encryption of the attachment source ...
| ||
| PipelineSupport | 25 Jan 2007 - 19:44 - r1.7 | ArashPayan |
|
User Links Demos Quick Guide (.pdf) Creating a Basic Pipeline (.mov) Creating a list for Multiple Inputs (.mov) Steps Required for Running a Pipeline on the LONI ...
| ||
| PipelineSyntax | 08 Feb 2005 - 17:16 - r1.2 | MichaelJPan |
|
PipelineModules are stored in XML. There are currently 2 iterations of the XML DTD for PipelineModules. PipelineV1Syntax PipelineV3Syntax Main.MichaelJPan 02 Feb ...
| ||
| PipelineTransferHandlerDevDoc | 01 Feb 2006 - 20:40 - NEW | RonNor |
|
A PipelineTransferHandler is used by the Pipeline application to create Module, Function, or Resource Transferable objects for drag-and-drop operations. It also provides ...
| ||
| PipelineV3Syntax | 19 Sep 2005 - 21:06 - r1.8 | MichaelJPan |
|
PipelineModules in Pipeline v3 are stored in OWL, which is a recommended specification of the World Wide Web Consortium (W3C). The Web Ontology Language for Services ...
| ||
| PresentationSlides | 30 Mar 2006 - 21:15 - r1.14 | Main.mjpan |
|
Past presentations The following is a list of presentations of the Pipeline pipeline.20041210.ppt: This was presented to NAMIC collaborators at the NAMIC Toolkit ...
| ||
| ProcessCanvasDevDoc | 01 Feb 2006 - 19:54 - NEW | RonNor |
|
A ProcessCanvas is a ModuleCanvas that holds a table of error values for a ProcessMonitor . Main.RonNor 01 Feb 2006
| ||
| ProcessScheduler | 25 Mar 2005 - 02:28 - r1.2 | MichaelJPan |
|
Overview ProcessScheduler schedules all submitted processes based on its 'acquired' priority. It is responsible for enqueuing processes, dequeuing processes and ...
| ||