Klasse HierarchyWizardModel<T>
java.lang.Object
org.deidentifier.arx.gui.view.impl.wizard.HierarchyWizardModel<T>
- Typparameter:
T-
The base model for the wizard.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetBuilder(boolean serializable) Returns the current builder.Returns the data type.Returns the model of the date-based builder.Returns the current hierarchy.Returns the model of the interval-based builder.Returns the model of the order-based builder.Returns the model of the order-based builder.Returns the model of the redaction-based builder.getType()Returns the type.voidparse(HierarchyBuilder<T> builder) Updates the model with a new specification.voidsetType(HierarchyBuilder.Type type) Sets the type.protected <U> booleanSort.
-
Konstruktordetails
-
Methodendetails
-
getBuilder
Returns the current builder.- Parameter:
serializable-- Gibt zurück:
- Löst aus:
Exception
-
getDataType
Returns the data type.- Gibt zurück:
-
getHierarchy
Returns the current hierarchy.- Gibt zurück:
-
getIntervalModel
Returns the model of the interval-based builder.- Gibt zurück:
-
getOrderModel
Returns the model of the order-based builder.- Gibt zurück:
-
getRedactionModel
Returns the model of the redaction-based builder.- Gibt zurück:
-
getDateModel
Returns the model of the date-based builder.- Gibt zurück:
-
getPriorityModel
Returns the model of the order-based builder.- Gibt zurück:
-
getType
Returns the type.- Gibt zurück:
-
parse
Updates the model with a new specification.- Parameter:
builder-- Löst aus:
IllegalArgumentException
-
setType
Sets the type.- Parameter:
type-
-
sort
Sort.- Typparameter:
U-- Parameter:
type-- Gibt zurück:
- successful, or not
-