Drools :: Core 6.1.0.Beta1

org.drools.core.util
Interface TripleFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
TripleFactoryImpl

public interface TripleFactory
extends Serializable


Method Summary
 Triple newTriple(Object subject, Object predicate, Object object)
           
 Triple newTriple(Object subject, String predicate, Object object)
           
 

Method Detail

newTriple

Triple newTriple(Object subject,
                 String predicate,
                 Object object)

newTriple

Triple newTriple(Object subject,
                 Object predicate,
                 Object object)

Drools :: Core 6.1.0.Beta1

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