public static class HyperGraph.HyperEdge
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<com.fluidops.fedx.algebra.StatementSource> |
label |
HyperGraph.Vertex |
obj |
HyperGraph.Vertex |
pred |
HyperGraph.Vertex |
subj |
Constructor and Description |
---|
HyperEdge(HyperGraph.Vertex subject,
HyperGraph.Vertex predicate,
HyperGraph.Vertex object)
A hyperedge constructor.
|
public final HyperGraph.Vertex subj
public final HyperGraph.Vertex pred
public final HyperGraph.Vertex obj
public final java.util.ArrayList<com.fluidops.fedx.algebra.StatementSource> label
public HyperEdge(HyperGraph.Vertex subject, HyperGraph.Vertex predicate, HyperGraph.Vertex object)
subject
- Subject vertex and head of the hyperedgepredicate
- Predicate Vertexobject
- Object Vertesx