Interface AttackerFactory
-
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
AttackerFactoryImpl
public interface AttackerFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
AttackerPackage
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static AttackerFactory
eINSTANCE
The singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttackContainer
createAttackContainer()
Returns a new object of class 'Attack Container'.Attacker
createAttacker()
Returns a new object of class 'Attacker'.AttackerContainer
createAttackerContainer()
Returns a new object of class 'Container'.AttackerSpecification
createAttackerSpecification()
Returns a new object of class 'Specification'.CategorySpecification
createCategorySpecification()
Returns a new object of class 'Category Specification'.CompromisedData
createCompromisedData()
Returns a new object of class 'Compromised Data'.VulnerabilityContainer
createVulnerabilityContainer()
Returns a new object of class 'Vulnerability Container'.VulnerabilitySystemSpecification
createVulnerabilitySystemSpecification()
Returns a new object of class 'Vulnerability System Specification'.AttackerPackage
getAttackerPackage()
Returns the package supported by this factory.-
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
eINSTANCE
static final AttackerFactory eINSTANCE
The singleton instance of the factory.- Generated class or method.
-
-
Method Detail
-
createAttackerContainer
AttackerContainer createAttackerContainer()
Returns a new object of class 'Container'.- Returns:
- a new object of class 'Container'.
- Generated class or method.
-
createAttacker
Attacker createAttacker()
Returns a new object of class 'Attacker'.- Returns:
- a new object of class 'Attacker'.
- Generated class or method.
-
createAttackerSpecification
AttackerSpecification createAttackerSpecification()
Returns a new object of class 'Specification'.- Returns:
- a new object of class 'Specification'.
- Generated class or method.
-
createAttackContainer
AttackContainer createAttackContainer()
Returns a new object of class 'Attack Container'.- Returns:
- a new object of class 'Attack Container'.
- Generated class or method.
-
createVulnerabilityContainer
VulnerabilityContainer createVulnerabilityContainer()
Returns a new object of class 'Vulnerability Container'.- Returns:
- a new object of class 'Vulnerability Container'.
- Generated class or method.
-
createCategorySpecification
CategorySpecification createCategorySpecification()
Returns a new object of class 'Category Specification'.- Returns:
- a new object of class 'Category Specification'.
- Generated class or method.
-
createVulnerabilitySystemSpecification
VulnerabilitySystemSpecification createVulnerabilitySystemSpecification()
Returns a new object of class 'Vulnerability System Specification'.- Returns:
- a new object of class 'Vulnerability System Specification'.
- Generated class or method.
-
createCompromisedData
CompromisedData createCompromisedData()
Returns a new object of class 'Compromised Data'.- Returns:
- a new object of class 'Compromised Data'.
- Generated class or method.
-
getAttackerPackage
AttackerPackage getAttackerPackage()
Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated class or method.
-
-