com.ontotext.wsmo4j.ontology
Class VariableImpl

java.lang.Object
  extended by com.ontotext.wsmo4j.ontology.VariableImpl
All Implemented Interfaces:
org.omwg.logicalexpression.terms.Term, org.omwg.ontology.Variable

public class VariableImpl
extends Object
implements org.omwg.ontology.Variable


Constructor Summary
VariableImpl(String name)
           
 
Method Summary
 void accept(org.omwg.logicalexpression.terms.Visitor v)
           
 boolean equals(Object object)
           
 String getName()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VariableImpl

public VariableImpl(String name)
             throws IllegalArgumentException
Throws:
IllegalArgumentException
Method Detail

getName

public String getName()
Specified by:
getName in interface org.omwg.ontology.Variable

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

accept

public void accept(org.omwg.logicalexpression.terms.Visitor v)
Specified by:
accept in interface org.omwg.logicalexpression.terms.Term


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