public class Entity extends Individual
| Constructor and Description |
|---|
Entity(String entityURI) |
Entity(String entityURI,
String entityLabel) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParents(Collection<Individual> parents) |
void |
addSubEntitities(Collection<SubEntity> subEntities) |
void |
addSubEntity(SubEntity subEntity) |
String |
getEntityLabel() |
String |
getEntityURI() |
Set<Individual> |
getParents() |
Set<SubEntity> |
getSubEntities() |
void |
setEntityLabel(String label) |
getIndividualLabel, getIndividualURI, setIndividualLabelpublic Entity(String entityURI)
public String getEntityURI()
public String getEntityLabel()
public void setEntityLabel(String label)
public Set<Individual> getParents()
public void addSubEntity(SubEntity subEntity)
public void addSubEntitities(Collection<SubEntity> subEntities)
public void addParents(Collection<Individual> parents)
Copyright © 2022. All rights reserved.