hi

Iterator<Edge> it = outEdge.iterator();

*while*(it.hasNext())

{

                      

System.*out*.println(graph.getVertex(target.getId())+"------->"+it
.next().getLabel());

}

using  above logic I can able to get the vertex name and  label of the 
edges then I want get  properties of that vertex class also 

a------outedge----> 1
a<-----inedge-------2
b------outedge----> 3
c<-----inedge-------4
c------outedge----> 5
b<-----inedge-------6
a,b,c are the class (vertex) 1,2,3,4,5,6 are the edges
now I want get properties of a,b,c
thanks






On Friday, May 27, 2016 at 5:41:24 PM UTC+5:30, [email protected] wrote:

> Hi,
>
> 1) Could you explain it better?
> 2) Do you have a query example to post?
> 3) Could you post your schema?
>
> Regards,
> Michela
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to