public class Subgraph<ET extends EntityType,RT extends RelationType> extends Object
Subgraph()
boolean
containsEntity(Entity<ET,RT> entity)
Set<Entity<ET,RT>>
getEntities(ET type)
Set<Relation<ET,RT>>
getRelations(RT type)
int
size()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Subgraph()
public boolean containsEntity(Entity<ET,RT> entity)
public int size()
public Set<Entity<ET,RT>> getEntities(ET type)
public Set<Relation<ET,RT>> getRelations(RT type)