|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.example.AttributeRole
public class AttributeRole
This class holds the example set relevant information about a table attribute, i.e. its role (either regular or special). If the described attribute is a special attribute, this class also contains the corresponding special attribute name.
| Constructor Summary | |
|---|---|
AttributeRole(Attribute attribute)
|
|
| Method Summary | |
|---|---|
protected void |
addOwner(Attributes attributes)
This method must not be called except by the Attributes to which this
AttributeRole is added. |
void |
changeToRegular()
|
java.lang.Object |
clone()
Performs a deep clone of the special fields but only a shallow clone of the attribute. |
Attribute |
getAttribute()
|
java.lang.String |
getSpecialName()
|
boolean |
isSpecial()
|
java.lang.Object |
readResolve()
|
protected void |
removeOwner(Attributes attributes)
This method must not be called except by the Attributes to which this
AttributeRole is added. |
void |
setAttribute(Attribute attribute)
|
void |
setSpecial(java.lang.String specialName)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeRole(Attribute attribute)
| Method Detail |
|---|
public java.lang.Object readResolve()
public java.lang.Object clone()
clone in class java.lang.Objectprotected void addOwner(Attributes attributes)
Attributes to which this
AttributeRole is added.
protected void removeOwner(Attributes attributes)
Attributes to which this
AttributeRole is added.
public Attribute getAttribute()
public void setAttribute(Attribute attribute)
public boolean isSpecial()
public java.lang.String getSpecialName()
public void setSpecial(java.lang.String specialName)
public void changeToRegular()
public java.lang.String toString()
toString in class java.lang.Object
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||