public class PlgPatternFrame
extends java.lang.Object
Constructor and Description |
---|
PlgPatternFrame(PlgActivity head,
PlgActivity tail)
The default constructor of the pattern frame
|
PlgPatternFrame(PlgActivity head,
PlgActivity tail,
java.lang.Boolean isLoop)
Constructor of the pattern frame
|
Modifier and Type | Method and Description |
---|---|
PlgActivity |
getHead()
Get the head of the pattern
|
java.lang.String |
getID() |
PlgActivity |
getTail()
Get the tail of the pattern
|
java.lang.Boolean |
isLoop() |
void |
setHead(PlgActivity head)
Set the head of the pattern
|
void |
setTail(PlgActivity tail)
Set the tail of the pattern
|
public PlgPatternFrame(PlgActivity head, PlgActivity tail)
head
- the head of the patterntail
- the tail of the patternpublic PlgPatternFrame(PlgActivity head, PlgActivity tail, java.lang.Boolean isLoop)
head
- the head of the patterntail
- the tail of the patternisLoop
- if the current frame represent a looppublic PlgActivity getHead()
public void setHead(PlgActivity head)
head
- the new headpublic PlgActivity getTail()
public void setTail(PlgActivity tail)
tail
- the new tailpublic java.lang.String getID()
public java.lang.Boolean isLoop()