XJoinPath Data Type

Represents a path associated with chain.

Java class for x_join_path complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="x_join_path">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="edges" type="{uri:lens:cube:0.1}x_join_edges"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Properties
name data type description
edges XJoinEdges

Example

{
  "edges" : {
    "edge" : [ [ {
      "from" : { },
      "to" : { }
    }, {
      "from" : { },
      "to" : { }
    } ], [ {
      "from" : { },
      "to" : { }
    }, {
      "from" : { },
      "to" : { }
    } ] ]
  }
}