public class FilterButtonModel
extends java.lang.Object
| Type | Property and Description |
|---|---|
javafx.beans.property.BooleanProperty |
isValid
Gets the value of the property validProperty.
|
javafx.beans.property.StringProperty |
name |
javafx.beans.property.BooleanProperty |
selected
Getter for the selected property of this filter button.
|
| Modifier and Type | Field and Description |
|---|---|
javafx.beans.property.BooleanProperty |
isEditDisabled |
javafx.beans.property.StringProperty |
name |
javafx.beans.property.BooleanProperty |
selected |
| Constructor and Description |
|---|
FilterButtonModel(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
compute()
Compute the output of this filter.
|
FilterdAbstractConfig |
getFilterConfig() |
int |
getIndex() |
org.deckfour.xes.model.XLog |
getInputLog() |
java.lang.String |
getName()
Getter for the name of the filter button.
|
org.deckfour.xes.model.XLog |
getOutputLog() |
boolean |
getSelected()
Gets the value of the property selected.
|
javafx.beans.property.BooleanProperty |
isValidProperty()
Gets the value of the property validProperty.
|
javafx.beans.property.StringProperty |
nameProperty() |
javafx.beans.property.BooleanProperty |
selectedProperty()
Getter for the selected property of this filter button.
|
void |
setFilterConfig(FilterdAbstractConfig filterConfig) |
void |
setIndex(int index) |
void |
setInputLog(org.deckfour.xes.model.XLog inputLog) |
void |
setIsEditDisabled(boolean isEditDisabled)
Setter for the isEditDisabled boolean variable
|
void |
setName(java.lang.String value)
Setter for the name of the filter button.
|
void |
setOutputLog(org.deckfour.xes.model.XLog outputLog)
Setter for the output log of the filter.
|
void |
setSelected(boolean value)
Sets the value of the property selected.
|
public javafx.beans.property.StringProperty nameProperty
getName(),
setName(String)public javafx.beans.property.BooleanProperty selectedProperty
getSelected(),
setSelected(boolean)public javafx.beans.property.BooleanProperty isValidProperty
public javafx.beans.property.StringProperty name
public javafx.beans.property.BooleanProperty selected
public javafx.beans.property.BooleanProperty isEditDisabled
public java.lang.String getName()
public void setName(java.lang.String value)
value - new name of the filter buttonpublic void setIsEditDisabled(boolean isEditDisabled)
isEditDisabled - boolean stating whether edit button is disabledpublic org.deckfour.xes.model.XLog getInputLog()
public void setInputLog(org.deckfour.xes.model.XLog inputLog)
public org.deckfour.xes.model.XLog getOutputLog()
public void setOutputLog(org.deckfour.xes.model.XLog outputLog)
outputLog - output log of the filterpublic javafx.beans.property.StringProperty nameProperty()
getName(),
setName(String)public int getIndex()
public void setIndex(int index)
public boolean getSelected()
public void setSelected(boolean value)
public javafx.beans.property.BooleanProperty selectedProperty()
getSelected(),
setSelected(boolean)public FilterdAbstractConfig getFilterConfig()
public void setFilterConfig(FilterdAbstractConfig filterConfig)
public void compute()
public javafx.beans.property.BooleanProperty isValidProperty()