public class GenericNode extends AcceleratorNode
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
m_strType |
channelSuite, m_bolIsSoft, m_bolStatus, m_bolValid, m_bucAlign, m_bucAper, m_bucTwiss, m_dblLen, m_dblPos, m_dblS, m_mapAttrs, m_objAccel, m_seqParent, m_strEId, m_strId, m_strPId| Modifier | Constructor and Description |
|---|---|
protected |
GenericNode(java.lang.String strId)
Creates a new instance of GenericNode.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getType()
Overriden to provide type signature
|
boolean |
isKindOf(java.lang.String compType)
Determine if this node is of the specified type.
|
static GenericNode |
newNode(java.lang.String strType,
java.lang.String strId)
Instantiate a new GenericNode
|
addBucket, channelSuite, clear, dataLabel, findChannel, getAccelerator, getAlign, getAndConnectChannel, getAper, getBucket, getBuckets, getChannel, getDesignPropertyValue, getEId, getHandles, getId, getLength, getLivePropertyChannels, getLivePropertyValue, getParent, getPId, getPitchAngle, getPosition, getPrimaryAncestor, getRollAngle, getSDisplay, getSoftType, getStatus, getTwiss, getValid, getXOffset, getYawAngle, getYOffset, getZOffset, hasBucket, hasParent, isMagnet, lazilyGetAndConnect, removeFromParent, setAccelerator, setAlign, setAper, setLength, setParent, setPitchAngle, setPosition, setRollAngle, setSDisplay, setStatus, setTwiss, setValid, setXOffset, setYawAngle, setYOffset, setZOffset, toString, update, writeprotected GenericNode(java.lang.String strId)
public java.lang.String getType()
getType in class AcceleratorNodepublic static GenericNode newNode(java.lang.String strType, java.lang.String strId)
public boolean isKindOf(java.lang.String compType)
isKindOf in interface ElementTypeisKindOf in class AcceleratorNodecompType - The type to compare against.