org.kite9.diagram.builders
Class MethodCallRelationship
java.lang.Object
org.kite9.diagram.builders.Relationship
org.kite9.diagram.builders.MethodCallRelationship
- All Implemented Interfaces:
- AliasEnabled
public class MethodCallRelationship
- extends Relationship
Represents a relationship formed by a method call, where the method name is the verb.
- Author:
- moffatr
| Fields inherited from class org.kite9.diagram.builders.Relationship |
activeRelationship, CALLED_BY, CALLS, EXTENDED_BY, EXTENDS, IMPLEMENTED_BY, IMPLEMENTS, REFERENCED_BY, REFERENCES, REQUIRED_BY, REQUIRES, RETURNED_BY, RETURNS |
MethodCallRelationship
public MethodCallRelationship(Method m)
MethodCallRelationship
public MethodCallRelationship(Method m,
Relationship.RelationshipType active)
MethodCallRelationship
public MethodCallRelationship(String name,
Direction d)
MethodCallRelationship
public MethodCallRelationship(String name,
Relationship active)
MethodCallRelationship
public MethodCallRelationship(String name)
Copyright © 2011. All Rights Reserved.