Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
OMEElement | getFrom()
Returns the source of this link. |
int | getID()
Returns the unique (within its view) integer ID of the link. |
java.lang.String | getName()
Returns the name or annotation of the link. |
OMEElement | getTo()
Returns the destination of this link. |
java.lang.Object | getType()
Returns the links' type. |
void | setFrom(OMEElement e)
SEt the source for this link. |
void | setID(int id)
Set the id for this link. |
void | setName(java.lang.String newname)
Set the annotation of this link. |
void | setTo(OMEElement e)
Set the destination for this link. |
void | setType(java.lang.Object type)
Set the type of this link. |
Method Detail |
public java.lang.String getName()
public void setName(java.lang.String newname)
public java.lang.Object getType()
public void setType(java.lang.Object type)
public int getID()
public void setID(int id)
public OMEElement getTo()
public void setTo(OMEElement e)
public OMEElement getFrom()
public void setFrom(OMEElement e)
Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |