Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Embedded Neo4J SimplePaths
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Rehan  
View profile  
 More options Oct 9 2012, 11:46 pm
From: Rehan <rehan.az...@gmail.com>
Date: Tue, 9 Oct 2012 20:46:05 -0700 (PDT)
Local: Tues, Oct 9 2012 11:46 pm
Subject: Embedded Neo4J SimplePaths

Hi ,

Can any one put a quick example in Java for  how we can  get All Simple
Paths (with no loops) between two nodes.

Thanks and Best Regards,

Rehan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
杨军  
View profile  
 More options Oct 10 2012, 2:44 am
From: 杨军 <yangjun.chen...@gmail.com>
Date: Wed, 10 Oct 2012 14:44:32 +0800
Local: Wed, Oct 10 2012 2:44 am
Subject: Re: [Neo4j] Embedded Neo4J SimplePaths

 Expander expander = Traversal.expanderForTypes(TopoRels.LINK,
Direction.BOTH);
        expander = expander.addRelationsipFilter(new
ValuePredicate(minWeightValue, Consts.PROP_WEIGHT));
        PathFinder<Path> pathFinder =
GraphAlgoFactory.allSimplePaths(expander, maxNodeNum);
        Iterable<Path> paths = pathFinder.findAllPaths(startNode, endNode);

2012/10/10 Rehan <rehan.az...@gmail.com>

> Hi ,

> Can any one put a quick example in Java for  how we can  get All Simple
> Paths (with no loops) between two nodes.

> Thanks and Best Regards,

> Rehan

> --

--

Best regards,
yang jun
Tel:  028-85126877
Mob:  18608027881 <mailto:yangjun.chen...@gmail.com> <yangjun.chen...@gmail.com>
Chat: yangjun.chen...@gmail.com(gtalk)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mattias Persson  
View profile  
 More options Oct 10 2012, 9:03 am
From: Mattias Persson <matt...@neotechnology.com>
Date: Wed, 10 Oct 2012 15:03:10 +0200
Local: Wed, Oct 10 2012 9:03 am
Subject: Re: [Neo4j] Embedded Neo4J SimplePaths

GraphAlgoFactory#allSimplePaths

2012/10/10 杨军 <yangjun.chen...@gmail.com>

--
Mattias Persson, [matt...@neotechnology.com]
Hacker, Neo Technology
www.neotechnology.com

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »