CommandPack Class Reference

Class to contain commands sources and targets for convenience. More...

List of all members.

Public Member Functions

def __init__
def getNodeList
 returns the commands as a list of Node instances
def getTargets
 return a list of all of the targets in the commands
def getSources
 return a list of all of the sources in the commands
def getSourceNode
 returns main source as a Node instance
def getTargetNode
 returns main target as a Node instance
def getSource
 returns stdin source
def setSource
def getTarget
def setTarget

Public Attributes

 in_cont
 out_cont
 commlist

Static Public Attributes

tuple source_node = property( getSourceNode )
tuple target_node = property( getTargetNode )
tuple source = property( getSource, setSource )
tuple target = property( getTarget, setTarget )


Detailed Description

Class to contain commands sources and targets for convenience.

Definition at line 36 of file CommandPack.py.


Member Function Documentation

def __init__ (   self,
  comm,
  in_cont = True,
  out_cont = True 
)

Definition at line 37 of file CommandPack.py.

def getNodeList (   self  ) 

returns the commands as a list of Node instances

Definition at line 49 of file CommandPack.py.

def getTargets (   self  ) 

return a list of all of the targets in the commands

Definition at line 57 of file CommandPack.py.

def getSources (   self  ) 

return a list of all of the sources in the commands

Definition at line 68 of file CommandPack.py.

def getSourceNode (   self  ) 

returns main source as a Node instance

Definition at line 79 of file CommandPack.py.

def getTargetNode (   self  ) 

returns main target as a Node instance

Definition at line 86 of file CommandPack.py.

def getSource (   self  ) 

returns stdin source

Definition at line 93 of file CommandPack.py.

def setSource (   self,
  src 
)

Definition at line 96 of file CommandPack.py.

def getTarget (   self  ) 

Definition at line 113 of file CommandPack.py.

def setTarget (   self,
  tgt 
)

Definition at line 117 of file CommandPack.py.


Member Data Documentation

tuple source_node = property( getSourceNode ) [static]

Definition at line 134 of file CommandPack.py.

tuple target_node = property( getTargetNode ) [static]

Definition at line 135 of file CommandPack.py.

tuple source = property( getSource, setSource ) [static]

Definition at line 136 of file CommandPack.py.

tuple target = property( getTarget, setTarget ) [static]

Definition at line 137 of file CommandPack.py.

Definition at line 41 of file CommandPack.py.

Definition at line 42 of file CommandPack.py.

Definition at line 43 of file CommandPack.py.


The documentation for this class was generated from the following file:

Generated on Sun Aug 10 09:11:10 2008 for SLIMpy by  doxygen 1.5.6