| java.lang.Object org.umlgraph.doclet.RelationPattern
RelationPattern | public class RelationPattern (Code) | | A map from relation types to directions
author: wolf |
RelationPattern | public RelationPattern(RelationDirection defaultDirection)(Code) | | Creates a new pattern using the same direction for every relation kind
Parameters: defaultDirection - The direction used to initialize this pattern |
addRelation | public void addRelation(RelationType relationType, RelationDirection direction)(Code) | | Adds, eventually merging, a direction for the specified relation type
Parameters: relationType - Parameters: direction - |
matchesOne | public boolean matchesOne(RelationPattern relationPattern)(Code) | | Returns true if this patterns matches at least the direction of one
of the relations in the other relation patterns. Matching is defined
by
Parameters: relationPattern - |
|
|