public class HeaRT
extends java.lang.Object
| Constructor and Description |
|---|
HeaRT() |
| Modifier and Type | Method and Description |
|---|---|
static void |
dataDrivenInference(XTTModel model,
java.lang.String[] tablesNames) |
static void |
dataDrivenInference(XTTModel model,
java.lang.String[] tablesNames,
Configuration cs) |
static void |
fixedOrderInference(XTTModel model,
java.lang.String[] tablesNames) |
static void |
fixedOrderInference(XTTModel model,
java.lang.String[] tablesNames,
Configuration cs) |
static WorkingMemory |
getWm() |
static void |
goalDrivenInference(XTTModel model,
java.lang.String[] tablesNames) |
static void |
goalDrivenInference(XTTModel model,
java.lang.String[] tablesNames,
Configuration cs) |
public static void fixedOrderInference(XTTModel model, java.lang.String[] tablesNames) throws java.lang.UnsupportedOperationException, NotInTheDomainException, AttributeNotRegisteredException
java.lang.UnsupportedOperationExceptionNotInTheDomainExceptionAttributeNotRegisteredExceptionpublic static void fixedOrderInference(XTTModel model, java.lang.String[] tablesNames, Configuration cs) throws java.lang.UnsupportedOperationException, NotInTheDomainException, AttributeNotRegisteredException
java.lang.UnsupportedOperationExceptionNotInTheDomainExceptionAttributeNotRegisteredExceptionpublic static void dataDrivenInference(XTTModel model, java.lang.String[] tablesNames) throws java.lang.UnsupportedOperationException, NotInTheDomainException, AttributeNotRegisteredException
java.lang.UnsupportedOperationExceptionNotInTheDomainExceptionAttributeNotRegisteredExceptionpublic static void dataDrivenInference(XTTModel model, java.lang.String[] tablesNames, Configuration cs) throws java.lang.UnsupportedOperationException, NotInTheDomainException, AttributeNotRegisteredException
java.lang.UnsupportedOperationExceptionNotInTheDomainExceptionAttributeNotRegisteredExceptionpublic static void goalDrivenInference(XTTModel model, java.lang.String[] tablesNames) throws java.lang.UnsupportedOperationException, NotInTheDomainException, AttributeNotRegisteredException
java.lang.UnsupportedOperationExceptionNotInTheDomainExceptionAttributeNotRegisteredExceptionpublic static void goalDrivenInference(XTTModel model, java.lang.String[] tablesNames, Configuration cs) throws java.lang.UnsupportedOperationException, NotInTheDomainException, AttributeNotRegisteredException
java.lang.UnsupportedOperationExceptionNotInTheDomainExceptionAttributeNotRegisteredExceptionpublic static WorkingMemory getWm()