RETE Engines Must Forwards and Backwards Chain?!

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Complex Event Processing RSS News RETE Engines Must Forwards and Backwards Chain?!
# 1  
Old 03-06-2010
RETE Engines Must Forwards and Backwards Chain?!

Tim Bass
03-06-2010 05:15 AM


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Checking status of engines using C-shell

I am relatively new to scripting. I am trying to develop a script that will 1. Source an executable file as an argument to the script that sets up the environment 2. Run a command "stat" that gives the status of 5 Engines running on the system 3. Check the status of the 5 Engines as either... (0 Replies)
Discussion started by: paslas
0 Replies

2. UNIX for Dummies Questions & Answers

Is it possible to extract a certificate chain?

Hi all! I wanted to look at the key length of a certificate chain we have. When I do the conventional export command using keytool I will only get the end user cert. keytool -export -alias aliasname -file filename.cer -keystore keystorename The above code will only give me the end user... (2 Replies)
Discussion started by: Keepcase
2 Replies

3. Shell Programming and Scripting

Find a sub chain in a file

Hello, I have a logfile from which i would to extract date and login information. (the goal is to find the inactive users). To extract the date, no problem. To extract the login, i'm stuck. I first extract lines which contains the logging-in information, i obtain different lines. Here... (2 Replies)
Discussion started by: Meldawa
2 Replies

4. Shell Programming and Scripting

How to chain some commands together

Hey, I am fiddling with a little script to kill a certain program if it freezes. Basically I want to do something like this: ps -A | grep firefox-bin | read -d ' ' pid kill $pid The problem lies when I pipe the output of grep into read. That part does not seem to work the way I want... (4 Replies)
Discussion started by: kermit
4 Replies

5. UNIX for Advanced & Expert Users

DNS forwards

I have to put in an Forward from an ip adress to another in our DNS , anyone know how to do that i pretty sure i have to put in somewhere in the named files but where? I tryed to put it in like an CNAME but it didn't work. any suggestions? /Nick (2 Replies)
Discussion started by: sajjan2
2 Replies

6. Shell Programming and Scripting

I dont want to know any search engines

I just want to know where I can download it on this website plz (1 Reply)
Discussion started by: memattmyself
1 Replies
Login or Register to Ask a Question
Bio::Structure::Chain(3pm)				User Contributed Perl Documentation				Bio::Structure::Chain(3pm)

NAME
Bio::Structure::Chain - Bioperl structure Object, describes a chain SYNOPSIS
#add synopsis here DESCRIPTION
This object stores a Bio::Structure::Chain FEEDBACK
Mailing Lists User feedback is an integral part of the evolution of this and other Bioperl modules. Send your comments and suggestions preferably to one of the Bioperl mailing lists. Your participation is much appreciated. bioperl-l@bioperl.org - General discussion http://bioperl.org/wiki/Mailing_lists - About the mailing lists Support Please direct usage questions or support issues to the mailing list: bioperl-l@bioperl.org rather than to the module maintainer directly. Many experienced and reponsive experts will be able look at the problem and quickly address it. Please include a thorough description of the problem with code and data examples if at all possible. Reporting Bugs Report bugs to the Bioperl bug tracking system to help us keep track the bugs and their resolution. Bug reports can be submitted via the web: https://redmine.open-bio.org/projects/bioperl/ AUTHOR - Kris Boulez Email kris.boulez@algonomics.com APPENDIX
The rest of the documentation details each of the object methods. Internal methods are usually preceded with a _ new() Title : new() Usage : $struc = Bio::Structure::Chain->new( -id => 'human_id', -accession_number => 'AL000012', ); Function: Returns a new Bio::Structure::Chain object from basic constructors. Usually called from Bio::Structure::IO. Returns : a new Bio::Structure::Chain object residue() Title : residue Usage : Function: nothing useful until I get symbolic references to do what I want Returns : Args : add_residue() Title : add_residue Usage : Function: nothing useful until I get symbolic references to do what I want Returns : Args : model() Title : model Usage : Function: nothing useful until I get symbolic references to do what I want Returns : Args : id() Title : id Usage : $chain->id("chain B") Function: Gets/sets the ID for this chain Returns : the ID Args : the ID _remove_residues() Title : _remove_residues Usage : Function: Returns : Args : _remove_model() Title : _remove_model Usage : Function: Removes the Model this Chain is atttached to. Returns : Args : _grandparent() Title : _grandparent Usage : Function: get/set a symbolic reference to our grandparent Returns : Args : perl v5.14.2 2012-03-02 Bio::Structure::Chain(3pm)