Package org.pathvisio.libgpml.model
Class PathwayElement.InfoRef
java.lang.Object
org.pathvisio.libgpml.model.PathwayElement.InfoRef
- Direct Known Subclasses:
PathwayElement.AnnotationRef
,PathwayElement.CitationRef
,PathwayElement.EvidenceRef
- Enclosing class:
- PathwayElement
public abstract class PathwayElement.InfoRef
extends java.lang.Object
Abstract class of
PathwayElement.AnnotationRef
, PathwayElement.CitationRef
, and
PathwayElement.EvidenceRef
.- Author:
- finterly
-
Constructor Summary
Constructors Constructor Description InfoRef()
-
Method Summary
Modifier and Type Method Description PathwayElement
getTopPathwayElement()
Returns the top target pathway elementPathwayElement
for aPathwayElement.AnnotationRef
,PathwayElement.CitationRef
, orPathwayElement.EvidenceRef
.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
InfoRef
public InfoRef()
-
-
Method Details
-
getTopPathwayElement
Returns the top target pathway elementPathwayElement
for aPathwayElement.AnnotationRef
,PathwayElement.CitationRef
, orPathwayElement.EvidenceRef
. NB: Returns the top pathway element, outer class, even if this ref has been removed.- Returns:
- the top target pathway element of the infoRef.
-