Class FeatureBasedTraversalError
- java.lang.Object
-
- org.palladiosimulator.textual.tpcm.util.FeatureBasedTraversalError
-
public class FeatureBasedTraversalError extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
description
EStructuralFeature
feature
EObject
object
-
Constructor Summary
Constructors Constructor Description FeatureBasedTraversalError()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FeatureBasedTraversalError
create(EStructuralFeature feature, EObject object, String description)
-
-
-
Field Detail
-
feature
public EStructuralFeature feature
-
object
public EObject object
-
description
public String description
-
-
Method Detail
-
create
public static FeatureBasedTraversalError create(EStructuralFeature feature, EObject object, String description)
-
-