edu.iastate.metnet.model
Class MultiInteractionDecorator

java.lang.Object
  extended by edu.iastate.metnet.model.AbstractMultiBlockunitDecorator
      extended by edu.iastate.metnet.model.MultiInteractionDecorator

public class MultiInteractionDecorator
extends AbstractMultiBlockunitDecorator

tooltip decorator for interaction

Author:
Jie Li

Field Summary
(package private) static org.apache.log4j.Logger logger
          log4j facility
 
Fields inherited from class edu.iastate.metnet.model.AbstractMultiBlockunitDecorator
leftUnit, rightUnit
 
Constructor Summary
MultiInteractionDecorator()
          default constructor
MultiInteractionDecorator(Blockunit leftUnit, Blockunit rightUnit)
          default constrictor
 
Method Summary
 java.lang.String getTooltip()
          return tooltip for multi-interaction
 
Methods inherited from class edu.iastate.metnet.model.AbstractMultiBlockunitDecorator
getLeftUnit, getRightUnit, setLeftUnit, setRightUnit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

static org.apache.log4j.Logger logger
log4j facility

Constructor Detail

MultiInteractionDecorator

public MultiInteractionDecorator()
default constructor


MultiInteractionDecorator

public MultiInteractionDecorator(Blockunit leftUnit,
                                 Blockunit rightUnit)
default constrictor

Parameters:
leftUnit - left blockunit
rightUnit - right blockunit
Method Detail

getTooltip

public java.lang.String getTooltip()
return tooltip for multi-interaction

Specified by:
getTooltip in class AbstractMultiBlockunitDecorator
Returns:
the tooltip string