public class Edge extends Object implements slib.sglib.model.graph.elements.E
E
interface.E
Constructor and Description |
---|
Edge(org.openrdf.model.URI source,
org.openrdf.model.URI predicate,
org.openrdf.model.URI target)
Create an edge considering the given arguments.
|
public Edge(org.openrdf.model.URI source, org.openrdf.model.URI predicate, org.openrdf.model.URI target)
source
- the source of the edge, must not be nullpredicate
- the predicate (type) of the edge, must not be nulltarget
- the target of the edge, must not be nullpublic org.openrdf.model.URI getSource()
getSource
in interface slib.sglib.model.graph.elements.E
public org.openrdf.model.URI getTarget()
getTarget
in interface slib.sglib.model.graph.elements.E
public org.openrdf.model.URI getURI()
getURI
in interface slib.sglib.model.graph.elements.E
Copyright © 2014. All rights reserved.