org.drools.core.util
Class TripleFactoryImpl
java.lang.Object
org.drools.core.util.TripleFactoryImpl
- All Implemented Interfaces:
- Serializable, TripleFactory
public class TripleFactoryImpl
- extends Object
- implements TripleFactory
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TripleFactoryImpl
public TripleFactoryImpl()
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-2012 JBoss by Red Hat. All Rights Reserved.