public class Subgraph<ET extends EntityType,RT extends RelationType> extends Object
Constructor and Description |
---|
Subgraph() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsEntity(Entity<ET,RT> entity) |
Set<Entity<ET,RT>> |
getEntities(ET type) |
Set<Relation<ET,RT>> |
getRelations(RT type) |
int |
size() |
Copyright © 2018 University of California, Santa Cruz. All rights reserved.