public class Attribute extends Object
| Constructor and Description |
|---|
Attribute(AttributeType type) |
Attribute(AttributeType type,
double value) |
Attribute(AttributeType type,
double value,
List<AttributeModifier> modifiers) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<AttributeModifier> |
getModifiers() |
AttributeType |
getType() |
double |
getValue() |
int |
hashCode() |
String |
toString() |
public Attribute(AttributeType type)
public Attribute(AttributeType type, double value)
public Attribute(AttributeType type, double value, List<AttributeModifier> modifiers)
public AttributeType getType()
public double getValue()
public List<AttributeModifier> getModifiers()
Copyright © 2020. All rights reserved.