pid
Class Abstraction
java.lang.Object
pid.Abstraction
- All Implemented Interfaces:
- java.io.Serializable
public class Abstraction
- extends java.lang.Object
- implements java.io.Serializable
A link to another pathway from a pathway. It is usually represented as a box
on a PID diagram.
- Author:
- Samuel Croset
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pathway_idref
private int pathway_idref
pathway_name
private java.lang.String pathway_name
external_pathway_id
private java.lang.String external_pathway_id
Abstraction
public Abstraction()
getPathway_idref
public int getPathway_idref()
- Returns:
- a reference to the abstracted pathway.
setPathway_idref
public void setPathway_idref(int pathway_idref)
getPathway_name
public java.lang.String getPathway_name()
- Returns:
- the name of the referenced pathway.
setPathway_name
public void setPathway_name(java.lang.String pathway_name)
getExternal_pathway_id
public java.lang.String getExternal_pathway_id()
- Returns:
- textual reference to the abstracted pathway. Useful while
querying via URLs through the web interface of PID.
setExternal_pathway_id
public void setExternal_pathway_id(java.lang.String external_pathway_id)