Package | Description |
---|---|
org.drools.core.factmodel.traits | |
org.drools.core.util |
Modifier and Type | Method and Description |
---|---|
Triple |
TripleBasedTypes.getProxyTripleByTraitType(Object key) |
protected Triple |
TripleBasedStruct.property(String property,
Object value) |
protected Triple |
TraitProxy.property(String property,
Object value) |
protected Triple |
TripleBasedStruct.propertyKey(Object property) |
protected Triple |
TraitProxy.propertyKey(Object property) |
protected Triple |
TripleBasedStruct.propertyKey(String property) |
protected Triple |
TraitProxy.propertyKey(String property) |
Modifier and Type | Method and Description |
---|---|
protected Collection<Triple> |
TripleBasedStruct.getTriplesForSubject(Object subj) |
Modifier and Type | Class and Description |
---|---|
class |
TripleImpl |
Modifier and Type | Method and Description |
---|---|
Triple |
TripleStore.get(Triple triple) |
Triple |
TripleFactoryImpl.newTriple(Object subject,
Object predicate,
Object object) |
Triple |
TripleFactory.newTriple(Object subject,
Object predicate,
Object object) |
Triple |
TripleFactoryImpl.newTriple(Object subject,
String predicate,
Object object) |
Triple |
TripleFactory.newTriple(Object subject,
String predicate,
Object object) |
Modifier and Type | Method and Description |
---|---|
Collection<Triple> |
TripleStore.getAll(Triple triple) |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.