Class DecisionFunctionFact

All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>, Parameter, ScopedVariable

public class DecisionFunctionFact extends ModelComponent<DecisionFunctionFact> implements ScopedVariable, Parameter
Child of DecisionFunction. Specifies an input fact type and its form.
See Also:
  • Constructor Details

  • Method Details

    • getListProperty

      public SettableProperty<Boolean> getListProperty()
      Get List Property.
      Returns:
      Boolean SettableProperty
    • isList

      public boolean isList()
    • setList

      public void setList(boolean flag)
    • getTreeProperty

      public SettableProperty<Boolean> getTreeProperty()
      Get Tree Property.
      Returns:
      Boolean SettableProperty
    • isTree

      public boolean isTree()
    • setTree

      public void setTree(boolean flag)
    • getTypeProperty

      public AliasRefProperty getTypeProperty()
      Get Type Property.
      Returns:
      AliasRefProperty
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getTypeOptions

      public String[] getTypeOptions()
    • getTypeID

      public DOID getTypeID()
    • setTypeID

      public void setTypeID(DOID id)
    • get

      public Object get(Object key)
      Description copied from class: DictionaryComponent
      Generic property getter.

      Please see the specific bean class for a list of properties.

      Specified by:
      get in interface Map<String,Object>
      Overrides:
      get in class DictionaryComponent<DecisionFunctionFact>
      Parameters:
      key - a String containing the property name to be fetched.
      Returns:
      the value corresponding to the key: a String, String[], DictionaryComponent, DictionaryComponentTable, etc.
    • put

      public Object put(String key, Object value)
      Description copied from class: DictionaryComponent
      Generic property setter. Throws runtime exceptions for incorrect arguments. Please see the specific bean class for a list of properties, their types, and permissible values.

      A put() with either null key or null value throws a NullPointerException.

      A put() with a key that is not a String throws a ClassCastException

      A put() of a value that is not of the correct type for the key throws a ClassCastException.

      Bean properties which have no set() method are read only, and cannot be modified using the put(). Attempting to do so throws a runtime IllegalArgumentException. PROP_ID, and PROP_*_SELECTED are always read only.

      Specified by:
      put in interface Map<String,Object>
      Overrides:
      put in class DictionaryComponent<DecisionFunctionFact>
      Parameters:
      key - the key of the property to set
      value - the value of the named property to set
      Returns:
      the previous value of the property
    • getPropertyNames

      public String[] getPropertyNames()
      Overrides:
      getPropertyNames in class ModelComponent<DecisionFunctionFact>
      Returns:
      Array of property names available.
    • getStoredPropertyNames

      public String[] getStoredPropertyNames()
      Overrides:
      getStoredPropertyNames in class ModelComponent<DecisionFunctionFact>
      Returns:
      Array of property names which are persisted in the order in which they appear in the schema.
    • getTypeIDs

      public DOID[] getTypeIDs()
      Specified by:
      getTypeIDs in interface Parameter
    • setTypeIDs

      public void setTypeIDs(DOID... ids)
      Specified by:
      setTypeIDs in interface Parameter
    • getQName

      public QName getQName() throws SDKException
      Get the QName to use when marshalling the XML Fact Type as input or output elements. In XML, the element name is not always the same as the type name.
      Returns:
      null if not an XML Fact Type or cannot determine the QName from the name/type of the decision function input/output.
      Throws:
      SDKException
    • validate

      public void validate(List<SDKException> errors, List<SDKWarning> warnings)
      Description copied from class: DictionaryComponent
      Validate and append errors and warnings.
      Overrides:
      validate in class DictionaryComponent<DecisionFunctionFact>
      Parameters:
      errors - a List of error exceptions to append to.
      warnings - a List of warning exceptions to append to.
      See Also:
    • isData

      public boolean isData()
    • getVariableRL

      public Object getVariableRL()
      Specified by:
      getVariableRL in interface ScopedVariable
    • getFactTypeID

      public DOID getFactTypeID()
      Specified by:
      getFactTypeID in interface ScopedVariable
    • setVariableRL

      public void setVariableRL(String name)
      Specified by:
      setVariableRL in interface ScopedVariable
    • setVariableRL

      public void setVariableRL(int varNum)
      Specified by:
      setVariableRL in interface ScopedVariable
    • isAssignable

      public boolean isAssignable()
      Specified by:
      isAssignable in interface ScopedVariable
    • getKind

      public Choice.Kind getKind()
      Specified by:
      getKind in interface ScopedVariable