|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nih.nci.mageom.domain.impl.MAGEOMObject
gov.nih.nci.mageom.domain.impl.ExtendableImpl
gov.nih.nci.mageom.domain.HigherLevelAnalysis.impl.NodeValueImpl
public class NodeValueImpl
A value associated with the Node that can rank it in relation to the other nodes produced by the clustering algorithm.
| Field Summary | |
|---|---|
protected static java.util.ArrayList |
allAssociationMethods
|
protected static java.util.Hashtable |
associationMethods
|
protected OntologyEntry |
dataType
DOCUMENT ME |
protected java.lang.Long |
dataTypeId
The internal ID of the associated dataType object. |
protected java.lang.String |
name
The name for this value. |
protected OntologyEntry |
scale
DOCUMENT ME |
protected java.lang.Long |
scaleId
The internal ID of the associated scale object. |
protected OntologyEntry |
type
DOCUMENT ME |
protected java.lang.Long |
typeId
The internal ID of the associated type object. |
protected java.lang.String |
value
The value for this NodeValue. |
| Fields inherited from class gov.nih.nci.mageom.domain.impl.ExtendableImpl |
|---|
propertySets, propertySetsCount, securedElementId |
| Constructor Summary | |
|---|---|
NodeValueImpl()
Default constructor |
|
| 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. |
java.util.Hashtable |
getXMLMethodDescriptors()
Returns a Hashtable containing XMLMethodDescriptors descriptors of
the association methods of this object. |
protected void |
init()
|
NodeValue[] |
searchNodeValues(NodeValueSearchCriteria criteria)
Returns an array of NodeValue objects that
satisfy the given NodeValueSearchCriteria. |
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. |
java.lang.String |
toString()
Returns a String representation of this object suitable for console display. |
org.w3c.dom.Element |
toXML(org.w3c.dom.Document doc)
|
org.w3c.dom.Element |
toXMLDoc(org.w3c.dom.Document doc)
|
org.w3c.dom.Element |
toXMLProcessor(org.w3c.dom.Document doc,
java.util.ArrayList fillOutValues)
Returns an XML representation of the object. |
| Methods inherited from class gov.nih.nci.mageom.domain.impl.ExtendableImpl |
|---|
getPropertySets, getPropertySetsCount, getSecuredElementId, searchExtendables, setPropertySets, setSecuredElementId |
| Methods inherited from class gov.nih.nci.mageom.domain.impl.MAGEOMObject |
|---|
getId, getIsEditable, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface gov.nih.nci.mageom.domain.Extendable |
|---|
getPropertySets, setPropertySets |
| Field Detail |
|---|
protected static java.util.ArrayList allAssociationMethods
protected static java.util.Hashtable associationMethods
protected java.lang.String name
protected java.lang.String value
protected OntologyEntry scale
protected java.lang.Long scaleId
protected OntologyEntry dataType
protected java.lang.Long dataTypeId
protected OntologyEntry type
protected java.lang.Long typeId
| Constructor Detail |
|---|
public NodeValueImpl()
| Method Detail |
|---|
protected void init()
init in class ExtendableImpl
public NodeValue[] searchNodeValues(NodeValueSearchCriteria criteria)
throws gov.nih.nci.common.search.SearchException
NodeValue objects that
satisfy the given NodeValueSearchCriteria.
criteria - The NodeValueSearchCriteria
which represents a query for NodeValue objects.
NodeValue objects.
A - gov.nih.nci.common.search.SearchException if there is a problem searching.
gov.nih.nci.common.search.SearchExceptionpublic void setName(java.lang.String p_name)
NodeValue object.
setName in interface NodeValuep_name - The new value for name.NodeValue.getName()public java.lang.String getName()
NodeValueNodeValue object's name attribute.
Description of name:
The name for this value.
getName in interface NodeValueString The value of name.NodeValue.getName()public void setValue(java.lang.String p_value)
NodeValue object.
setValue in interface NodeValuep_value - The new value for value.NodeValue.getValue()public java.lang.String getValue()
NodeValueNodeValue object's value attribute.
Description of value:
The value for this NodeValue.
getValue in interface NodeValueany The value of value.NodeValue.getValue()public void setScale(OntologyEntry p_scale)
NodeValue object.
setScale in interface NodeValuep_scale - The new value for scale.NodeValue.getScale()public OntologyEntry getScale()
NodeValueNodeValue object's scale attribute.
getScale in interface NodeValuegov.nih.nci.mageom.bean.Description.OntologyEntry The value of scale.NodeValue.getScale()public void setDataType(OntologyEntry p_dataType)
NodeValue object.
setDataType in interface NodeValuep_dataType - The new value for dataType.NodeValue.getDataType()public OntologyEntry getDataType()
NodeValueNodeValue object's dataType attribute.
getDataType in interface NodeValuegov.nih.nci.mageom.bean.Description.OntologyEntry The value of dataType.NodeValue.getDataType()public void setType(OntologyEntry p_type)
NodeValue object.
setType in interface NodeValuep_type - The new value for type.NodeValue.getType()public OntologyEntry getType()
NodeValueNodeValue object's type attribute.
getType in interface NodeValuegov.nih.nci.mageom.bean.Description.OntologyEntry The value of type.NodeValue.getType()public org.w3c.dom.Element toXML(org.w3c.dom.Document doc)
toXML in class ExtendableImplpublic org.w3c.dom.Element toXMLDoc(org.w3c.dom.Document doc)
toXMLDoc in class ExtendableImpl
public org.w3c.dom.Element toXMLProcessor(org.w3c.dom.Document doc,
java.util.ArrayList fillOutValues)
toXMLProcessor in class ExtendableImpldoc - the working documentfillOutValues - a list of attribute names that should have
full XML for their values.
public java.util.Hashtable getXMLMethodDescriptors()
XMLMethodDescriptors descriptors of
the association methods of this object.
getXMLMethodDescriptors in class ExtendableImplpublic java.lang.String toString()
toString in class ExtendableImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||