Uses of Interface
org.drools.traits.core.factmodel.Triple
-
Packages that use Triple Package Description org.drools.traits.core.factmodel -
-
Uses of Triple in org.drools.traits.core.factmodel
Classes in org.drools.traits.core.factmodel that implement Triple Modifier and Type Class Description classTripleImplMethods in org.drools.traits.core.factmodel that return Triple Modifier and Type Method Description TripleTripleStore. get(Triple triple)TripleTripleBasedTypes. getProxyTripleByTraitType(Object key)TripleTripleFactory. newTriple(Object subject, Object predicate, Object object)TripleTripleFactory. newTriple(Object subject, String predicate, Object object)TripleTripleFactoryImpl. newTriple(Object subject, Object predicate, Object object)TripleTripleFactoryImpl. newTriple(Object subject, String predicate, Object object)protected TripleTraitProxyImpl. property(String property, Object value)protected TripleTripleBasedStruct. property(String property, Object value)protected TripleTraitProxyImpl. propertyKey(Object property)protected TripleTraitProxyImpl. propertyKey(String property)protected TripleTripleBasedStruct. propertyKey(Object property)protected TripleTripleBasedStruct. propertyKey(String property)Methods in org.drools.traits.core.factmodel that return types with arguments of type Triple Modifier and Type Method Description Collection<Triple>TripleStore. getAll(Triple triple)protected Collection<Triple>TripleBasedStruct. getTriplesForSubject(Object subj)Methods in org.drools.traits.core.factmodel with parameters of type Triple Modifier and Type Method Description booleanTripleStore. add(Triple triple)booleanTripleStore. contains(Triple triple)TripleTripleStore. get(Triple triple)Collection<Triple>TripleStore. getAll(Triple triple)booleanTripleStore. put(Triple triple)booleanTripleStore. put(Triple triple, boolean checkExists)booleanTripleStore. remove(Triple triple)intTripleStore. removeAll(Triple triple)
-