Package org.drools.traits.core.factmodel
Class TripleFactoryImpl
- java.lang.Object
-
- org.drools.traits.core.factmodel.TripleFactoryImpl
-
- All Implemented Interfaces:
java.io.Serializable,TripleFactory
public class TripleFactoryImpl extends java.lang.Object implements TripleFactory
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TripleFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TriplenewTriple(java.lang.Object subject, java.lang.Object predicate, java.lang.Object object)TriplenewTriple(java.lang.Object subject, java.lang.String predicate, java.lang.Object object)
-
-
-
Method Detail
-
newTriple
public Triple newTriple(java.lang.Object subject, java.lang.String predicate, java.lang.Object object)
- Specified by:
newTriplein interfaceTripleFactory
-
newTriple
public Triple newTriple(java.lang.Object subject, java.lang.Object predicate, java.lang.Object object)
- Specified by:
newTriplein interfaceTripleFactory
-
-