Companion

object Companion

Functions

Link copied to clipboard
fun all(): FeatureSet

Model with all possible features enabled

Link copied to clipboard
fun build(vararg features: QuasselFeature): FeatureSet
fun build(features: Set<QuasselFeature>): FeatureSet

Build a FeatureSet directly from features

fun build(legacy: LegacyFeatures, features: Collection<QuasselFeatureName>): FeatureSet

Build a FeatureSet from a collection of feature names and a set of legacy features

Link copied to clipboard
fun none(): FeatureSet

Model with no features enabled