Modifier and Type | Field and Description |
---|---|
static float |
DEFAULT_RELEVANCE |
protected Entity |
objectEntity |
protected List<URI> |
relation |
protected String |
relationByTool |
protected String |
relationLabel |
protected float |
relevance |
protected Entity |
subjectEntity |
protected String |
tool |
Constructor and Description |
---|
Relation(Entity subjectEntity,
String relationLabel,
String relationByTool,
Entity objectEntity,
List<URI> relation,
String tool,
float relevance)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Entity |
getObjectEntity() |
List<URI> |
getRelation() |
String |
getRelationByTool() |
String |
getRelationLabel() |
float |
getRelevance() |
Entity |
getSubjectEntity() |
String |
getToolName() |
String |
toString() |
public static final float DEFAULT_RELEVANCE
protected Entity subjectEntity
protected String relationLabel
protected String relationByTool
protected Entity objectEntity
protected String tool
protected float relevance
public Entity getSubjectEntity()
public String getRelationLabel()
public Entity getObjectEntity()
public String getRelationByTool()
public String getToolName()
getToolName
in interface IData
public float getRelevance()
Copyright © 2024. All rights reserved.