public abstract class Import
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
abstract FuzzyInferenceSystem |
importFuzzySystem(java.lang.String path)
Import a fuzzy system from another format.
|
public abstract FuzzyInferenceSystem importFuzzySystem(java.lang.String path) throws java.io.IOException
path
- Path of the file with the fuzzy system in another formatjava.io.IOException