apollo.config
Class LinkType
java.lang.Object
apollo.config.LinkType
- All Implemented Interfaces:
- java.lang.Cloneable
public class LinkType
- extends java.lang.Object
- implements java.lang.Cloneable
Value class for synteny link types (used by game synteny)
if we go to java 1.5 this should be replaced by an enumeration
|
Field Summary |
protected static org.apache.log4j.Logger |
logger
|
|
Constructor Summary |
LinkType(java.lang.String typeString)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
logger
protected static final org.apache.log4j.Logger logger
LinkType
public LinkType(java.lang.String typeString)
isPeptide
public boolean isPeptide()
- Link to transcript in transcript coords.
isTranscript
public boolean isTranscript()
- Link to a transcript feature with peptide coords
isSelf
public boolean isSelf()
- Link to features of same type (eg syntenic block)
isNoLink
public boolean isNoLink()
isParentLevel
public boolean isParentLevel()
isLinkById
public boolean isLinkById()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object