public abstract class Abstract_SetK
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
label
This field is for display purposes and contain the name of the monoid
|
protected int |
size
This field contain the number of elements present in the set
|
| Constructor and Description |
|---|
Abstract_SetK() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLabel()
The getter on the label field
|
abstract java.util.List<java.lang.Object> |
getSetContent()
This method return the content of the set.
|
int |
getSize()
The getter on the field size of the SetK
|
void |
setLabel(java.lang.String label)
The setter on the field label
|
void |
setSize(int size)
The setter on the size of the set K
|
protected java.lang.String label
protected int size
public abstract java.util.List<java.lang.Object> getSetContent()
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label - the label of the setK which must be setpublic int getSize()
public void setSize(int size)
size - the new size of the set K