public abstract class PMML4Data<T> extends Object implements PMML4DataType
Modifier | Constructor and Description |
---|---|
protected |
PMML4Data(String correlationId,
String name,
String context,
boolean placeholder) |
protected |
PMML4Data(String correlationId,
String name,
String context,
String displayName,
T value) |
protected |
PMML4Data(String correlationId,
String name,
String context,
String displayName,
T value,
Double weight) |
protected |
PMML4Data(String correlationId,
String name,
String context,
String displayName,
T value,
Double weight,
Boolean valid,
Boolean missing) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCapitalizedName() |
String |
getContext() |
String |
getCorrelationId() |
String |
getDisplayValue() |
String |
getName() |
T |
getValue() |
Class<?> |
getValueClass() |
Double |
getWeight() |
int |
hashCode() |
boolean |
isMissing() |
boolean |
isPlaceholder() |
boolean |
isValid() |
void |
setContext(String context) |
void |
setCorrelationId(String correlationId) |
void |
setDisplayValue(String displayValue) |
void |
setMissing(boolean missing) |
void |
setName(String name) |
void |
setPlaceholder(Boolean placeholder) |
void |
setValid(boolean valid) |
void |
setValue(T value) |
void |
setWeight(Double weight) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
registerWithDataFactory
protected PMML4Data(String correlationId, String name, String context, boolean placeholder)
protected PMML4Data(String correlationId, String name, String context, String displayName, T value)
protected PMML4Data(String correlationId, String name, String context, String displayName, T value, Double weight)
public T getValue()
public void setValue(T value)
public String getName()
public void setName(String name)
public String getCapitalizedName()
public boolean isValid()
public void setValid(boolean valid)
public boolean isMissing()
public void setMissing(boolean missing)
public String getContext()
public void setContext(String context)
public String getDisplayValue()
public void setDisplayValue(String displayValue)
public Double getWeight()
public void setWeight(Double weight)
public Class<?> getValueClass()
public boolean isPlaceholder()
public void setPlaceholder(Boolean placeholder)
public String getCorrelationId()
public void setCorrelationId(String correlationId)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.