public class Entity<ET extends EntityType,RT extends RelationType> extends HasAttributes
Modifier and Type | Method and Description |
---|---|
boolean |
addRelation(Relation<ET,RT> rel) |
boolean |
equals(Object oth) |
Collection<Relation<ET,RT>> |
getAllRelations() |
Iterable<Relation<ET,RT>> |
getAllRelations(Subgraph<ET,RT> subgraph) |
int |
getDegree() |
int |
getId() |
Set<Relation<ET,RT>> |
getRelations(RT relType) |
Iterable<Relation<ET,RT>> |
getRelations(RT relType,
Subgraph<ET,RT> subgraph) |
ET |
getType() |
int |
hashCode() |
boolean |
hasType(ET _type) |
getAttribute, getAttribute, setAttribute
Copyright © 2018 University of California, Santa Cruz. All rights reserved.