edu.iastate.metnet.graphmodel
Class MetaphorTypeInformation

java.lang.Object
  extended by edu.iastate.metnet.graphmodel.MetaphorTypeInformation
All Implemented Interfaces:
java.io.Serializable

public class MetaphorTypeInformation
extends java.lang.Object
implements java.io.Serializable

obviously checking the edge type can be extended to any interaction inforation of specified edge, thus we need a wrapper of all information

Author:
Jie Li
See Also:
Serialized Form

Constructor Summary
MetaphorTypeInformation()
           
 
Method Summary
 java.lang.Integer getBlockid()
           
 double getConfidence()
           
 java.lang.String getInteractionType()
           
 boolean isReversible()
           
 void setBlockid(java.lang.Integer blockid)
           
 void setConfidence(double confidence)
           
 void setInteractionType(java.lang.String interactionType)
           
 void setReversible(boolean reversible)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaphorTypeInformation

public MetaphorTypeInformation()
Method Detail

getConfidence

public double getConfidence()
Returns:
Returns the confidence.

setConfidence

public void setConfidence(double confidence)
Parameters:
confidence - The confidence to set.

getInteractionType

public java.lang.String getInteractionType()
Returns:
Returns the interactionType.

setInteractionType

public void setInteractionType(java.lang.String interactionType)
Parameters:
interactionType - The interactionType to set.

isReversible

public boolean isReversible()
Returns:
Returns the reversible.

setReversible

public void setReversible(boolean reversible)
Parameters:
reversible - The reversible to set.

getBlockid

public java.lang.Integer getBlockid()
Returns:
Returns the blockid.

setBlockid

public void setBlockid(java.lang.Integer blockid)
Parameters:
blockid - The blockid to set.