org.kite9.diagram.builders
Class MethodCallRelationship

java.lang.Object
  extended by org.kite9.diagram.builders.Relationship
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.kite9.diagram.builders.Relationship
Relationship.RelationshipType
 
Field Summary
 
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
 
Constructor Summary
MethodCallRelationship(Method m)
           
MethodCallRelationship(Method m, Relationship.RelationshipType active)
           
MethodCallRelationship(String name)
           
MethodCallRelationship(String name, Direction d)
           
MethodCallRelationship(String name, Relationship active)
           
 
Method Summary
 
Methods inherited from class org.kite9.diagram.builders.Relationship
getActiveRelationship, getDirection, getName, getObjectForAlias, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.