Packageedu.stanford.covertlab.service
Classpublic class Reactome
InheritanceReactome Inheritance flash.events.EventDispatcher

Provides three functions for importing pathways from the Reactome database via a Reactome AMFPHP object.



Public Properties
 PropertyDefined by
  error : String
Reactome
  pathway : Object
Reactome
  pathways : ArrayCollection
Reactome
Public Methods
 MethodDefined by
  
Reactome
  
getPathway(pathway:Object):void
Reactome
  
listPathways():void
Reactome
  
previewSource(pathway:Object):String
Reactome
Events
 EventSummaryDefined by
    Reactome
    Reactome
    Reactome
Public Constants
 ConstantDefined by
  DESTINATION : String = "amfphp"
[static]
Reactome
  REACTOME_FAULT : String = "reactomeFault"
[static]
Reactome
  REACTOME_GETPATHWAY : String = "reactomeGetPathway"
[static]
Reactome
  REACTOME_LISTPATHWAYS : String = "reactomeListPathways"
[static]
Reactome
  SOURCE : String = "reactome.reactome"
[static]
Reactome
Property detail
errorproperty
public var error:String
pathwayproperty 
public var pathway:Object
pathwaysproperty 
public var pathways:ArrayCollection
Constructor detail
Reactome()constructor
public function Reactome()
Method detail
getPathway()method
public function getPathway(pathway:Object):voidParameters
pathway:Object
listPathways()method 
public function listPathways():void
previewSource()method 
public function previewSource(pathway:Object):StringParameters
pathway:Object

Returns
String
Event detail
reactomeFaultevent 
Event object type: flash.events.Event

reactomeGetPathwayevent  
Event object type: flash.events.Event

reactomeListPathwaysevent  
Event object type: flash.events.Event

Constant detail
DESTINATIONconstant
public static const DESTINATION:String = "amfphp"
REACTOME_FAULTconstant 
public static const REACTOME_FAULT:String = "reactomeFault"
REACTOME_GETPATHWAYconstant 
public static const REACTOME_GETPATHWAY:String = "reactomeGetPathway"
REACTOME_LISTPATHWAYSconstant 
public static const REACTOME_LISTPATHWAYS:String = "reactomeListPathways"
SOURCEconstant 
public static const SOURCE:String = "reactome.reactome"