|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.dry.parser.simian.Set
public class Set
Java Bean class for a Simian duplication set.
| Constructor Summary | |
|---|---|
Set()
|
|
| Method Summary | |
|---|---|
void |
addBlock(Block block)
Adds a new block to this duplication set. |
Collection<Block> |
getBlocks()
Returns all blocks of this duplication set. |
int |
getLineCount()
Returns the number of duplicated lines. |
void |
setLineCount(int value)
Sets the number of duplicated lines to the specified value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Set()
| Method Detail |
|---|
public void addBlock(Block block)
block - the new blockpublic Collection<Block> getBlocks()
public int getLineCount()
public void setLineCount(int value)
value - the value to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||