org.drools.core.util
Class TripleFactoryImpl

java.lang.Object
  extended by org.drools.core.util.TripleFactoryImpl
All Implemented Interfaces:
Serializable, TripleFactory

public class TripleFactoryImpl
extends Object
implements TripleFactory

See Also:
Serialized Form

Constructor Summary
TripleFactoryImpl()
           
 
Method Summary
 Triple newTriple(Object subject, Object predicate, Object object)
           
 Triple newTriple(Object subject, String predicate, Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TripleFactoryImpl

public TripleFactoryImpl()
Method Detail

newTriple

public Triple newTriple(Object subject,
                        String predicate,
                        Object object)
Specified by:
newTriple in interface TripleFactory

newTriple

public Triple newTriple(Object subject,
                        Object predicate,
                        Object object)
Specified by:
newTriple in interface TripleFactory


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.