public interface SEAlgoFactory
extends org.eclipse.emf.ecore.EFactory
SEAlgoPackage
Modifier and Type | Field and Description |
---|---|
static SEAlgoFactory |
eINSTANCE
The singleton instance of the factory.
|
Modifier and Type | Method and Description |
---|---|
SEAlgorithm |
createSEAlgorithm()
Returns a new object of class 'SE Algorithm'.
|
SEErrorThreshold |
createSEErrorThreshold()
Returns a new object of class 'SE Error Threshold'.
|
SETolerance |
createSETolerance()
Returns a new object of class 'SE Tolerance'.
|
SEWeight |
createSEWeight()
Returns a new object of class 'SE Weight'.
|
SuspiciousData |
createSuspiciousData()
Returns a new object of class 'Suspicious Data'.
|
SEAlgoPackage |
getSEAlgoPackage()
Returns the package supported by this factory.
|
convertToString, create, createFromString, getEPackage, setEPackage
getEAnnotation, getEAnnotations
static final SEAlgoFactory eINSTANCE
SEAlgorithm createSEAlgorithm()
SuspiciousData createSuspiciousData()
SEWeight createSEWeight()
SEErrorThreshold createSEErrorThreshold()
SETolerance createSETolerance()
SEAlgoPackage getSEAlgoPackage()