Package org.pathvisio.libgpml.model
Interface Xrefable
- All Known Implementing Classes:
DataNode
,DataNode.State
,Group
,Interaction
,Pathway
public interface Xrefable
Interface for classes which can have an
Xref
. This class is
implemented by Pathway
, DataNode
, DataNode.State
,
Interaction
, and Group
.- Author:
- finterly
-
Method Summary
-
Method Details
-
getXref
org.bridgedb.Xref getXref()Returns the Xref for this pathway element.- Returns:
- xref the xref of this pathway element.
-
setXref
void setXref(org.bridgedb.Xref v)Sets the Xref for this pathway element.- Parameters:
v
- the xref to set for this pathway element.
-