org.qedeq.kernel.bo.logic.common
Class SubjectVariable

java.lang.Object
  extended by org.qedeq.kernel.bo.logic.common.SubjectVariable

public class SubjectVariable
extends java.lang.Object

One subject variable. This class is mainly used in the model area. For this kernel he normal form of a subject variable is an ElementList with an Atom with the name of the subject variable.

Author:
Michael Meyling

Constructor Summary
SubjectVariable(java.lang.String name)
          Constructor.
 
Method Summary
 boolean equals(java.lang.Object other)
           
 java.lang.String getName()
          Get subject variable name.
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SubjectVariable

public SubjectVariable(java.lang.String name)
Constructor.

Parameters:
name - Show this to represent the subject variable within outputs.
Method Detail

getName

public java.lang.String getName()
Get subject variable name.

Returns:
Subject variable name.

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2014. All Rights Reserved.