Uses of Class
org.neuroml.export.utils.support.ModelFeature
-
Packages that use ModelFeature Package Description org.neuroml.export.utils.support -
-
Uses of ModelFeature in org.neuroml.export.utils.support
Methods in org.neuroml.export.utils.support that return ModelFeature Modifier and Type Method Description static ModelFeature
ModelFeature. valueOf(String name)
Returns the enum constant of this type with the specified name.static ModelFeature[]
ModelFeature. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.neuroml.export.utils.support that return types with arguments of type ModelFeature Modifier and Type Method Description static ArrayList<ModelFeature>
ModelFeature. analyseModelFeatures(org.lemsml.jlems.core.type.Lems lems)
Methods in org.neuroml.export.utils.support with parameters of type ModelFeature Modifier and Type Method Description void
SupportLevelInfo. addSupportInfo(Format format, ModelFeature mf, SupportLevelInfo.Level level)
String
SupportLevelInfo. isSupported(Format format, ModelFeature mf)
-