Class ArchitectureNode
java.lang.Object
edu.kit.ipd.sdq.attacksurface.graph.ArchitectureNode
Class describing a node in the vulnerability graph. A node is an architectural element of the
type
Entity
(see also the description in https://doi.org/10.5445/IR/1000146787 )
An ArchitectureNode is then identical when the id of the used Entity is the same.-
Constructor Summary
ConstructorDescriptionArchitectureNode
(org.palladiosimulator.pcm.core.entity.Entity entity) Creates an ArchitectureNode -
Method Summary
-
Constructor Details
-
ArchitectureNode
public ArchitectureNode(org.palladiosimulator.pcm.core.entity.Entity entity) Creates an ArchitectureNode- Parameters:
entity
- Entity should be an architectural Entity
-
-
Method Details