org.deri.wsmo4j.logicalexpression
Class LogicalExpressionImpl

java.lang.Object
  extended by org.deri.wsmo4j.logicalexpression.LogicalExpressionImpl
All Implemented Interfaces:
org.omwg.logicalexpression.LogicalExpression
Direct Known Subclasses:
AtomImpl, BinaryImpl, MoleculeImpl, UnaryImpl

public abstract class LogicalExpressionImpl
extends Object
implements org.omwg.logicalexpression.LogicalExpression

This class reunites all Logical Expression

Version:
$Revision: 1885 $ $Date: 2006-11-17 17:07:59 +0200 (Fri, 17 Nov 2006) $
Author:
DERI Innsbruck, holger.lausen@deri.org

Constructor Summary
LogicalExpressionImpl()
           
 
Method Summary
 String getStringRepresentation()
           
 void setStringRepresentation(String le)
           
 String toString()
           
 String toString(org.wsmo.common.TopEntity nsHolder)
          Returns String representation of a logical expression.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omwg.logicalexpression.LogicalExpression
accept
 

Constructor Detail

LogicalExpressionImpl

public LogicalExpressionImpl()
Method Detail

setStringRepresentation

public void setStringRepresentation(String le)

getStringRepresentation

public String getStringRepresentation()

toString

public String toString()
Overrides:
toString in class Object
Returns:
The String representation of the logical expression
See Also:
Object.toString()

toString

public String toString(org.wsmo.common.TopEntity nsHolder)
Returns String representation of a logical expression.

Specified by:
toString in interface org.omwg.logicalexpression.LogicalExpression
Parameters:
nsHolder - namespace container used to abbreviate IRIs to sQNames.
Returns:
the string representation of the Logical expression


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