org.deri.wsmo4j.rule
Class ConditionRI

java.lang.Object
  extended by org.deri.wsmo4j.rule.ConditionRI
All Implemented Interfaces:
Condition

public class ConditionRI
extends Object
implements Condition

Reference Implementation for Condition

Version:
$Revision: 1844 $ $Date: 2006-10-24 17:11:48 +0300 (Tue, 24 Oct 2006) $
Author:
James Scicluna, Thomas Haselwanter, Holger Lausen Created on 17-Oct-2005 Committed by $Author: vassil_momtchev $ $Source: /cvsroot/wsmo4j/ext/choreography/src/ri/org/deri/wsmo4j/choreography/rule/ConditionRI.java,v $,

Field Summary
protected  org.omwg.logicalexpression.LogicalExpression le
           
 
Constructor Summary
ConditionRI(org.omwg.logicalexpression.LogicalExpression e)
          Factory for creating a condition from an already existing Logical Expression
 
Method Summary
 void accept(org.omwg.logicalexpression.Visitor v)
           
 org.omwg.logicalexpression.LogicalExpression getRestrictedLogicalExpression()
           
 void setRestrictedLogicalExpression(org.omwg.logicalexpression.LogicalExpression le)
           
 String toString()
           
 String toString(org.wsmo.common.TopEntity nsHolder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

le

protected org.omwg.logicalexpression.LogicalExpression le
Constructor Detail

ConditionRI

public ConditionRI(org.omwg.logicalexpression.LogicalExpression e)
            throws org.wsmo.common.exception.InvalidModelException
Factory for creating a condition from an already existing Logical Expression

Parameters:
e - LogicalExpression object from which the condition is to be created
Throws:
org.wsmo.common.exception.InvalidModelException
Method Detail

accept

public void accept(org.omwg.logicalexpression.Visitor v)

toString

public String toString()
Overrides:
toString in class Object

toString

public String toString(org.wsmo.common.TopEntity nsHolder)

getRestrictedLogicalExpression

public org.omwg.logicalexpression.LogicalExpression getRestrictedLogicalExpression()
Specified by:
getRestrictedLogicalExpression in interface Condition

setRestrictedLogicalExpression

public void setRestrictedLogicalExpression(org.omwg.logicalexpression.LogicalExpression le)
                                    throws org.wsmo.common.exception.InvalidModelException
Specified by:
setRestrictedLogicalExpression in interface Condition
Throws:
org.wsmo.common.exception.InvalidModelException


Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.