| Package | Description |
|---|---|
| org.drools.core.util |
| 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–2021 JBoss by Red Hat. All rights reserved.