| Modifier and Type | Class and Description | 
|---|---|
class  | 
TieSimpleProperty
TieSimpleProperty allows the ECMSDK-defined behavior 
 of the SimpleProperty classobject (and its subclasses) 
 to be extended or overridden. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SimpleProperty[] | 
SimpleProperty.deriveNewSimplePropertySet(LibraryObject refingObject,
                          SimpleProperty[] originalProps,
                          SimplePropertyDefinition[] propDefs)
Create or update SimpleProperty obejcts. 
 | 
SimpleProperty[] | 
SimplePropertyTable.getProperties()
Gets the properties (SimpleProperty objects) for this object. 
 | 
SimpleProperty | 
SimplePropertyTable.getProperty(String propName)
Gets the property (SimpleProperty object) for the property name specified. 
 | 
SimpleProperty[] | 
LibraryObject.getSimpleProperties(String attrName)
Gets the SimpleProperty objects for this object,
 for the specified attribute. 
 | 
SimpleProperty | 
LibraryObject.getSimpleProperty(String attrName,
                 String propName)
Gets the SimpleProperty for the property name specified,
 for the specified attribute. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SimpleProperty[] | 
SimpleProperty.deriveNewSimplePropertySet(LibraryObject refingObject,
                          SimpleProperty[] originalProps,
                          SimplePropertyDefinition[] propDefs)
Create or update SimpleProperty obejcts. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SimpleProperty[] | 
ControllerJob.getJobSettings()
Gets the settings used to describe the job. 
 | 
SimpleProperty[] | 
AuditHandlerSpecification.getSettings()
Gets the settings used to describe this instance. 
 | 
SimpleProperty[] | 
DispatchedEvent.getSettings()
Gets the settings that can be used for custom communication 
 between the dispatcher and a Worker. 
 | 
SimpleProperty[] | 
DispatchingHandlerSpecification.getSettings()
Gets the settings used to describe the instance. 
 | 
SimpleProperty[] | 
FolderIndexPartitionSpecification.getSettings()
Gets the settings used to describe the instance. 
 | 
SimpleProperty[] | 
ServerSpecification.getSettings()
Gets the settings used to describe the instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SimpleProperty[] | 
InformationExtraction.getConfirmedResults()
Gets the confirmed results based on the 
 Confirmed outcome and any other summary information. 
 | 
SimpleProperty[] | 
InformationExtraction.getFinisherOverrideSettings()
Gets the overridden finisher settings used when this object is executed. 
 | 
SimpleProperty[] | 
InformationExtraction.getFinisherSettings()
Gets the effective finisher settings used when this object is executed. 
 | 
SimpleProperty[] | 
InformationExtractionOutcomeMarking.getMarkingDetails()
Gets the details pertaining to the marking. 
 | 
SimpleProperty[] | 
InformationExtractionRelationMention.getMentionDetails()
Gets the details pertaining to the relation mention. 
 | 
SimpleProperty[] | 
InformationExtractionOutcome.getOutcomeDetails()
Gets the details pertaining to the outcome. 
 | 
SimpleProperty[] | 
InformationExtraction.getParserOverrideSettings()
Gets the overridden parser settings used when this object is executed. 
 | 
SimpleProperty[] | 
InformationExtraction.getParserSettings()
Gets the effective parser settings used when this object is executed. 
 | 
SimpleProperty[] | 
InformationExtraction.getPreparerOverrideSettings()
Gets the overridden preparer settings used when this object is executed. 
 | 
SimpleProperty[] | 
InformationExtraction.getPreparerSettings()
Gets the effective preparer settings used when this object is executed. 
 | 
SimpleProperty[] | 
InformationExtractionOutcomeMarkingRelation.getRelationDetails()
Gets the details pertaining to the relation. 
 | 
SimpleProperty[] | 
InformationExtractionImplicitEntityRelation.getRuleSettings()
Gets the rule settings (SimpleProperty objects) used to decide 
 if an implicit relation exists between source and target markings. 
 | 
SimpleProperty[] | 
InformationExtraction.getSettings()
Gets the miscellaneous settings used when this object is executed. 
 | 
SimpleProperty[] | 
InformationExtractionAbstractSpecification.getSettings()
Gets the settings (SimpleProperty objects) for this object. 
 | 
SimpleProperty[] | 
InformationExtractionResultSet.getSettings()
Gets the settings for this instance. 
 | 
SimpleProperty[] | 
InformationExtractionTrainingSet.getSettings()
Gets the settings for this instance. 
 | 
SimpleProperty[] | 
InformationExtraction.getSolverOverrideSettings()
Gets the overridden solver settings used when this object is executed. 
 | 
SimpleProperty[] | 
InformationExtraction.getSolverSettings()
Gets the effective solver settings used when this object is executed. 
 | 
SimpleProperty[] | 
InformationExtraction.getTrainerOverrideSettings()
Gets the overridden trainer settings used when this object is executed. 
 | 
SimpleProperty[] | 
InformationExtraction.getTrainerSettings()
Gets the effective trainer settings used when this object is executed. 
 | 
SimpleProperty[] | 
InformationExtraction.getUnconfirmedResults()
Gets the unconfirmed results from the Prepare, Parse, 
 Solve, and Finish phases. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
ShowUtils.showSimpleProperties(Logger logger,
                    String attrName,
                    SimpleProperty[] props,
                    String[] hiddenProps,
                    String prefix)
Show nested SimpleProperty details. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SimpleProperty[] | 
WeatherSummary.getMeasurements()
Gets the miscellaneous weather measurements. 
 | 
SimpleProperty[] | 
BatterMilestone.getMilestoneSettings()
Gets the miscellaneous milestone settings. 
 | 
SimpleProperty[] | 
BaseballStatistics.getPersonalSettings()
Gets the personal settings used to escribe the player. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SimpleProperty | 
CopyUtilities.copySimpleProperty(SimpleProperty prop,
                  Long refId,
                  Long refClassId)
Performs an object copy of a SimpleProperty. 
 | 
static SimpleProperty[] | 
CopyUtilities.copySimplePropertyArray(SimpleProperty[] props,
                       Long refId,
                       Long refClassId)
Performs an object copy of an array of SimpleProperty. 
 | 
SimpleProperty[] | 
AttributeValueTable.createSimpleProperties(LibraryObject refObj)
Creates SimpleProperty objects 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SimpleProperty | 
CopyUtilities.copySimpleProperty(SimpleProperty prop,
                  Long refId,
                  Long refClassId)
Performs an object copy of a SimpleProperty. 
 | 
static SimpleProperty[] | 
CopyUtilities.copySimplePropertyArray(SimpleProperty[] props,
                       Long refId,
                       Long refClassId)
Performs an object copy of an array of SimpleProperty. 
 | 
void | 
AttributeValueTable.put(SimpleProperty[] props)
Applies values from the specified array of SimpleProperty objects. 
 | 
| Constructor and Description | 
|---|
AttributeValueTable(SimpleProperty[] props)
Constructs an AttributeValueTable from a set of SimpleProperty. 
 | 
Copyright © 2025. All rights reserved.