edu.iastate.metnet.model
Class CompositionBlockunit
java.lang.Object
edu.iastate.metnet.model.CompositionBlockunit
public class CompositionBlockunit
- extends java.lang.Object
- Author:
- Jie Li
|
Field Summary |
(package private) static org.apache.log4j.Logger |
logger
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
static org.apache.log4j.Logger logger
CompositionBlockunit
public CompositionBlockunit()
getBlockid
public java.lang.Integer getBlockid()
- Returns:
getBlockunit
public Blockunit getBlockunit()
- Returns:
- Returns the blockunit.
setBlockunit
public void setBlockunit(Blockunit blockunit)
- Parameters:
blockunit - The blockunit to set.
isChild
public boolean isChild()
- Returns:
- Returns the child.
setChild
public void setChild(boolean child)
- Parameters:
child - The child to set.
isParent
public boolean isParent()
- Returns:
- Returns the parent.
setParent
public void setParent(boolean parent)
- Parameters:
parent - The parent to set.
getAbbreviations
public java.util.ArrayList getAbbreviations()
- Returns:
getName
public java.lang.String getName()
- Returns:
getSynonyms
public java.util.ArrayList getSynonyms()
- Returns:
getEntityType
public java.lang.String getEntityType()
- Returns:
getInteractionType
public java.lang.String getInteractionType()
- Returns:
isEntity
public boolean isEntity()
- Returns:
getLocation
public java.lang.String getLocation()
- Returns:
isInteraction
public boolean isInteraction()
- Returns: