public class BCMonitor extends ThinElement
Element.SECTIONfmt, handleAsThick| Constructor and Description |
|---|
BCMonitor(double position)
Creates a new instance of BCMonitor
|
BCMonitor(java.lang.Double position)
Creates a new instance of BCMonitor
|
BCMonitor(double position,
double len)
Creates a new instance of BCMonitor
|
BCMonitor(java.lang.Double position,
java.lang.Double len)
Creates a new instance of BCMonitor
|
BCMonitor(double position,
double len,
java.lang.String name)
Creates a new instance of BCMonitor
|
BCMonitor(java.lang.Double position,
java.lang.Double len,
java.lang.String name)
Creates a new instance of BCMonitor
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v)
When called with a Visitor reference the implementor can either
reject to be visited (empty method body) or call the Visitor by
passing its own object reference.
|
java.lang.String |
getType()
Return the element type.
|
java.lang.String |
toCoutString()
Returns a printable string of this element.
|
asTuple, getDownstreamDrift, getEffLength, getEndPosition, getFam, getLength, getStartPosition, getUpstreamDrift, split, versionclone, getAcceleratorNode, getBase, getHardwareSection, getName, getPosition, isThick, setAcceleratorNode, setBase, setHardwareSection, setLength, setPosition, toAbsolutePositionpublic BCMonitor(double position,
double len,
java.lang.String name)
public BCMonitor(double position,
double len)
public BCMonitor(double position)
public BCMonitor(java.lang.Double position,
java.lang.Double len,
java.lang.String name)
public BCMonitor(java.lang.Double position,
java.lang.Double len)
public BCMonitor(java.lang.Double position)
public java.lang.String getType()
getType in class ThinElementpublic java.lang.String toCoutString()
toCoutString in class ThinElementpublic void accept(Visitor v)
accept in interface VisitorListeneraccept in class ThinElementv - the Visitor which wants to visit this object.