factory
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 108
Virt-Factory 0.0.2
Virt-Factory project manages virtualized infrastructure. more>>
Virt-Factory project manages virtualized infrastructure:
Virt-Factory focuses on interacting with large numbers of virtual systems and on addressing some of the interaction problems that brings with it
Virt-Factory is primarily aimed at a fairly formal setting (data center), though we hope it is also useful on smaller scales
While Virt-Factory has some uses for bare-metal systems, it is first and foremost a tool for managing virtual systems. Future development will be much more focused on virtual systems management than bare-metal.
Virt-Factory provides both a web UI, for ease of use, and an XMLRPC API, for scripting of admin actions.
Virt-Factory is built on open-source projects including Cobbler, libvirt, and Puppet.
Today, Virt-Factory provisions and manages hosts and guests. It also addresses some of the problems specific to virtual systems. It creates complete host and guest images from metadata descriptions and centrally manages existing images.
Future work will make it possible to abstract away individual hosts and place guests into a pool of equivalent hosts, simplifying the administrators view of the data center for many tasks.
Whats It Run On?
It is being developed on FC-6. Well add support for FC-7 and RHEL-5 shortly.
How Stable Is It?
At this point, virt-factory an alpha level project that will probably eat your brane. However its getting better every day.
Whats the architecture look like?
Virt-factory provides a central server for managing virtual hosts and guests. The server exposes an XMLRPC API that is used by the Web UI, and can also be used by custom scripts. On Managed systems, a special "node daemon" is installed, which the central server communicates with over secure XMLRPC.
Who is the target user?
Developers who want to be involved in new systems management technology. Users wishing to run a large number of virtual systems that have a key interest in virtualization and system recipes / appliance concepts.
How is Virtualization used?
Virtualization plays a core role in virt-factory and is heavily integrated. The software takes care of the nuts and bolts and can entirely manage your virtualization, though logging into virtualization via xm and virsh is still supported. Virt-factory is about enablement of virtualization as a core systems-management strategy.
How do you treat appliances?
Appliances can be defined purely as metadata ("profiles") rather than binary blobs. The metadata describes the required virtual machines attributes (number of processors, memory etc), the base system installation (as a template data for the kickstart file), and the appliances "personality" as a puppet manifest. This makes it possible to distribute appliances easily, and allows end-users to adapt appliances to their needs while still being able to consume appliance updates.
Enhancements:
- This release concentrates on making the code more stable and easier to install/deploy.
<<lessVirt-Factory focuses on interacting with large numbers of virtual systems and on addressing some of the interaction problems that brings with it
Virt-Factory is primarily aimed at a fairly formal setting (data center), though we hope it is also useful on smaller scales
While Virt-Factory has some uses for bare-metal systems, it is first and foremost a tool for managing virtual systems. Future development will be much more focused on virtual systems management than bare-metal.
Virt-Factory provides both a web UI, for ease of use, and an XMLRPC API, for scripting of admin actions.
Virt-Factory is built on open-source projects including Cobbler, libvirt, and Puppet.
Today, Virt-Factory provisions and manages hosts and guests. It also addresses some of the problems specific to virtual systems. It creates complete host and guest images from metadata descriptions and centrally manages existing images.
Future work will make it possible to abstract away individual hosts and place guests into a pool of equivalent hosts, simplifying the administrators view of the data center for many tasks.
Whats It Run On?
It is being developed on FC-6. Well add support for FC-7 and RHEL-5 shortly.
How Stable Is It?
At this point, virt-factory an alpha level project that will probably eat your brane. However its getting better every day.
Whats the architecture look like?
Virt-factory provides a central server for managing virtual hosts and guests. The server exposes an XMLRPC API that is used by the Web UI, and can also be used by custom scripts. On Managed systems, a special "node daemon" is installed, which the central server communicates with over secure XMLRPC.
Who is the target user?
Developers who want to be involved in new systems management technology. Users wishing to run a large number of virtual systems that have a key interest in virtualization and system recipes / appliance concepts.
How is Virtualization used?
Virtualization plays a core role in virt-factory and is heavily integrated. The software takes care of the nuts and bolts and can entirely manage your virtualization, though logging into virtualization via xm and virsh is still supported. Virt-factory is about enablement of virtualization as a core systems-management strategy.
How do you treat appliances?
Appliances can be defined purely as metadata ("profiles") rather than binary blobs. The metadata describes the required virtual machines attributes (number of processors, memory etc), the base system installation (as a template data for the kickstart file), and the appliances "personality" as a puppet manifest. This makes it possible to distribute appliances easily, and allows end-users to adapt appliances to their needs while still being able to consume appliance updates.
Enhancements:
- This release concentrates on making the code more stable and easier to install/deploy.
Download (MB)
Added: 2007-05-03 License: GPL (GNU General Public License) Price:
905 downloads
libfactory++ 0.1.4
libfactory++ is a C++ template framework for run-time dynamic type instantiation. more>>
libfactory++ is a C++ template framework for run-time dynamic type instantiation. You can register single classes or whole hierarchies, and then tell libfactory++ to instantiate objects using the registration key.
libfactory++ differs from other factory approaches mainly in its flexibility. First, it can use any constructor a type supports, and allows you to choose (and configure) the constructor to use for each call to create().
Second, it supports custom allocators, allowing you to use, e.g., a memory pool rather than continuous invocations of new.
Installation:
The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile in each directory of the package.
It may also create one or more `.h files containing system-dependent definitions.
Finally, it creates a shell script `config.status that you can run in the future to recreate the current configuration, and a file `config.log containing compiler output (useful mainly for debugging `configure).
It can also use an optional file (typically called `config.cache and enabled with `--cache-file=config.cache or simply `-C) that saves the results of its tests to speed up reconfiguring. (Caching is disabled by default to prevent problems with accidental use of stale cache files.)
If you need to do unusual things to compile the package, please try to figure out how `configure could check whether to do them, and mail diffs or instructions to the address given in the `README so they can be considered for the next release.
If you are using the cache, and at some point `config.cache contains results you dont want to keep, you may remove or edit it.
The file `configure.ac (or `configure.in) is used to create `configure by a program called `autoconf. You only need `configure.ac if you want to change it or regenerate `configure using a newer version of `autoconf.
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute
`configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean.
There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Enhancements:
- Fixed a small bug in the registration macros, causing compilation errors in projects which contain a class Factory in another namespace.
<<lesslibfactory++ differs from other factory approaches mainly in its flexibility. First, it can use any constructor a type supports, and allows you to choose (and configure) the constructor to use for each call to create().
Second, it supports custom allocators, allowing you to use, e.g., a memory pool rather than continuous invocations of new.
Installation:
The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile in each directory of the package.
It may also create one or more `.h files containing system-dependent definitions.
Finally, it creates a shell script `config.status that you can run in the future to recreate the current configuration, and a file `config.log containing compiler output (useful mainly for debugging `configure).
It can also use an optional file (typically called `config.cache and enabled with `--cache-file=config.cache or simply `-C) that saves the results of its tests to speed up reconfiguring. (Caching is disabled by default to prevent problems with accidental use of stale cache files.)
If you need to do unusual things to compile the package, please try to figure out how `configure could check whether to do them, and mail diffs or instructions to the address given in the `README so they can be considered for the next release.
If you are using the cache, and at some point `config.cache contains results you dont want to keep, you may remove or edit it.
The file `configure.ac (or `configure.in) is used to create `configure by a program called `autoconf. You only need `configure.ac if you want to change it or regenerate `configure using a newer version of `autoconf.
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute
`configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean.
There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Enhancements:
- Fixed a small bug in the registration macros, causing compilation errors in projects which contain a class Factory in another namespace.
Download (0.074MB)
Added: 2005-09-29 License: GPL (GNU General Public License) Price:
1487 downloads
Workflow::Factory 0.28
Workflow::Factory is a Perl module that generates new workflow and supporting objects. more>>
Workflow::Factory is a Perl module that generates new workflow and supporting objects.
SYNOPSIS
# Import the singleton for easy access
use Workflow::Factory qw( FACTORY );
# Add XML configurations to the factory
FACTORY->add_config_from_file( workflow => workflow.xml,
action => [ myactions.xml, otheractions.xml ],
validator => [ validator.xml, myvalidators.xml ],
condition => condition.xml,
persister => persister.xml );
# Create a new workflow of type MyWorkflow
my $wf = FACTORY->create_workflow( MyWorkflow );
# Fetch an existing workflow with ID 25
my $wf = FACTORY->fetch_workflow( MyWorkflow, 25 );
Public
The Workflow Factory is your primary interface to the workflow system. You give it the configuration files and/or data structures for the Workflow, Workflow::Action, Workflow::Condition, Workflow::Persister, and Workflow::Validator objects and then you ask it for new and existing Workflow objects.
Internal
Developers using the workflow system should be familiar with how the factory processes configurations and how it makes the various components of the system are instantiated and stored in the factory.
<<lessSYNOPSIS
# Import the singleton for easy access
use Workflow::Factory qw( FACTORY );
# Add XML configurations to the factory
FACTORY->add_config_from_file( workflow => workflow.xml,
action => [ myactions.xml, otheractions.xml ],
validator => [ validator.xml, myvalidators.xml ],
condition => condition.xml,
persister => persister.xml );
# Create a new workflow of type MyWorkflow
my $wf = FACTORY->create_workflow( MyWorkflow );
# Fetch an existing workflow with ID 25
my $wf = FACTORY->fetch_workflow( MyWorkflow, 25 );
Public
The Workflow Factory is your primary interface to the workflow system. You give it the configuration files and/or data structures for the Workflow, Workflow::Action, Workflow::Condition, Workflow::Persister, and Workflow::Validator objects and then you ask it for new and existing Workflow objects.
Internal
Developers using the workflow system should be familiar with how the factory processes configurations and how it makes the various components of the system are instantiated and stored in the factory.
Download (0.10MB)
Added: 2007-07-10 License: Perl Artistic License Price:
839 downloads
Web Form Factory 0.1.3
Web Form Factory is a simple application that binds HTML forms to a database. more>>
Web Form Factory is a simple application that binds HTML forms to a database. It analyzes the HTML file you supply and identifies all the common input types it contains, including text fields, drop down lists, checkboxes, radio buttons, and text areas.
Once all the input types have been detected, it then performs some validation tests that ensures that enough information is contained within the HTML form to allow the program to bind the inputs properly. It then generates the required backend PHP code and returns the form back to the you in a zip file.
Enhancements:
- Form Validation Capabilities were added.
- The user can easily specify which fields are mandatory, and the location and appearance of error messages can be configured.
- A new Tag engine was added.
- Tags can be used to make form generation even simpler and faster by eliminating repetitive form coding tasks.
<<lessOnce all the input types have been detected, it then performs some validation tests that ensures that enough information is contained within the HTML form to allow the program to bind the inputs properly. It then generates the required backend PHP code and returns the form back to the you in a zip file.
Enhancements:
- Form Validation Capabilities were added.
- The user can easily specify which fields are mandatory, and the location and appearance of error messages can be configured.
- A new Tag engine was added.
- Tags can be used to make form generation even simpler and faster by eliminating repetitive form coding tasks.
Download (0.16MB)
Added: 2006-08-25 License: BSD License Price:
1157 downloads
Bio::Tools::AlignFactory 1.4
Bio::Tools::AlignFactory is a base object for alignment factories. more>>
Bio::Tools::AlignFactory is a base object for alignment factories.
SYNOPSIS
You wont be using this as an object, but using a dervied class like Bio::Tools::pSW
Holds common Alignment Factory attributes in place
<<lessSYNOPSIS
You wont be using this as an object, but using a dervied class like Bio::Tools::pSW
Holds common Alignment Factory attributes in place
Download (4.7MB)
Added: 2006-10-10 License: Perl Artistic License Price:
1111 downloads
SWIFT::Factory::BasicHeader 0.03
SWIFT::Factory::BasicHeader is a Perl module that provides a Basic Header Block (Block 1) for a SWIFT message. more>>
SWIFT::Factory::BasicHeader is a Perl module that provides a Basic Header Block (Block 1) for a SWIFT message.
SYNOPSIS
use SWIFT::Factory::BasicHeader;
my $hdr1=SWIFT::Factory::BasicHeader->new();
This module is primarily intended to be used by the different SWIFT::Factory::MTnnn modules to provide full SWIFT messages for input to the SWIFT network.
Nevertheless, there is nothing prohibiting an application to directly use this module for whatever purpose.
Given reasonable parameter values in the constructor, the string method in this module will return a Basic Header Block (Block nbr 1) that can be used in a SWIFT message sent to the SWIFT network.
CONSTRUCTOR
new( APPLICATION_ID=>F, SERVICE_ID=>1, BIC=>VALIDBIC, TERMINAL=>X, BRANCH_CODE=>XXX, SESSION_NBR=>0, INPUT_SEQUENCE_NBR=>0)
The parameters may be given in arbitrary order. Many parameters have builtin default values. If the calling application doesnt provide the parameter at all, the object will apply the default value.
APPLICATION_ID=>
Optional. A one character value that indicates the application within which the message is being sent.
Valid values are:
F (FIN = All user-to-user, FIN system and FIN system msgs),
A (GPA = Most GPA system mesgs)
and
L (Certain GPA msgs, for ex. LOGIN).
Default value: F, which is the most commonly used application.
To set this value, use one of:
SWIFT::Factory::BasicHeader->APP_ID_FIN,
SWIFT::Factory::BasicHeader->APP_ID_GPA,
and
SWIFT::Factory::BasicHeader->APP_ID_GPA_LOG.
Yes, these are constants, and yes, since they are class methods they are available before calling the constructor.
Opposit of the object methods that are functional only after having called the new() constructor.
SERVICE_ID=>
Optional. A numeric value that identifies the type of data that is being sent. Maximum two characters long. See the relevant SWIFT handbook for details.
Default value: 1, which will output as 01.
BIC=>
Technically optional, but it will probably quite rarely make sense to instantiate an object of this class without specifying a BIC. An eight character value that contains a valid receiver BIC.
TERMINAL=>
Optional. A one character value that identifies the receiving terminal.
Default value: X.
BRANCH_CODE=>
Optional. A three character value that identifies the branch code at the receiver.
Default value: XXX.
SESSION_NBR=>
Optional. A numeric value. Maximum four characters long. See the relevant SWIFT handbook for details.
Default value: 0, which will output as 0000.
INPUT_SEQUENCE_NBR=>
Optional. A numeric value. Maximum six characters long. See the relevant SWIFT handbook for details.
Default value: 0, which will output as 000000.
<<lessSYNOPSIS
use SWIFT::Factory::BasicHeader;
my $hdr1=SWIFT::Factory::BasicHeader->new();
This module is primarily intended to be used by the different SWIFT::Factory::MTnnn modules to provide full SWIFT messages for input to the SWIFT network.
Nevertheless, there is nothing prohibiting an application to directly use this module for whatever purpose.
Given reasonable parameter values in the constructor, the string method in this module will return a Basic Header Block (Block nbr 1) that can be used in a SWIFT message sent to the SWIFT network.
CONSTRUCTOR
new( APPLICATION_ID=>F, SERVICE_ID=>1, BIC=>VALIDBIC, TERMINAL=>X, BRANCH_CODE=>XXX, SESSION_NBR=>0, INPUT_SEQUENCE_NBR=>0)
The parameters may be given in arbitrary order. Many parameters have builtin default values. If the calling application doesnt provide the parameter at all, the object will apply the default value.
APPLICATION_ID=>
Optional. A one character value that indicates the application within which the message is being sent.
Valid values are:
F (FIN = All user-to-user, FIN system and FIN system msgs),
A (GPA = Most GPA system mesgs)
and
L (Certain GPA msgs, for ex. LOGIN).
Default value: F, which is the most commonly used application.
To set this value, use one of:
SWIFT::Factory::BasicHeader->APP_ID_FIN,
SWIFT::Factory::BasicHeader->APP_ID_GPA,
and
SWIFT::Factory::BasicHeader->APP_ID_GPA_LOG.
Yes, these are constants, and yes, since they are class methods they are available before calling the constructor.
Opposit of the object methods that are functional only after having called the new() constructor.
SERVICE_ID=>
Optional. A numeric value that identifies the type of data that is being sent. Maximum two characters long. See the relevant SWIFT handbook for details.
Default value: 1, which will output as 01.
BIC=>
Technically optional, but it will probably quite rarely make sense to instantiate an object of this class without specifying a BIC. An eight character value that contains a valid receiver BIC.
TERMINAL=>
Optional. A one character value that identifies the receiving terminal.
Default value: X.
BRANCH_CODE=>
Optional. A three character value that identifies the branch code at the receiver.
Default value: XXX.
SESSION_NBR=>
Optional. A numeric value. Maximum four characters long. See the relevant SWIFT handbook for details.
Default value: 0, which will output as 0000.
INPUT_SEQUENCE_NBR=>
Optional. A numeric value. Maximum six characters long. See the relevant SWIFT handbook for details.
Default value: 0, which will output as 000000.
Download (0.004MB)
Added: 2007-05-25 License: Perl Artistic License Price:
882 downloads
Bio::Factory::SequenceFactoryI 1.4
Bio::Factory::SequenceFactoryI is a Perl interface that allows for generic building of sequences in factories. more>>
Bio::Factory::SequenceFactoryI is a Perl interface that allows for generic building of sequences in factories which create sequences (like SeqIO).
SYNOPSIS
# do not use this object directly it is an interface # get a Bio::Factory::SequenceFactoryI object like
use Bio::Seq::SeqFactory;
my $seqbuilder = new Bio::Seq::SeqFactory(type => Bio::PrimarySeq);
my $seq = $seqbuilder->create(-seq => ACTGAT,
-display_id => exampleseq);
print "seq is a ", ref($seq), "n";
A generic way to build Sequence objects via a pluggable factory. This reduces the amount of code that looks like
if( $type eq Bio::PrimarySeq ) { ... }
elsif( $type eq Bio::Seq::RichSeq ) { ... }
<<lessSYNOPSIS
# do not use this object directly it is an interface # get a Bio::Factory::SequenceFactoryI object like
use Bio::Seq::SeqFactory;
my $seqbuilder = new Bio::Seq::SeqFactory(type => Bio::PrimarySeq);
my $seq = $seqbuilder->create(-seq => ACTGAT,
-display_id => exampleseq);
print "seq is a ", ref($seq), "n";
A generic way to build Sequence objects via a pluggable factory. This reduces the amount of code that looks like
if( $type eq Bio::PrimarySeq ) { ... }
elsif( $type eq Bio::Seq::RichSeq ) { ... }
Download (4.7MB)
Added: 2006-09-02 License: Perl Artistic License Price:
1147 downloads
CSS::SAC::ConditionFactory 0.06
CSS::SAC::ConditionFactory Perl module contains the default ConditionFactory. more>>
CSS::SAC::ConditionFactory Perl module contains the default ConditionFactory.
SYNOPSIS
my $cf = CSS::SAC::ConditionFactory->new;
my $cond1 = $cf->create_foo_condition;
my $cond2 = $cf->create_bar_condition;
This is the default ConditionFactory for CSS::SAC. It creates conditions of all types defined in SAC. You may wish to subclass or replace the default ConditionFactory in order to get your own condition objects.
I plan on adding more flexibility to this factory so that one could tell it the classes to use for various conditions, that would avoid enforcing subclassing/recoding for people that only want to replace a family of factory methods.
I know that some of the method names are quite lengthy, but given the great number of possible conditions it helps to have descriptive names.
METHODS
These define the interface that must be adhered to by ConditionFactories. The Java names (given in parens) work too, though the Perl ones are recommended.
CSS::SAC::ConditionFactory->new or $cf->new
Creates a new condition factory object.
$cf->create_and_condition($first,$second) (createAndCondition)
creates a combinator condition of type and
$cf->create_attribute_condition($lname,$ns,$specified,$value) (createAttributeCondition)
creates an attr condition
$cf->create_begin_hyphen_attribute_condition($lname,$ns,$specified,$value) (createBeginHyphenAttributeCondition)
creates a attr condition of type bh
$cf->create_class_condition($ns,$value) (createClassCondition)
creates a attr condition of type class
$cf->create_content_condition($data) (createContentCondition)
creates a content condition
$cf->create_id_condition($value) (createIdCondition)
creates a attr condition of type id
$cf->create_lang_condition($lang) (createLangCondition)
creates a lang condition
$cf->create_negative_condition($cond) (createNegativeCondition)
creates a negative condition
$cf->create_one_of_attribute_condition($lname,$ns,$specified,$value) (createOneOfAttributeCondition)
creates a attr condition of type id
$cf->create_only_child_condition() (createOnlyChildCondition)
creates a only-child condition
$cf->create_only_type_condition() (createOnlyTypeCondition)
creates a only-type condition
$cf->create_or_condition($first,$second) (createOrCondition)
creates a combinator condition of type or
$cf->create_positional_condition($position,$type_node,$same_type) (createPositionalCondition)
creates a positional condition
$cf->create_pseudo_class_condition($ns,$value) (createPseudoClassCondition)
creates a attr condition of type pseudo class
<<lessSYNOPSIS
my $cf = CSS::SAC::ConditionFactory->new;
my $cond1 = $cf->create_foo_condition;
my $cond2 = $cf->create_bar_condition;
This is the default ConditionFactory for CSS::SAC. It creates conditions of all types defined in SAC. You may wish to subclass or replace the default ConditionFactory in order to get your own condition objects.
I plan on adding more flexibility to this factory so that one could tell it the classes to use for various conditions, that would avoid enforcing subclassing/recoding for people that only want to replace a family of factory methods.
I know that some of the method names are quite lengthy, but given the great number of possible conditions it helps to have descriptive names.
METHODS
These define the interface that must be adhered to by ConditionFactories. The Java names (given in parens) work too, though the Perl ones are recommended.
CSS::SAC::ConditionFactory->new or $cf->new
Creates a new condition factory object.
$cf->create_and_condition($first,$second) (createAndCondition)
creates a combinator condition of type and
$cf->create_attribute_condition($lname,$ns,$specified,$value) (createAttributeCondition)
creates an attr condition
$cf->create_begin_hyphen_attribute_condition($lname,$ns,$specified,$value) (createBeginHyphenAttributeCondition)
creates a attr condition of type bh
$cf->create_class_condition($ns,$value) (createClassCondition)
creates a attr condition of type class
$cf->create_content_condition($data) (createContentCondition)
creates a content condition
$cf->create_id_condition($value) (createIdCondition)
creates a attr condition of type id
$cf->create_lang_condition($lang) (createLangCondition)
creates a lang condition
$cf->create_negative_condition($cond) (createNegativeCondition)
creates a negative condition
$cf->create_one_of_attribute_condition($lname,$ns,$specified,$value) (createOneOfAttributeCondition)
creates a attr condition of type id
$cf->create_only_child_condition() (createOnlyChildCondition)
creates a only-child condition
$cf->create_only_type_condition() (createOnlyTypeCondition)
creates a only-type condition
$cf->create_or_condition($first,$second) (createOrCondition)
creates a combinator condition of type or
$cf->create_positional_condition($position,$type_node,$same_type) (createPositionalCondition)
creates a positional condition
$cf->create_pseudo_class_condition($ns,$value) (createPseudoClassCondition)
creates a attr condition of type pseudo class
Download (0.037MB)
Added: 2007-06-20 License: Perl Artistic License Price:
856 downloads
SWIFT::Factory::ApplicationHeader 0.02
SWIFT::Factory::ApplicationHeader is a Perl module that provides an Application Header Block for a SWIFT message. more>>
SWIFT::Factory::ApplicationHeader is a Perl module that provides an Application Header Block (Block 2) for a SWIFT message.
SYNOPSIS
use SWIFT::Factory::ApplicationHeader;
my $hdr2=SWIFT::Factory::ApplicationHeader->new();
This class is primarily intended to be used by the different SWIFT::Factory::MTnnn modules to provide full SWIFT messages for input to the SWIFT network.
Nevertheless, there is nothing prohibiting an application to directly use this class for whatever purpose.
Given reasonable parameter values in the constructor, the string() method in this class will return an Application Header Block (Block nbr 2) that can be used in a SWIFT message sent to the SWIFT network.
CONSTRUCTOR
new( MESSAGE_TYPE=>300, BIC=>VALIDBIC, TERMINAL=>X, BRANCH_CODE=>XXX, MESSAGE_PRIORITY=>N, DELIVERY_MONITORING=>1, OBSOLESCENCE_PERIOD=> )
The parameters may be given in arbitrary order. Many parameters have builtin default values. If the calling application doesnt provide the parameter at all, the object will apply the default value.
MESSAGE_TYPE=>
Technically optional, but its hard to see a reason not to provide this parameter.
A numeric scalar value that indicates the message type being provided. For an MT300 message, use the value 300. For an MT515, use 515. Etc.
BIC=>
An eight character scalar value that contains a valid receiver BIC.
The receiver BIC is technically optional, but it will probably quite rarely make sense to instantiate an object of this class without specifying a BIC.
TERMINAL=>
Optional. A one character scalar value that identifies the receiving terminal.
Default value: X. It is very unusual that the sending party would populate this entity with anything else than the default value. It is thereby recommended that most applications dont provide this parameter at all.
BRANCH_CODE=>
Optional. A three character scalar value that identifies the branch code at the receiver.
Default value: XXX.
MESSAGE_PRIORITY=>
Optional. A one character scalar value indicating the requested network priority for the message.
If given, use one of the values:
SWIFT::Factory::ApplicationHeader::MSG_PRIORITY_SYSTEM();
SWIFT::Factory::ApplicationHeader::MSG_PRIORITY_URGENT();
SWIFT::Factory::ApplicationHeader::MSG_PRIORITY_NORMAL();
Default value provided by the class:
SWIFT::Factory::ApplicationHeader::MSG_PRIORITY_NORMAL();
DELIVERY_MONITORING=>
Technically optional. SWIFT requires this entity for urgent messages. A one digit numeric scalar value or a zero length string.
If given, use one of the values:
SWIFT::Factory::ApplicationHeader::MONITORING_NON_DELIVERY();
SWIFT::Factory::ApplicationHeader::MONITORING_DELIVERY_NOTIFICATION();
SWIFT::Factory::ApplicationHeader::MONITORING_DELIVERY_BOTH();
Default value provided by the class: A zero length string which implies No monitoring.
OBSOLESCENCE_PERIOD=>
Optional. A numeric scalar value expressing the delay in units of 5 minutes. I.e. 3 means 15 minutes and 20 means 100 minutes.
Maximum three digits long. See the relevant SWIFT handbook for details.
Default value provided by the class: A zero length string which implies No obsolescence period.
<<lessSYNOPSIS
use SWIFT::Factory::ApplicationHeader;
my $hdr2=SWIFT::Factory::ApplicationHeader->new();
This class is primarily intended to be used by the different SWIFT::Factory::MTnnn modules to provide full SWIFT messages for input to the SWIFT network.
Nevertheless, there is nothing prohibiting an application to directly use this class for whatever purpose.
Given reasonable parameter values in the constructor, the string() method in this class will return an Application Header Block (Block nbr 2) that can be used in a SWIFT message sent to the SWIFT network.
CONSTRUCTOR
new( MESSAGE_TYPE=>300, BIC=>VALIDBIC, TERMINAL=>X, BRANCH_CODE=>XXX, MESSAGE_PRIORITY=>N, DELIVERY_MONITORING=>1, OBSOLESCENCE_PERIOD=> )
The parameters may be given in arbitrary order. Many parameters have builtin default values. If the calling application doesnt provide the parameter at all, the object will apply the default value.
MESSAGE_TYPE=>
Technically optional, but its hard to see a reason not to provide this parameter.
A numeric scalar value that indicates the message type being provided. For an MT300 message, use the value 300. For an MT515, use 515. Etc.
BIC=>
An eight character scalar value that contains a valid receiver BIC.
The receiver BIC is technically optional, but it will probably quite rarely make sense to instantiate an object of this class without specifying a BIC.
TERMINAL=>
Optional. A one character scalar value that identifies the receiving terminal.
Default value: X. It is very unusual that the sending party would populate this entity with anything else than the default value. It is thereby recommended that most applications dont provide this parameter at all.
BRANCH_CODE=>
Optional. A three character scalar value that identifies the branch code at the receiver.
Default value: XXX.
MESSAGE_PRIORITY=>
Optional. A one character scalar value indicating the requested network priority for the message.
If given, use one of the values:
SWIFT::Factory::ApplicationHeader::MSG_PRIORITY_SYSTEM();
SWIFT::Factory::ApplicationHeader::MSG_PRIORITY_URGENT();
SWIFT::Factory::ApplicationHeader::MSG_PRIORITY_NORMAL();
Default value provided by the class:
SWIFT::Factory::ApplicationHeader::MSG_PRIORITY_NORMAL();
DELIVERY_MONITORING=>
Technically optional. SWIFT requires this entity for urgent messages. A one digit numeric scalar value or a zero length string.
If given, use one of the values:
SWIFT::Factory::ApplicationHeader::MONITORING_NON_DELIVERY();
SWIFT::Factory::ApplicationHeader::MONITORING_DELIVERY_NOTIFICATION();
SWIFT::Factory::ApplicationHeader::MONITORING_DELIVERY_BOTH();
Default value provided by the class: A zero length string which implies No monitoring.
OBSOLESCENCE_PERIOD=>
Optional. A numeric scalar value expressing the delay in units of 5 minutes. I.e. 3 means 15 minutes and 20 means 100 minutes.
Maximum three digits long. See the relevant SWIFT handbook for details.
Default value provided by the class: A zero length string which implies No obsolescence period.
Download (0.004MB)
Added: 2007-05-25 License: Perl Artistic License Price:
882 downloads
Bio::Factory::SeqAnalysisParserFactoryI 1.4
Bio::Factory::SeqAnalysisParserFactoryI is a Perl interface describing objects capable of creating SeqAnalysisParserI parsers. more>>
Bio::Factory::SeqAnalysisParserFactoryI is a Perl interface describing objects capable of creating SeqAnalysisParserI compliant parsers.
SYNOPSIS
# initialize an object implementing this interface, e.g.
$factory = Bio::Factory::SeqAnalysisParserFactory->new();
# obtain a parser object
$parser = $factory->get_parser(-input=>$inputobj,
-params=>[@params],
-method => $method);
# $parser is an object implementing Bio::SeqAnalysisParserI
# annotate sequence with features produced by parser
while(my $feat = $parser->next_feature()) {
$seq->add_SeqFeature($feat);
}
This is an interface for factory classes capable of instantiating SeqAnalysisParserI implementing parsers.
The concept behind the interface is a generic analysis result parsing in high-throughput automated sequence annotation pipelines. See Bio::SeqAnalysisParserI for more documentation of this concept.
<<lessSYNOPSIS
# initialize an object implementing this interface, e.g.
$factory = Bio::Factory::SeqAnalysisParserFactory->new();
# obtain a parser object
$parser = $factory->get_parser(-input=>$inputobj,
-params=>[@params],
-method => $method);
# $parser is an object implementing Bio::SeqAnalysisParserI
# annotate sequence with features produced by parser
while(my $feat = $parser->next_feature()) {
$seq->add_SeqFeature($feat);
}
This is an interface for factory classes capable of instantiating SeqAnalysisParserI implementing parsers.
The concept behind the interface is a generic analysis result parsing in high-throughput automated sequence annotation pipelines. See Bio::SeqAnalysisParserI for more documentation of this concept.
Download (4.7MB)
Added: 2007-08-16 License: Perl Artistic License Price:
799 downloads
Bio::Tree::DistanceFactory 1.5.2_102
Bio::Tree::DistanceFactory is a Perl module to construct a tree using distance based methods. more>>
Bio::Tree::DistanceFactory is a Perl module to construct a tree using distance based methods.
SYNOPSIS
use Bio::Tree::DistanceFactory;
use Bio::AlignIO;
use Bio::Align::DNAStatistics;
my $tfactory = Bio::Tree::DistanceFactory->new(-method => "NJ");
my $stats = Bio::Align::DNAStatistics->new();
my $alnin = Bio::AlignIO->new(-format => clustalw,
-file => file.aln);
my $aln = $alnin->next_aln;
# Of course matrix can come from a different place
# like PHYLIP if you prefer, Bio::Matrix::IO should be able
# to parse many things
my $jcmatrix = $stats->distance(-align => $aln,
-method => Jukes-Cantor);
my $tree = $tfactory->make_tree($jcmatrix);
This is a factory which will construct a phylogenetic tree based on the pairwise sequence distances for a set of sequences. Currently UPGMA (Sokal and Michener 1958) and NJ (Saitou and Nei 1987) tree construction methods are implemented.
<<lessSYNOPSIS
use Bio::Tree::DistanceFactory;
use Bio::AlignIO;
use Bio::Align::DNAStatistics;
my $tfactory = Bio::Tree::DistanceFactory->new(-method => "NJ");
my $stats = Bio::Align::DNAStatistics->new();
my $alnin = Bio::AlignIO->new(-format => clustalw,
-file => file.aln);
my $aln = $alnin->next_aln;
# Of course matrix can come from a different place
# like PHYLIP if you prefer, Bio::Matrix::IO should be able
# to parse many things
my $jcmatrix = $stats->distance(-align => $aln,
-method => Jukes-Cantor);
my $tree = $tfactory->make_tree($jcmatrix);
This is a factory which will construct a phylogenetic tree based on the pairwise sequence distances for a set of sequences. Currently UPGMA (Sokal and Michener 1958) and NJ (Saitou and Nei 1987) tree construction methods are implemented.
Download (5.6MB)
Added: 2007-06-20 License: Perl Artistic License Price:
856 downloads
Gtk2::Ex::MindMapView::BorderFactory 0.000001
Gtk2::Ex::MindMapView::BorderFactory is a Maker of standard border items. more>>
Gtk2::Ex::MindMapView::BorderFactory is a Maker of standard border items.
SYNOPSIS
use Gtk2::Ex::MindMapView::BorderFactory;
This factory makes borders for mind map view items. The following types of borders are currently supported:
Gtk2::Ex::MindMapView::Border::RoundedRect - A rounded rectangle border.
Gtk2::Ex::MindMapView::Border::Rectangle - A rectangular border.
Gtk2::Ex::MindMapView::Border::Ellipse - An ellipse shaped border.
INTERFACE
Properties
view (Gtk2::Ex::MindMapView)
The canvas on which the border will be drawn.
type (string)
The type of border to draw (see above).
content (Gtk2::Ex::MindMapView::Content)
The content to be placed in the border.
fill_color_gdk (Gtk2::Gdk::Color)
The color of the interior of the border.
outline_color_gdk (Gtk2::Gdk::Color)
The color of the border outline.
Methods
new (view=$view, ...)>
Constructor for this factory. Pass in a Gtk2::Ex::MindMapView argument.
create_border (type=$border_type, content=>$content, ...)>
Creates a new Gtk2::Ex::MindMapView::Border border with the specified content.
DIAGNOSTICS
Invalid Gtk2::Ex::MindMapView argument.
The view parameter must be a Gtk2::Ex::MindMapView.
Invalid content. content parameter must be Gtk2::Ex::MindMapView::Content)
The only content types that subclass Gtk2::Ex::MindMapView::Content are permitted.
Unexpected border type: $type
Only the border types listed above are currently supported.
<<lessSYNOPSIS
use Gtk2::Ex::MindMapView::BorderFactory;
This factory makes borders for mind map view items. The following types of borders are currently supported:
Gtk2::Ex::MindMapView::Border::RoundedRect - A rounded rectangle border.
Gtk2::Ex::MindMapView::Border::Rectangle - A rectangular border.
Gtk2::Ex::MindMapView::Border::Ellipse - An ellipse shaped border.
INTERFACE
Properties
view (Gtk2::Ex::MindMapView)
The canvas on which the border will be drawn.
type (string)
The type of border to draw (see above).
content (Gtk2::Ex::MindMapView::Content)
The content to be placed in the border.
fill_color_gdk (Gtk2::Gdk::Color)
The color of the interior of the border.
outline_color_gdk (Gtk2::Gdk::Color)
The color of the border outline.
Methods
new (view=$view, ...)>
Constructor for this factory. Pass in a Gtk2::Ex::MindMapView argument.
create_border (type=$border_type, content=>$content, ...)>
Creates a new Gtk2::Ex::MindMapView::Border border with the specified content.
DIAGNOSTICS
Invalid Gtk2::Ex::MindMapView argument.
The view parameter must be a Gtk2::Ex::MindMapView.
Invalid content. content parameter must be Gtk2::Ex::MindMapView::Content)
The only content types that subclass Gtk2::Ex::MindMapView::Content are permitted.
Unexpected border type: $type
Only the border types listed above are currently supported.
Download (0.049MB)
Added: 2007-01-26 License: Perl Artistic License Price:
1001 downloads
Gtk2::Ex::MindMapView::ContentFactory 0.000001
Gtk2::Ex::MindMapView::ContentFactory is a maker of standard content. more>>
Gtk2::Ex::MindMapView::ContentFactory is a maker of standard content.
SYNOPSIS
use Gtk2::Ex::MindMapView::ContentFactory;
This module is internal to Gtk2::Ex::MindMapView. This factory makes content that can be passed to a Gtk2::Ex::MindMapView::Border.
This module is called by Gtk2::Ex::MindMapView::ItemFactory.
The following types of content may be created:
Gtk2::Ex::MindMapView::Content::EllipsisText - Displays text with optional ellipsis (...).
Gtk2::Ex::MindMapView::Content::Picture - Displays a picture.
Gtk2::Ex::MindMapView::Content::Uri - Displays a URI. User may click on the URI.
INTERFACE
Properties
browser (string)
A browser command. Is executed when a user clicks on a link. The command contains a "%s" which is the insertion point for the url (see below). When the user clicks on a Gtk2::Ex::MindMapView::Content::Uri, the browser command is built and executed.
font_desc (Gtk2::Pango::FontDescription)
A Pango font description that styles text displayed to the user.
pixbuf (Gtk2::Gdk::Pixbuf)
A pixbuf that is displayed to the user.
text (string)
Text to be displayed.
text_color_gdk (Gtk2::Gdk::Color)
The color of the text to be displayed.
type (string)
The type of content to create (see above).
uri (string)
Typically, an URL that may be clicked on to start up the browser defined by the browser property (see above).
view (Gtk2::Ex::MindMapView)
The canvas on which content is drawn.
Methods
new (view=>$view)
Constructor for this factory. Pass in a Gtk2::Ex::MindMapView argument.
create_content (type=$content_type, ...)>
Returns a new Gtk2::Ex::MindMapView::Content object.
DIAGNOSTICS
Invalid Gtk2::Ex::MindMapView argument.
You must pass in a Gtk2::Ex::MindMapView argument.
Unexpected content type: $content_type
The only content type that is supported are those that are predefined, such as Gtk2::Ex::MindMapView::Content::EllipsisText.
<<lessSYNOPSIS
use Gtk2::Ex::MindMapView::ContentFactory;
This module is internal to Gtk2::Ex::MindMapView. This factory makes content that can be passed to a Gtk2::Ex::MindMapView::Border.
This module is called by Gtk2::Ex::MindMapView::ItemFactory.
The following types of content may be created:
Gtk2::Ex::MindMapView::Content::EllipsisText - Displays text with optional ellipsis (...).
Gtk2::Ex::MindMapView::Content::Picture - Displays a picture.
Gtk2::Ex::MindMapView::Content::Uri - Displays a URI. User may click on the URI.
INTERFACE
Properties
browser (string)
A browser command. Is executed when a user clicks on a link. The command contains a "%s" which is the insertion point for the url (see below). When the user clicks on a Gtk2::Ex::MindMapView::Content::Uri, the browser command is built and executed.
font_desc (Gtk2::Pango::FontDescription)
A Pango font description that styles text displayed to the user.
pixbuf (Gtk2::Gdk::Pixbuf)
A pixbuf that is displayed to the user.
text (string)
Text to be displayed.
text_color_gdk (Gtk2::Gdk::Color)
The color of the text to be displayed.
type (string)
The type of content to create (see above).
uri (string)
Typically, an URL that may be clicked on to start up the browser defined by the browser property (see above).
view (Gtk2::Ex::MindMapView)
The canvas on which content is drawn.
Methods
new (view=>$view)
Constructor for this factory. Pass in a Gtk2::Ex::MindMapView argument.
create_content (type=$content_type, ...)>
Returns a new Gtk2::Ex::MindMapView::Content object.
DIAGNOSTICS
Invalid Gtk2::Ex::MindMapView argument.
You must pass in a Gtk2::Ex::MindMapView argument.
Unexpected content type: $content_type
The only content type that is supported are those that are predefined, such as Gtk2::Ex::MindMapView::Content::EllipsisText.
Download (0.049MB)
Added: 2007-02-08 License: Perl Artistic License Price:
988 downloads
Gtk2::Ex::MindMapView::HotSpot::GripFactory 0.000001
Gtk2::Ex::MindMapView::HotSpot::GripFactory is the maker of standard grips. more>>
Gtk2::Ex::MindMapView::HotSpot::GripFactory is the maker of standard grips.
SYNOPSIS
use Gtk2::Ex::MindMapView::HotSpot::GripFactory;
This factory makes grips that are used to resize Gtk2::Ex::MindMapView::Items.
The following types of grips are supported:
Gtk2::Ex::MindMapView::HotSpot::Grip::Round - A circular grip.
Gtk2::Ex::MindMapView::HotSpot::Grip::Lentil - A lentil shaped grip.
Gtk2::Ex::MindMapView::HotSpot::Grip::RightAngle - A right triangle shaped grip.
Gtk2::Ex::MindMapView::HotSpot::Grip::EllipseRound - A special round grip for ellipses.
This factory is used by the Gtk2::Ex::MindMapView::ItemFactory.
INTERFACE
Properties
item (Gtk2::Ex::MindMapView::Item)
The item to attach the grip to.
border (Gtk2::Ex::MindMapView::Border)
The border that is used to determine the type of grip to create.
side (string)
The side of the item to attach to. May be: left or right.
fill_color_gdk (Gtk2::Gdk::Color)
The color of the grip.
hotspot_color_gdk (Gtk2::Gdk::Color)
The color of the grip when it is engaged.
Methods
new ( ...)
Constructor for the grip factory.
create_grip (item=>$item, border=>$border, side=>$side, ...)
Creates a new Gtk2::Ex::MindMapView::HotSpot::Grip given the Gtk2::Ex::MindMapView::Item that the grip will attach to. The Gtk2::Ex::MindMapView::Border is used to determine what grip to return to the caller. The side may be left or right.
DIAGNOSTICS
Invalid item. Item must be a Gtk2::Ex::MindMapView::Item
You must pass in a Gtk2::Ex::MindMapView::Item argument.
Invalid side. Must be right or left
You must set the side to be either: left or right.
Unexpected border: $border
You must give one of the known border types at this time.
<<lessSYNOPSIS
use Gtk2::Ex::MindMapView::HotSpot::GripFactory;
This factory makes grips that are used to resize Gtk2::Ex::MindMapView::Items.
The following types of grips are supported:
Gtk2::Ex::MindMapView::HotSpot::Grip::Round - A circular grip.
Gtk2::Ex::MindMapView::HotSpot::Grip::Lentil - A lentil shaped grip.
Gtk2::Ex::MindMapView::HotSpot::Grip::RightAngle - A right triangle shaped grip.
Gtk2::Ex::MindMapView::HotSpot::Grip::EllipseRound - A special round grip for ellipses.
This factory is used by the Gtk2::Ex::MindMapView::ItemFactory.
INTERFACE
Properties
item (Gtk2::Ex::MindMapView::Item)
The item to attach the grip to.
border (Gtk2::Ex::MindMapView::Border)
The border that is used to determine the type of grip to create.
side (string)
The side of the item to attach to. May be: left or right.
fill_color_gdk (Gtk2::Gdk::Color)
The color of the grip.
hotspot_color_gdk (Gtk2::Gdk::Color)
The color of the grip when it is engaged.
Methods
new ( ...)
Constructor for the grip factory.
create_grip (item=>$item, border=>$border, side=>$side, ...)
Creates a new Gtk2::Ex::MindMapView::HotSpot::Grip given the Gtk2::Ex::MindMapView::Item that the grip will attach to. The Gtk2::Ex::MindMapView::Border is used to determine what grip to return to the caller. The side may be left or right.
DIAGNOSTICS
Invalid item. Item must be a Gtk2::Ex::MindMapView::Item
You must pass in a Gtk2::Ex::MindMapView::Item argument.
Invalid side. Must be right or left
You must set the side to be either: left or right.
Unexpected border: $border
You must give one of the known border types at this time.
Download (0.049MB)
Added: 2007-01-18 License: Perl Artistic License Price:
1009 downloads
Gtk2::Ex::MindMapView::HotSpot::ToggleFactory 0.000001
Gtk2::Ex::MindMapView::HotSpot::ToggleFactory is a Maker of standard toggle items. more>>
Gtk2::Ex::MindMapView::HotSpot::ToggleFactory is a Maker of standard toggle items.
SYNOPSIS
use Gtk2::Ex::MindMapView::HotSpot::ToggleFactory;
This factory makes toggles that are used to expand or collapse the tree of items shown in the mind map.
The following types of toggles are currently supported:
Gtk2::Ex::MindMapView::HotSpot::Toggle::Round - The standard round toggle.
This factory is used by the Gtk2::Ex::MindMapView::ItemFactory.
INTERFACE
Properties
item (Gtk2::Ex::MindMapView::Item)
The item to attach the grip to.
border (Gtk2::Ex::MindMapView::Border)
The border that is used to determine the type of toggle to create.
side (string)
The side of the item to attach to. May be: left or right.
fill_color_gdk (Gtk2::Gdk::Color)
The color of the toggle.
outline_color_gdk (Gtk2::Gdk::Color)
The color of the toggle outline.
hotspot_color_gdk (Gtk2::Gdk::Color)
The color of the toggle when it is engaged.
Methods
new ( ...)
Constructor for the toggle factory.
create_toggle (item=>$item, border=>$border, side=>$side, ...)
Creates a new Gtk2::Ex::MindMapView::HotSpot::Toggle given the Gtk2::Ex::MindMapView::Item that the toggle will attach to. The Gtk2::Ex::MindMapView::Border is used to determine what toggle to return to the caller. The side may be left or right.
DIAGNOSTICS
Invalid item. Item must be a Gtk2::Ex::MindMapView::Item
You must pass in a Gtk2::Ex::MindMapView::Item argument.
Invalid side. Must be right or left
You must set the side to be either: left or right.
Unexpected border: $border
You must give one of the known border types at this time.
<<lessSYNOPSIS
use Gtk2::Ex::MindMapView::HotSpot::ToggleFactory;
This factory makes toggles that are used to expand or collapse the tree of items shown in the mind map.
The following types of toggles are currently supported:
Gtk2::Ex::MindMapView::HotSpot::Toggle::Round - The standard round toggle.
This factory is used by the Gtk2::Ex::MindMapView::ItemFactory.
INTERFACE
Properties
item (Gtk2::Ex::MindMapView::Item)
The item to attach the grip to.
border (Gtk2::Ex::MindMapView::Border)
The border that is used to determine the type of toggle to create.
side (string)
The side of the item to attach to. May be: left or right.
fill_color_gdk (Gtk2::Gdk::Color)
The color of the toggle.
outline_color_gdk (Gtk2::Gdk::Color)
The color of the toggle outline.
hotspot_color_gdk (Gtk2::Gdk::Color)
The color of the toggle when it is engaged.
Methods
new ( ...)
Constructor for the toggle factory.
create_toggle (item=>$item, border=>$border, side=>$side, ...)
Creates a new Gtk2::Ex::MindMapView::HotSpot::Toggle given the Gtk2::Ex::MindMapView::Item that the toggle will attach to. The Gtk2::Ex::MindMapView::Border is used to determine what toggle to return to the caller. The side may be left or right.
DIAGNOSTICS
Invalid item. Item must be a Gtk2::Ex::MindMapView::Item
You must pass in a Gtk2::Ex::MindMapView::Item argument.
Invalid side. Must be right or left
You must set the side to be either: left or right.
Unexpected border: $border
You must give one of the known border types at this time.
Download (0.049MB)
Added: 2007-01-27 License: Perl Artistic License Price:
1000 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above factory search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed