Package slimpy_base.Core.Builders.BuilderBase


Classes

class  BuilderBase
 abstract class More...

Functions

def __init__
def build
def isSource
 test if val is a DataContainer or id of a DataContainer and if that DataContainer is full
def get_graph
def set_graph

Variables

string __copyright__
string __license__
tuple env = InstanceManager()
tuple graph = property( get_graph, set_graph )
 _graph


Function Documentation

def slimpy_base.Core.Builders.BuilderBase.__init__ (   self  ) 

Definition at line 40 of file BuilderBase.py.

def slimpy_base.Core.Builders.BuilderBase.build (   self,
  g,
  targets,
  sources,
  breakpoints,
  k 
)

Definition at line 43 of file BuilderBase.py.

def slimpy_base.Core.Builders.BuilderBase.get_graph (   self  ) 

Definition at line 64 of file BuilderBase.py.

def slimpy_base.Core.Builders.BuilderBase.isSource (   self,
  val 
)

test if val is a DataContainer or id of a DataContainer and if that DataContainer is full

Definition at line 51 of file BuilderBase.py.

def slimpy_base.Core.Builders.BuilderBase.set_graph (   self,
  graph 
)

Definition at line 67 of file BuilderBase.py.


Variable Documentation

string __copyright__

Initial value:

"""
Copyright 2008 Sean Ross-Ross
"""

Definition at line 1 of file BuilderBase.py.

string __license__

Initial value:

"""
This file is part of SLIMpy .

SLIMpy is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

SLIMpy is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with SLIMpy . If not, see <http://www.gnu.org/licenses/>.
"""

Definition at line 4 of file BuilderBase.py.

Definition at line 68 of file BuilderBase.py.

tuple env = InstanceManager()

Definition at line 37 of file BuilderBase.py.

tuple graph = property( get_graph, set_graph )

Definition at line 70 of file BuilderBase.py.


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