Package | Description |
---|---|
org.linqs.psl.utils.dataloading.graph |
Modifier and Type | Method and Description |
---|---|
Entity<ET,RT> |
Graph.createEntity(int id,
ET type) |
abstract Entity<ET,RT> |
Relation.get(int pos) |
Entity<ET,RT> |
BinaryRelation.get(int pos) |
Entity<ET,RT> |
Graph.getEntity(int id,
ET type) |
Entity<ET,RT> |
BinaryRelation.getFirst() |
Entity<ET,RT> |
Graph.getorCreateEntity(int id,
ET type) |
Entity<ET,RT> |
BinaryRelation.getSecond() |
Modifier and Type | Method and Description |
---|---|
Set<Entity<ET,RT>> |
Subgraph.getEntities(ET type) |
Iterator<Entity<ET,RT>> |
Graph.getEntities(ET type) |
Modifier and Type | Method and Description |
---|---|
boolean |
Subgraph.containsEntity(Entity<ET,RT> entity) |
boolean |
Graph.deleteEntity(Entity<ET,RT> e) |
Constructor and Description |
---|
BinaryRelation(RT type,
Entity<ET,RT> _first,
Entity<ET,RT> _second) |
BinaryRelation(RT type,
Entity<ET,RT> _first,
Entity<ET,RT> _second) |
Copyright © 2018 University of California, Santa Cruz. All rights reserved.