public class RPSTNodeWSiblings
extends java.lang.Object
| Constructor and Description |
|---|
RPSTNodeWSiblings(int entry,
int exit,
RPSTFragmentType fragmentType)
The only allowed constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getEntry() |
int |
getExit() |
RPSTFragmentType |
getFragmentType() |
RPSTNodeWSiblings |
getNextSibling() |
RPSTNodeWSiblings |
getParent() |
RPSTNodeWSiblings |
getPrevSibling() |
void |
setEntry(int entry) |
void |
setExit(int exit) |
void |
setFragmentType(RPSTFragmentType fragmentType) |
void |
setNextSibling(RPSTNodeWSiblings nextSibling) |
void |
setParent(RPSTNodeWSiblings parent) |
void |
setPrevSibling(RPSTNodeWSiblings prevSibling) |
public RPSTNodeWSiblings(int entry,
int exit,
RPSTFragmentType fragmentType)
entry - exit - fragmentType - public RPSTNodeWSiblings getParent()
public void setParent(RPSTNodeWSiblings parent)
parent - the parent to setpublic RPSTNodeWSiblings getNextSibling()
public void setNextSibling(RPSTNodeWSiblings nextSibling)
nextSibling - the nextSibling to setpublic RPSTNodeWSiblings getPrevSibling()
public void setPrevSibling(RPSTNodeWSiblings prevSibling)
prevSibling - the prevSibling to setpublic int getEntry()
public void setEntry(int entry)
entry - the entry to setpublic int getExit()
public void setExit(int exit)
exit - the exit to setpublic RPSTFragmentType getFragmentType()
public void setFragmentType(RPSTFragmentType fragmentType)
fragmentType - the fragmentType to set