fr.inrialpes.exmo.align.impl.edoal
Class Variable
java.lang.Object
fr.inrialpes.exmo.align.impl.edoal.Variable
public class Variable
- extends Object
A simple Id to represent a Instance.
- Author:
- richi
name
private String name
occurences
private Set<Expression> occurences
Variable
public Variable(String name)
- Constructs a Variable
- Parameters:
name
- the name of the variable
name
public String name()
addOccurence
public void addOccurence(Expression expr)
plainText
public String plainText()
- Returns the Id.
- Returns:
- the id.
toString
public String toString()
Returns a simple description of this object. The format of the
returned String is undocumented and subject to change.
- Overrides:
toString
in class Object
(C) INRIA & friends, 2003-${curryear}