com.ontotext.ordi.wrappers
Class SesameTripleImpl

java.lang.Object
  extended by 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)
           
 
Method Summary
 java.lang.Object object()
           
 org.wsmo.common.IRI predicate()
           
 org.wsmo.common.Identifier subject()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SesameTripleImpl

public SesameTripleImpl(org.openrdf.model.Resource s,
                        org.openrdf.model.URI p,
                        org.openrdf.model.Value v)
Method Detail

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