public abstract class PropertySet<T> extends PropertyCollection<java.util.Set<T>>
Constructor and Description |
---|
PropertySet() |
Modifier and Type | Method and Description |
---|---|
protected abstract T |
convertElement(java.lang.String e) |
protected java.util.Set<T> |
createInstance(java.util.Set<T> element) |
protected java.util.Set<T> |
createInstance(java.lang.String[] split) |
java.util.Set<T> |
getDefaultValue()
We want to have a default value for a property s.t., we can reason on it
|
clone, getStringSeperationSymbol, marshall, toString, unmarshall
compare, equals, getDependencies, getGUIProperty, getIcon, getMeaningfulTypeConstructs, getValueDouble, hashCode, hasOrdering, higherBetter, monotonicity, toString
public java.util.Set<T> getDefaultValue()
org.processmining.plugins.properties.processmodel.Property
protected java.util.Set<T> createInstance(java.util.Set<T> element)
createInstance
in class PropertyCollection<java.util.Set<T>>
protected java.util.Set<T> createInstance(java.lang.String[] split)
createInstance
in class PropertyCollection<java.util.Set<T>>
protected abstract T convertElement(java.lang.String e)