Uses of Interface
org.drools.core.util.Triple

Packages that use Triple
org.drools.core.util   
org.drools.factmodel.traits   
 

Uses of Triple in org.drools.core.util
 

Classes in org.drools.core.util that implement Triple
 class TripleImpl
           
 

Methods in org.drools.core.util that return Triple
 Triple TripleStore.get(Triple triple)
           
 

Methods in org.drools.core.util that return types with arguments of type Triple
 Collection<Triple> TripleStore.getAll(Triple triple)
           
 

Methods in org.drools.core.util with parameters of type Triple
 boolean TripleStore.add(Triple triple)
           
 boolean TripleStore.contains(Triple triple)
           
 Triple TripleStore.get(Triple triple)
           
 Collection<Triple> TripleStore.getAll(Triple triple)
           
 boolean TripleStore.put(Triple triple)
           
 boolean TripleStore.put(Triple triple, boolean checkExists)
           
 boolean TripleStore.remove(Triple triple)
           
 int TripleStore.removeAll(Triple triple)
           
 

Uses of Triple in org.drools.factmodel.traits
 

Methods in org.drools.factmodel.traits that return Triple
 Triple TripleBasedTypes.getProxyTripleByTraitType(Object key)
           
 

Methods in org.drools.factmodel.traits that return types with arguments of type Triple
protected  Collection<Triple> TripleBasedStruct.getTriplesForSubject(Object subj)
           
 



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