org.eclipse.emf.ecp.view.rule.test
Class RuleHandle

java.lang.Object
  extended by org.eclipse.emf.ecp.view.rule.test.RuleHandle

public class RuleHandle
extends Object

Author:
Jonas

Constructor Summary
RuleHandle(Rule rule, VElement renderable, org.eclipse.emf.ecore.EObject domainObject)
          Constructor.
 
Method Summary
 org.eclipse.emf.ecore.EObject getDomainObject()
           
 VElement getParent()
           
 Rule getRule()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleHandle

public RuleHandle(Rule rule,
                  VElement renderable,
                  org.eclipse.emf.ecore.EObject domainObject)
Constructor.

Parameters:
rule - rule
renderable - renderable
domainObject - domainObject.
Method Detail

getRule

public Rule getRule()
Returns:
the rule

getParent

public VElement getParent()
Returns:
the parent

getDomainObject

public org.eclipse.emf.ecore.EObject getDomainObject()
Returns:
the domainObject


Copyright © 2014. All Rights Reserved.