edu.iastate.metnet.graphmodel
Class MetaphorTypeInformation
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetaphorTypeInformation
public MetaphorTypeInformation()
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.