|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodeValue
A value associated with the Node that can rank it in relation to the other nodes produced by the clustering algorithm.
| Method Summary | |
|---|---|
OntologyEntry |
getDataType()
Returns the value of this NodeValue object's dataType attribute. |
java.lang.String |
getName()
Returns the value of this NodeValue object's name attribute. |
OntologyEntry |
getScale()
Returns the value of this NodeValue object's scale attribute. |
OntologyEntry |
getType()
Returns the value of this NodeValue object's type attribute. |
java.lang.String |
getValue()
Returns the value of this NodeValue object's value attribute. |
void |
setDataType(OntologyEntry p_dataType)
Sets the dataType attribute. |
void |
setName(java.lang.String p_name)
Sets the name attribute. |
void |
setScale(OntologyEntry p_scale)
Sets the scale attribute. |
void |
setType(OntologyEntry p_type)
Sets the type attribute. |
void |
setValue(java.lang.String p_value)
Sets the value attribute. |
| Methods inherited from interface gov.nih.nci.mageom.domain.Extendable |
|---|
getPropertySets, setPropertySets |
| Method Detail |
|---|
void setName(java.lang.String p_name)
NodeValue object.
p_name - The new value for name.getName()java.lang.String getName()
NodeValue object's name attribute.
Description of name:
The name for this value.
String The value of name.void setValue(java.lang.String p_value)
NodeValue object.
p_value - The new value for value.getValue()java.lang.String getValue()
NodeValue object's value attribute.
Description of value:
The value for this NodeValue.
any The value of value.void setScale(OntologyEntry p_scale)
NodeValue object.
p_scale - The new value for scale.getScale()OntologyEntry getScale()
NodeValue object's scale attribute.
gov.nih.nci.mageom.bean.Description.OntologyEntry The value of scale.OntologyEntryvoid setDataType(OntologyEntry p_dataType)
NodeValue object.
p_dataType - The new value for dataType.getDataType()OntologyEntry getDataType()
NodeValue object's dataType attribute.
gov.nih.nci.mageom.bean.Description.OntologyEntry The value of dataType.OntologyEntryvoid setType(OntologyEntry p_type)
NodeValue object.
p_type - The new value for type.getType()OntologyEntry getType()
NodeValue object's type attribute.
gov.nih.nci.mageom.bean.Description.OntologyEntry The value of type.OntologyEntry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||