public class RdfTriple extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RdfTriple.EmptyPart |
static class |
RdfTriple.LiteralPart |
static class |
RdfTriple.Part |
static class |
RdfTriple.UriPart |
| Constructor and Description |
|---|
RdfTriple(RdfTriple.Part first,
RdfTriple.Part second,
RdfTriple.Part third,
RdfTriple.Part forth) |
| Modifier and Type | Method and Description |
|---|---|
RdfTriple.Part |
getFirst() |
RdfTriple.Part |
getForth() |
RdfTriple.Part |
getSecond() |
RdfTriple.Part |
getThird() |
public RdfTriple(RdfTriple.Part first, RdfTriple.Part second, RdfTriple.Part third, RdfTriple.Part forth)
public RdfTriple.Part getFirst()
public RdfTriple.Part getSecond()
public RdfTriple.Part getThird()
public RdfTriple.Part getForth()
Copyright © 2013–2017 V5 Analytics. All rights reserved.