public class GAINEntities.Entities
extends java.lang.Object
Constructor and Description |
---|
GAINEntities.Entities()
Instantiates a new entities.
|
GAINEntities.Entities(java.lang.String is,
java.lang.String ilod,
java.lang.String itype,
java.lang.String ilabel,
java.lang.String tplabel,
java.lang.String entityType,
double ic,
double ir)
Instantiates a new entities.
|
GAINEntities.Entities(java.lang.String is,
java.lang.String ilod,
java.lang.String itype,
java.lang.String ilabel,
java.lang.String tplabel,
java.lang.String entityType,
double ic,
double ir,
java.util.HashMap<java.lang.String,java.lang.Double> hs)
Instantiates a new entities.
|
Modifier and Type | Method and Description |
---|---|
double |
getEntityConfidence()
Gets the entity confidence.
|
java.lang.String |
getEntityLabel()
Gets the entity label.
|
java.lang.String |
getEntityLod()
Gets the entity lod.
|
double |
getEntityRelevance()
Gets the entity relevance.
|
java.lang.String |
getEntitySource()
Gets the entity source.
|
java.lang.String |
getEntityType()
Gets the entity type.
|
java.lang.String |
getEntityTypeLabel()
Gets the entity type label.
|
java.lang.String |
getIType()
Gets the i type.
|
java.util.HashMap<java.lang.String,java.lang.Double> |
getNewconcs()
Gets the newconcs.
|
void |
setEntityConfidence(double ic)
Sets the entity confidence.
|
void |
setEntityLabel(java.lang.String ilabel)
Sets the entity label.
|
void |
setEntityLod(java.lang.String ilod)
Sets the entity lod.
|
void |
setEntityRelevance(double ir)
Sets the entity relevance.
|
void |
setEntitySource(java.lang.String is)
Sets the entity source.
|
void |
setEntityType(java.lang.String intype)
Sets the entity type.
|
void |
setEntityTypeLabel(java.lang.String intype)
Sets the entity type label.
|
void |
setIType(java.lang.String itype)
Sets the i type.
|
public GAINEntities.Entities()
public GAINEntities.Entities(java.lang.String is, java.lang.String ilod, java.lang.String itype, java.lang.String ilabel, java.lang.String tplabel, java.lang.String entityType, double ic, double ir, java.util.HashMap<java.lang.String,java.lang.Double> hs)
is
- the isilod
- the iloditype
- the itypeilabel
- the ilabeltplabel
- the tplabelentityType
- the entity typeic
- the icir
- the irhs
- the hspublic GAINEntities.Entities(java.lang.String is, java.lang.String ilod, java.lang.String itype, java.lang.String ilabel, java.lang.String tplabel, java.lang.String entityType, double ic, double ir)
is
- the isilod
- the iloditype
- the itypeilabel
- the ilabeltplabel
- the tplabelentityType
- the entity typeic
- the icir
- the irpublic java.util.HashMap<java.lang.String,java.lang.Double> getNewconcs()
public java.lang.String getEntityTypeLabel()
public void setEntityTypeLabel(java.lang.String intype)
intype
- the new entity type labelpublic java.lang.String getEntityType()
public void setEntityType(java.lang.String intype)
intype
- the new entity typepublic java.lang.String getEntitySource()
public void setEntitySource(java.lang.String is)
is
- the new entity sourcepublic java.lang.String getEntityLod()
public void setEntityLod(java.lang.String ilod)
ilod
- the new entity lodpublic java.lang.String getIType()
public void setIType(java.lang.String itype)
itype
- the new i typepublic java.lang.String getEntityLabel()
public void setEntityLabel(java.lang.String ilabel)
ilabel
- the new entity labelpublic double getEntityConfidence()
public void setEntityConfidence(double ic)
ic
- the new entity confidencepublic double getEntityRelevance()
public void setEntityRelevance(double ir)
ir
- the new entity relevance