Package | Description |
---|---|
org.linqs.psl.utils.graph | |
org.linqs.psl.utils.graph.memory |
Modifier and Type | Method and Description |
---|---|
Property |
Node.createProperty(String type,
Object attribute) |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends Property> |
Node.getProperties() |
Iterable<? extends Property> |
Node.getProperties(String type) |
Iterator<? extends Property> |
Node.getPropertyIterator() |
Iterator<? extends Property> |
Node.getPropertyIterator(String type) |
Modifier and Type | Class and Description |
---|---|
class |
MemoryProperty |
Modifier and Type | Method and Description |
---|---|
Property |
MemoryNode.createProperty(String type,
Object attribute) |
Property |
MemoryProperty.createProperty(String type,
Object attribute) |
Copyright © 2018 University of California, Santa Cruz. All rights reserved.