com.ontotext.ordi.wrappers
Class SesameTripleImpl
java.lang.Object
com.ontotext.ordi.wrappers.SesameTripleImpl
- All Implemented Interfaces:
- java.io.Serializable, Triple
public class SesameTripleImpl
- extends java.lang.Object
- implements Triple
Title:
Description:
Copyright: Copyright (c) 2004-2005
Company: Ontotext Lab., Sirma AI
- Version:
- 1.0
- Author:
- unascribed
- See Also:
- Serialized Form
|
Constructor Summary |
SesameTripleImpl(org.openrdf.model.Resource s,
org.openrdf.model.URI p,
org.openrdf.model.Value v)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SesameTripleImpl
public SesameTripleImpl(org.openrdf.model.Resource s,
org.openrdf.model.URI p,
org.openrdf.model.Value v)
subject
public org.wsmo.common.Identifier subject()
- Specified by:
subject in interface Triple
predicate
public org.wsmo.common.IRI predicate()
- Specified by:
predicate in interface Triple
object
public java.lang.Object object()
- Specified by:
object in interface Triple