|
||||||||||
| 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.impl.DescribableImpl
gov.nih.nci.mageom.domain.HigherLevelAnalysis.impl.NodeImpl
public class NodeImpl
An individual component of a clustering. May contain other nodes.
| Field Summary | |
|---|---|
protected static java.util.ArrayList |
allAssociationMethods
|
protected static java.util.Hashtable |
associationMethods
|
protected NodeContents[] |
nodeContents
DOCUMENT ME |
protected int |
nodeContentsCount
The count of NodeContents objects. |
protected Node[] |
nodes
DOCUMENT ME |
protected int |
nodesCount
The count of Node objects. |
protected NodeValue[] |
nodeValue
DOCUMENT ME |
protected int |
nodeValueCount
The count of NodeValue objects. |
| Fields inherited from class gov.nih.nci.mageom.domain.impl.DescribableImpl |
|---|
auditTrail, auditTrailCount, descriptions, descriptionsCount, security, securityId |
| Fields inherited from class gov.nih.nci.mageom.domain.impl.ExtendableImpl |
|---|
propertySets, propertySetsCount, securedElementId |
| Constructor Summary | |
|---|---|
NodeImpl()
Default constructor |
|
| Method Summary | |
|---|---|
NodeContents[] |
getNodeContents()
Returns the value of this Node object's nodeContents attribute. |
int |
getNodeContentsCount()
Returns the count of all NodeContents
associated with this Node object. |
Node[] |
getNodes()
Returns the value of this Node object's nodes attribute. |
int |
getNodesCount()
Returns the count of all Node
associated with this Node object. |
NodeValue[] |
getNodeValue()
Returns the value of this Node object's nodeValue attribute. |
int |
getNodeValueCount()
Returns the count of all NodeValue
associated with this Node object. |
java.util.Hashtable |
getXMLMethodDescriptors()
Returns a Hashtable containing XMLMethodDescriptors descriptors of
the association methods of this object. |
protected void |
init()
|
Node[] |
searchNodes(NodeSearchCriteria criteria)
Returns an array of Node objects that
satisfy the given NodeSearchCriteria. |
void |
setNodeContents(NodeContents[] p_nodeContents)
Sets the nodeContents attribute. |
void |
setNodes(Node[] p_nodes)
Sets the nodes attribute. |
void |
setNodeValue(NodeValue[] p_nodeValue)
Sets the nodeValue 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.DescribableImpl |
|---|
getAuditTrail, getAuditTrailCount, getDescriptions, getDescriptionsCount, getSecurity, searchDescribables, setAuditTrail, setDescriptions, setSecurity |
| 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.Describable |
|---|
getAuditTrail, getDescriptions, getSecurity, setAuditTrail, setDescriptions, setSecurity |
| 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 int nodesCount
protected Node[] nodes
protected int nodeContentsCount
protected NodeContents[] nodeContents
protected int nodeValueCount
protected NodeValue[] nodeValue
| Constructor Detail |
|---|
public NodeImpl()
| Method Detail |
|---|
protected void init()
init in class DescribableImpl
public Node[] searchNodes(NodeSearchCriteria criteria)
throws gov.nih.nci.common.search.SearchException
Node objects that
satisfy the given NodeSearchCriteria.
criteria - The NodeSearchCriteria
which represents a query for Node objects.
Node objects.
A - gov.nih.nci.common.search.SearchException if there is a problem searching.
gov.nih.nci.common.search.SearchExceptionpublic void setNodes(Node[] p_nodes)
Node object.
setNodes in interface Nodep_nodes - The new value for nodes.Node.getNodes()public Node[] getNodes()
NodeNode object's nodes attribute.
getNodes in interface Nodegov.nih.nci.mageom.bean.HigherLevelAnalysis.Node[] The value of nodes.Node.getNodes()public void setNodeContents(NodeContents[] p_nodeContents)
Node object.
setNodeContents in interface Nodep_nodeContents - The new value for nodeContents.Node.getNodeContents()public NodeContents[] getNodeContents()
NodeNode object's nodeContents attribute.
getNodeContents in interface Nodegov.nih.nci.mageom.bean.HigherLevelAnalysis.NodeContents[] The value of nodeContents.Node.getNodeContents()public void setNodeValue(NodeValue[] p_nodeValue)
Node object.
setNodeValue in interface Nodep_nodeValue - The new value for nodeValue.Node.getNodeValue()public NodeValue[] getNodeValue()
NodeNode object's nodeValue attribute.
getNodeValue in interface Nodegov.nih.nci.mageom.bean.HigherLevelAnalysis.NodeValue[] The value of nodeValue.Node.getNodeValue()public int getNodesCount()
Node
associated with this Node object.
Node.getNodes()public int getNodeContentsCount()
NodeContents
associated with this Node object.
Node.getNodeContents()public int getNodeValueCount()
NodeValue
associated with this Node object.
Node.getNodeValue()public org.w3c.dom.Element toXML(org.w3c.dom.Document doc)
toXML in class DescribableImplpublic org.w3c.dom.Element toXMLDoc(org.w3c.dom.Document doc)
toXMLDoc in class DescribableImpl
public org.w3c.dom.Element toXMLProcessor(org.w3c.dom.Document doc,
java.util.ArrayList fillOutValues)
toXMLProcessor in class DescribableImpldoc - 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 DescribableImplpublic java.lang.String toString()
toString in class DescribableImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||