Package org.apache.jena.graph
Interface FrontsTriple
-
- All Known Subinterfaces:
Statement
- All Known Implementing Classes:
StatementImpl
public interface FrontsTriple
FrontsTriple (see also FrontsNode) is an interface for things that can be seen as wrappers round triples.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Triple
asTriple()
-
-
-
Method Detail
-
asTriple
Triple asTriple()
-
-