Package org.archifacts.core.model
Class ArtifactRelationshipRole
- java.lang.Object
-
- org.archifacts.core.model.ArtifactRelationshipRole
-
public final class ArtifactRelationshipRole extends Object
The role of a relationship. Two instances are considered equal if and only if they are the same instance. Two newly created types with the same names are not considered equal. This is a necessary limitation to avoid ambiguity when querying for elements.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()static ArtifactRelationshipRoleof(String name)StringtoString()
-