Package | Description |
---|---|
org.linqs.psl.utils.graph | |
org.linqs.psl.utils.graph.memory | |
org.linqs.psl.utils.graph.weight |
Modifier and Type | Method and Description |
---|---|
Relationship |
Node.createRelationship(String type,
Node n) |
Modifier and Type | Method and Description |
---|---|
Iterator<? extends Relationship> |
Node.getRelationshipIterator() |
Iterator<? extends Relationship> |
Node.getRelationshipIterator(String type) |
Iterable<? extends Relationship> |
Node.getRelationships() |
Iterable<? extends Relationship> |
Node.getRelationships(String type) |
Modifier and Type | Class and Description |
---|---|
class |
MemoryRelationship |
Modifier and Type | Method and Description |
---|---|
Relationship |
MemoryNode.createRelationship(String type,
Node n) |
Relationship |
MemoryProperty.createRelationship(String type,
Node n) |
Modifier and Type | Method and Description |
---|---|
double |
HashRelationshipWeighter.getWeight(Relationship r) |
double |
RelationshipWeighter.getWeight(Relationship r) |
void |
HashRelationshipWeighter.setWeight(Relationship r,
Double w) |
Copyright © 2018 University of California, Santa Cruz. All rights reserved.