org.objectweb.jac.ide
Class PointcutLink

java.lang.Object
  extended byorg.objectweb.jac.ide.ModelElement
      extended byorg.objectweb.jac.ide.Link
          extended byorg.objectweb.jac.ide.RelationLink
              extended byorg.objectweb.jac.ide.PointcutLink

public class PointcutLink
extends RelationLink


Field Summary
 
Fields inherited from class org.objectweb.jac.ide.RelationLink
ORIENTATION_BOTH, ORIENTATION_REVERSE, ORIENTATION_STRAIGHT
 
Constructor Summary
PointcutLink()
           
PointcutLink(Class start, Class end)
           
 
Method Summary
 String getAspectRole()
          Get the value of aspectRole.
 String getHostPCD()
          Get the value of hostPCD.
 String getMethodPCD()
          Get the value of methodPCD.
 void setAspectRole(String v)
          Set the value of aspectRole.
 void setHostPCD(String v)
          Set the value of hostPCD.
 void setMethodPCD(String v)
          Set the value of methodPCD.
 
Methods inherited from class org.objectweb.jac.ide.RelationLink
endChoices, endRole, getOrientation, initRoles, isAggregation, isCalculated, reverse, setAggregation, setCalculated, setOrientation, startRole
 
Methods inherited from class org.objectweb.jac.ide.Link
getEnd, getEndRole, getStart, getStartRole, setEnd, setEndRole, setStart, setStartRole
 
Methods inherited from class org.objectweb.jac.ide.ModelElement
addConfigItem, addEndingLink, addLink, getConfigItems, getDescription, getEndingLinks, getFullName, getGenerationFullName, getGenerationName, getLinks, getName, getType, remove, removeEndingLink, removeLink, setDescription, setEndingLinks, setLinks, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointcutLink

public PointcutLink()

PointcutLink

public PointcutLink(Class start,
                    Class end)
Method Detail

getMethodPCD

public String getMethodPCD()
Get the value of methodPCD.

Returns:
value of methodPCD.

setMethodPCD

public void setMethodPCD(String v)
Set the value of methodPCD.

Parameters:
v - Value to assign to methodPCD.

getHostPCD

public String getHostPCD()
Get the value of hostPCD.

Returns:
value of hostPCD.

setHostPCD

public void setHostPCD(String v)
Set the value of hostPCD.

Parameters:
v - Value to assign to hostPCD.

getAspectRole

public String getAspectRole()
Get the value of aspectRole.

Returns:
value of aspectRole.

setAspectRole

public void setAspectRole(String v)
Set the value of aspectRole.

Parameters:
v - Value to assign to aspectRole.