|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.unihalle.informatik.Alida.grappa.ALDGrappaNodePortInfo
public class ALDGrappaNodePortInfo
Serializable object attached to node ports to store meta information.
Field Summary | |
---|---|
private com.mxgraph.model.mxCell |
node
Node to which the port is attached. |
private java.lang.String |
portClassName
(Simple) class name of the parameter datatype. |
private Parameter.Direction |
portDirection
Direction of the port. |
private java.lang.String |
portExplanation
Explanation of the parameter. |
private java.lang.String |
portLabel
Label of the associated operator parameter. |
private java.lang.String |
portName
Variable name of the associated operator parameter. |
Constructor Summary | |
---|---|
ALDGrappaNodePortInfo(com.mxgraph.model.mxCell pnode,
ALDOpParameterDescriptor descr)
Default constructor. |
Method Summary | |
---|---|
java.lang.String |
getPortClassName()
Returns the class name of the port/parameter datatype. |
Parameter.Direction |
getPortDirection()
Returns the direction of the port/parameter. |
java.lang.String |
getPortExplanation()
Returns the explanation of the port/parameter. |
java.lang.String |
getPortLabel()
Returns the label of the port/parameter. |
java.lang.String |
getPortName()
Returns the name of the port/parameter. |
java.lang.String |
toString()
Returns an identifier string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private com.mxgraph.model.mxCell node
private java.lang.String portClassName
private Parameter.Direction portDirection
private java.lang.String portExplanation
private java.lang.String portLabel
private java.lang.String portName
Constructor Detail |
---|
public ALDGrappaNodePortInfo(com.mxgraph.model.mxCell pnode, ALDOpParameterDescriptor descr)
pnode
- Parent node.descr
- Operator parameter descriptor of port.Method Detail |
---|
public java.lang.String getPortClassName()
public Parameter.Direction getPortDirection()
public java.lang.String getPortExplanation()
public java.lang.String getPortLabel()
public java.lang.String getPortName()
public java.lang.String toString()
The length of the string is dynamically updated according to the size of the parent node. The different numerical values used in this function have been empirically determined and might not be optimal in all cases.
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |