Package | Description |
---|---|
org.linqs.psl.utils.dataloading.graph |
Modifier and Type | Class and Description |
---|---|
class |
BinaryRelation<ET extends EntityType,RT extends RelationType> |
Modifier and Type | Method and Description |
---|---|
Collection<Relation<ET,RT>> |
Entity.getAllRelations() |
Iterable<Relation<ET,RT>> |
Entity.getAllRelations(Subgraph<ET,RT> subgraph) |
Set<Relation<ET,RT>> |
Subgraph.getRelations(RT type) |
Set<Relation<ET,RT>> |
Entity.getRelations(RT relType) |
Iterable<Relation<ET,RT>> |
Entity.getRelations(RT relType,
Subgraph<ET,RT> subgraph) |
Modifier and Type | Method and Description |
---|---|
boolean |
Entity.addRelation(Relation<ET,RT> rel) |
Copyright © 2018 University of California, Santa Cruz. All rights reserved.