|
Metadata |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MiningResult
Represents a SAS Enterprise Data Mining Model that is a formula or algorithm that computes outputs from inputs. A data mining model includes information about the conditional distribution of the target variables, given the input variables.
Attributes of MiningResult are:
Subject
MiningFunction
MiningAlgorithm
MiningTool
Status
Rating
WorkspaceName
ModelKey
SourceCodeType
Associations of MiningResult are:
factory
create methods. // create a store to contain your objects for this change. If you do not have an existing object // or store to use. You may obtain the store from another object by using Object.getObjectStore(). MdFactory factory; //where "factory" is a valid MdFactory instance MdObjectStore objectStore = factory.createObjectStore(); MiningResult myObject = (MiningResult) factory.createComplexMetadataObject(objectStore, "MiningResult_Object", MetadataObjects.MININGRESULT, "AAAAAAAA"); myObject.updateMetadataAll(); // Write object to server objectStore.dispose(); // dispose of the object store if it is no longer needed
MdOMIUtil
.
updateMetadataAll
method.
delete
method can be used.
This will flag the object as being deleted on the client, and will require an update call to persist
the change to the server.
Field Summary | |
---|---|
static java.lang.String |
ASSOCIATION_MININGREPORTS_NAME
Constant used for the name of the MiningReports association. |
static java.lang.String |
ASSOCIATION_RESULTPMML_NAME
Constant used for the name of the ResultPMML association. |
static java.lang.String |
ASSOCIATION_TARGETS_NAME
Constant used for the name of the Targets association. |
static java.lang.String |
ASSOCIATION_TARGETTABLE_NAME
Constant used for the name of the TargetTable association. |
static java.lang.String |
ASSOCIATION_TRAINCODE_NAME
Constant used for the name of the TrainCode association. |
static java.lang.String |
ASSOCIATION_TRAININGTABLE_NAME
Constant used for the name of the TrainingTable association. |
static java.lang.String |
ATTRIBUTE_MININGALGORITHM_NAME
Constant used for the name of the MiningAlgorithm attribute. |
static java.lang.String |
ATTRIBUTE_MININGFUNCTION_NAME
Constant used for the name of the MiningFunction attribute. |
static java.lang.String |
ATTRIBUTE_MININGTOOL_NAME
Constant used for the name of the MiningTool attribute. |
static java.lang.String |
ATTRIBUTE_MODELKEY_NAME
Constant used for the name of the ModelKey attribute. |
static java.lang.String |
ATTRIBUTE_RATING_NAME
Constant used for the name of the Rating attribute. |
static java.lang.String |
ATTRIBUTE_SOURCECODETYPE_NAME
Constant used for the name of the SourceCodeType attribute. |
static java.lang.String |
ATTRIBUTE_STATUS_NAME
Constant used for the name of the Status attribute. |
static java.lang.String |
ATTRIBUTE_SUBJECT_NAME
Constant used for the name of the Subject attribute. |
static java.lang.String |
ATTRIBUTE_WORKSPACENAME_NAME
Constant used for the name of the WorkspaceName attribute. |
Fields inherited from interface com.sas.metadata.remote.Transformation |
---|
ASSOCIATION_ASSOCIATEDPROMPT_NAME, ASSOCIATION_STEPS_NAME |
Fields inherited from interface com.sas.metadata.remote.PrimaryType |
---|
ASSOCIATION_FAVORITESCONTAINERS_NAME, ATTRIBUTE_ISHIDDEN_NAME, ATTRIBUTE_PUBLICTYPE_NAME |
Fields inherited from interface com.sas.metadata.remote.MdObjectBase |
---|
ATTRIBUTE_DESC_NAME, ATTRIBUTE_ID_NAME, ATTRIBUTE_METADATACREATED_NAME, ATTRIBUTE_METADATAUPDATED_NAME, ATTRIBUTE_NAME_NAME |
Method Summary | |
---|---|
java.lang.String |
getMiningAlgorithm()
Gets the String value of MiningAlgorithm |
int |
getMiningAlgorithmMaxLength()
Gets the maximum length of MiningAlgorithm |
int |
getMiningAlgorithmState()
Gets the Metadata State of MiningAlgorithm |
java.lang.String |
getMiningFunction()
Gets the String value of MiningFunction |
int |
getMiningFunctionMaxLength()
Gets the maximum length of MiningFunction |
int |
getMiningFunctionState()
Gets the Metadata State of MiningFunction |
AssociationList |
getMiningReports()
Gets the AssociationList of MiningReports |
AssociationList |
getMiningReports(boolean fGoToServer)
Gets the Associationlist of MiningReports |
java.lang.String |
getMiningTool()
Gets the String value of MiningTool |
int |
getMiningToolMaxLength()
Gets the maximum length of MiningTool |
int |
getMiningToolState()
Gets the Metadata State of MiningTool |
java.lang.String |
getModelKey()
Gets the String value of ModelKey |
int |
getModelKeyMaxLength()
Gets the maximum length of ModelKey |
int |
getModelKeyState()
Gets the Metadata State of ModelKey |
double |
getRating()
Gets the double value of Rating |
int |
getRatingState()
Gets the Metadata State of Rating |
TextStore |
getResultPMML()
Gets the TextStore for ResultPMML |
AssociationList |
getResultPMMLs()
Gets the Association list of ResultPMMLs |
AssociationList |
getResultPMMLs(boolean fGoToServer)
Gets the Associationlist of ResultPMMLs |
java.lang.String |
getSourceCodeType()
Gets the String value of SourceCodeType |
int |
getSourceCodeTypeMaxLength()
Gets the maximum length of SourceCodeType |
int |
getSourceCodeTypeState()
Gets the Metadata State of SourceCodeType |
java.lang.String |
getStatus()
Gets the String value of Status |
int |
getStatusMaxLength()
Gets the maximum length of Status |
int |
getStatusState()
Gets the Metadata State of Status |
java.lang.String |
getSubject()
Gets the String value of Subject |
int |
getSubjectMaxLength()
Gets the maximum length of Subject |
int |
getSubjectState()
Gets the Metadata State of Subject |
AssociationList |
getTargets()
Gets the AssociationList of Targets |
AssociationList |
getTargets(boolean fGoToServer)
Gets the Associationlist of Targets |
RelationalTable |
getTargetTable()
Gets the RelationalTable for TargetTable |
AssociationList |
getTargetTables()
Gets the AssociationList of TargetTables |
AssociationList |
getTargetTables(boolean fGoToServer)
Gets the Associationlist of TargetTables |
Text |
getTrainCode()
Gets the Text for TrainCode |
AssociationList |
getTrainCodes()
Gets the AssociationList of TrainCodes |
AssociationList |
getTrainCodes(boolean fGoToServer)
Gets the Associationlist of TrainCodes |
PhysicalTable |
getTrainingTable()
Gets the PhysicalTable for TrainingTable |
AssociationList |
getTrainingTables()
Gets the Association list of TrainingTables |
AssociationList |
getTrainingTables(boolean fGoToServer)
Gets the Associationlist of TrainingTables |
java.lang.String |
getWorkspaceName()
Gets the String value of WorkspaceName |
int |
getWorkspaceNameMaxLength()
Gets the maximum length of WorkspaceName |
int |
getWorkspaceNameState()
Gets the Metadata State of WorkspaceName |
void |
initializePredObjects()
(S) Adds the Associated objects to the predObjects which are: MiningReports Targets TargetTable TrainCode |
void |
initializeRequiredObjects()
(S) This initializes the Required Objects(Roles) which are: |
void |
setMiningAlgorithm(java.lang.String inMiningAlgorithm)
Sets the MiningAlgorithm value and sets the state to MetadataState.LOCAL. |
void |
setMiningAlgorithm(java.lang.String inMiningAlgorithm,
int state)
Sets the MiningAlgorithm Metadata State. |
void |
setMiningAlgorithmState(int state)
Sets the Metadata State of MiningAlgorithm . |
void |
setMiningFunction(java.lang.String inMiningFunction)
Sets the MiningFunction value and sets the state to MetadataState.LOCAL. |
void |
setMiningFunction(java.lang.String inMiningFunction,
int state)
Sets the MiningFunction Metadata State. |
void |
setMiningFunctionState(int state)
Sets the Metadata State of MiningFunction . |
void |
setMiningReports(AssociationList list)
Sets the MiningReports list to be list . |
void |
setMiningReports(AssociationList inObjects,
int state)
Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationList |
void |
setMiningTool(java.lang.String inMiningTool)
Sets the MiningTool value and sets the state to MetadataState.LOCAL. |
void |
setMiningTool(java.lang.String inMiningTool,
int state)
Sets the MiningTool Metadata State. |
void |
setMiningToolState(int state)
Sets the Metadata State of MiningTool . |
void |
setModelKey(java.lang.String inModelKey)
Sets the ModelKey value and sets the state to MetadataState.LOCAL. |
void |
setModelKey(java.lang.String inModelKey,
int state)
Sets the ModelKey Metadata State. |
void |
setModelKeyState(int state)
Sets the Metadata State of ModelKey . |
void |
setRating(double inRating)
Sets the Rating value and sets the state to MetadataState.LOCAL. |
void |
setRating(double inRating,
int state)
Sets the Rating Metadata State. |
void |
setRating(java.lang.String inRating)
Sets the Rating value and sets the state to MetadataState.LOCAL |
void |
setRating(java.lang.String inRating,
int state)
Sets the Rating value and Metadata State. |
void |
setRatingState(int state)
Sets the Metadata State of Rating . |
void |
setResultPMML(TextStore inObject)
Sets the ResultPMMLs list 0th element to be inObject . |
void |
setResultPMMLs(AssociationList list)
Sets the ResultPMMLs list to be list . |
void |
setResultPMMLs(AssociationList list,
int state)
Sets the ResultPMMLs list to be list . |
void |
setSourceCodeType(java.lang.String inSourceCodeType)
Sets the SourceCodeType value and sets the state to MetadataState.LOCAL. |
void |
setSourceCodeType(java.lang.String inSourceCodeType,
int state)
Sets the SourceCodeType Metadata State. |
void |
setSourceCodeTypeState(int state)
Sets the Metadata State of SourceCodeType . |
void |
setStatus(java.lang.String inStatus)
Sets the Status value and sets the state to MetadataState.LOCAL. |
void |
setStatus(java.lang.String inStatus,
int state)
Sets the Status Metadata State. |
void |
setStatusState(int state)
Sets the Metadata State of Status . |
void |
setSubject(java.lang.String inSubject)
Sets the Subject value and sets the state to MetadataState.LOCAL. |
void |
setSubject(java.lang.String inSubject,
int state)
Sets the Subject Metadata State. |
void |
setSubjectState(int state)
Sets the Metadata State of Subject . |
void |
setTargets(AssociationList list)
Sets the Targets list to be list . |
void |
setTargets(AssociationList inObjects,
int state)
Sets the entire AssociationList to match the passed in Vector, sets the state of the AssociationList |
void |
setTargetTable(RelationalTable inObject)
Sets the TargetTables list 0th element to be inObject . |
void |
setTargetTables(AssociationList list)
Sets the TargetTables list to be list . |
void |
setTargetTables(AssociationList list,
int state)
Sets the TargetTables list to be list . |
void |
setTrainCode(Text inObject)
Sets the TrainCodes list 0th element to be inObject . |
void |
setTrainCodes(AssociationList list)
Sets the TrainCodes list to be list . |
void |
setTrainCodes(AssociationList list,
int state)
Sets the TrainCodes list to be list . |
void |
setTrainingTable(PhysicalTable inObject)
Sets the TrainingTables list 0th element to be inObject . |
void |
setTrainingTables(AssociationList list)
Sets the TrainingTables list to be list . |
void |
setTrainingTables(AssociationList list,
int state)
Sets the TrainingTables list to be list . |
void |
setWorkspaceName(java.lang.String inWorkspaceName)
Sets the WorkspaceName value and sets the state to MetadataState.LOCAL. |
void |
setWorkspaceName(java.lang.String inWorkspaceName,
int state)
Sets the WorkspaceName Metadata State. |
void |
setWorkspaceNameState(int state)
Sets the Metadata State of WorkspaceName . |
Methods inherited from interface com.sas.metadata.remote.Transformation |
---|
getAssociatedPrompt, getAssociatedPrompts, getAssociatedPrompts, getSteps, getSteps, setAssociatedPrompt, setAssociatedPrompts, setAssociatedPrompts, setSteps, setSteps |
Methods inherited from interface com.sas.metadata.remote.PrimaryType |
---|
getFavoritesContainers, getFavoritesContainers, getIsHidden, getIsHiddenState, getPublicType, getPublicTypeMaxLength, getPublicTypeState, setFavoritesContainers, setFavoritesContainers, setIsHidden, setIsHidden, setIsHidden, setIsHidden, setIsHiddenState, setPublicType, setPublicType, setPublicTypeState |
Methods inherited from interface com.sas.metadata.remote.MdObjectBaseXML |
---|
closeUpdateMetadataXML, createEmptyXML, createObjectRefreshXML, createObjectXML, createObjectXML, createUpdateAssociationXML, createUpdateAssociationXML, createUpdateSimpleXML, doCreateUpdateXML, getUpdateSimpleSubstring, updateMetadataAll |
Field Detail |
---|
static final java.lang.String ATTRIBUTE_SUBJECT_NAME
Subject: Subject
static final java.lang.String ATTRIBUTE_MININGFUNCTION_NAME
MiningFunction: The function used. such as Association, Sequence
static final java.lang.String ATTRIBUTE_MININGALGORITHM_NAME
MiningAlgorithm: The algorithm used. such as Clustering, Tree
static final java.lang.String ATTRIBUTE_MININGTOOL_NAME
MiningTool: MiningTool
static final java.lang.String ATTRIBUTE_STATUS_NAME
Status: Production, Archived, Experimental
static final java.lang.String ATTRIBUTE_RATING_NAME
Rating: How good does the result rate?
static final java.lang.String ATTRIBUTE_WORKSPACENAME_NAME
WorkspaceName: Name of the document the result was created in.
static final java.lang.String ATTRIBUTE_MODELKEY_NAME
ModelKey: UUID or Name of the model used to score a table.
static final java.lang.String ATTRIBUTE_SOURCECODETYPE_NAME
SourceCodeType: "Data Step" for data step fragment code, and "SAS Program" for sas program code.
static final java.lang.String ASSOCIATION_MININGREPORTS_NAME
MiningReports: The collection of data and metadata to create reports for this mining result.
static final java.lang.String ASSOCIATION_TARGETS_NAME
Targets: The targets that are acted upon by this model.
static final java.lang.String ASSOCIATION_TARGETTABLE_NAME
TargetTable: The target table associated to this mining result.
static final java.lang.String ASSOCIATION_TRAINCODE_NAME
TrainCode: The code used to retrain a model.
static final java.lang.String ASSOCIATION_RESULTPMML_NAME
ResultPMML: The PMML associated to this mining result.
static final java.lang.String ASSOCIATION_TRAININGTABLE_NAME
TrainingTable: The traning table associated with this mining result.
Method Detail |
---|
void initializeRequiredObjects() throws java.rmi.RemoteException
initializeRequiredObjects
in interface AbstractTransformation
initializeRequiredObjects
in interface MdObjectBaseUtil
initializeRequiredObjects
in interface PrimaryType
initializeRequiredObjects
in interface Root
initializeRequiredObjects
in interface Transformation
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.void initializePredObjects() throws java.rmi.RemoteException
MiningReports
Targets
TargetTable
TrainCode
initializePredObjects
in interface AbstractTransformation
initializePredObjects
in interface MdObjectBase
initializePredObjects
in interface PrimaryType
initializePredObjects
in interface Root
initializePredObjects
in interface Transformation
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.java.lang.String getSubject() throws java.rmi.RemoteException
String
value of Subject
Subject
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.int getSubjectState() throws java.rmi.RemoteException
Subject
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.int getSubjectMaxLength() throws java.rmi.RemoteException
Subject
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.java.lang.String getMiningFunction() throws java.rmi.RemoteException
String
value of MiningFunction
MiningFunction
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.int getMiningFunctionState() throws java.rmi.RemoteException
MiningFunction
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.int getMiningFunctionMaxLength() throws java.rmi.RemoteException
MiningFunction
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.java.lang.String getMiningAlgorithm() throws java.rmi.RemoteException
String
value of MiningAlgorithm
MiningAlgorithm
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.int getMiningAlgorithmState() throws java.rmi.RemoteException
MiningAlgorithm
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.int getMiningAlgorithmMaxLength() throws java.rmi.RemoteException
MiningAlgorithm
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.java.lang.String getMiningTool() throws java.rmi.RemoteException
String
value of MiningTool
MiningTool
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.int getMiningToolState() throws java.rmi.RemoteException
MiningTool
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.int getMiningToolMaxLength() throws java.rmi.RemoteException
MiningTool
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.java.lang.String getStatus() throws java.rmi.RemoteException
String
value of Status
Status
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.int getStatusState() throws java.rmi.RemoteException
Status
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.int getStatusMaxLength() throws java.rmi.RemoteException
Status
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.double getRating() throws java.rmi.RemoteException
double
value of Rating
Rating
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.int getRatingState() throws java.rmi.RemoteException
Rating
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.java.lang.String getWorkspaceName() throws java.rmi.RemoteException
String
value of WorkspaceName
WorkspaceName
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.int getWorkspaceNameState() throws java.rmi.RemoteException
WorkspaceName
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.int getWorkspaceNameMaxLength() throws java.rmi.RemoteException
WorkspaceName
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.java.lang.String getModelKey() throws java.rmi.RemoteException
String
value of ModelKey
ModelKey
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.int getModelKeyState() throws java.rmi.RemoteException
ModelKey
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.int getModelKeyMaxLength() throws java.rmi.RemoteException
ModelKey
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.java.lang.String getSourceCodeType() throws java.rmi.RemoteException
String
value of SourceCodeType
SourceCodeType
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.int getSourceCodeTypeState() throws java.rmi.RemoteException
SourceCodeType
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.int getSourceCodeTypeMaxLength() throws java.rmi.RemoteException
SourceCodeType
java.rmi.RemoteException
- If error connecting/communicating to/with remote object.AssociationList getMiningReports() throws java.rmi.RemoteException, MdException
MiningReports
MiningReports
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getTargets() throws java.rmi.RemoteException, MdException
Targets
Targets
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getTargetTables() throws java.rmi.RemoteException, MdException
TargetTables
TargetTables
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
RelationalTable getTargetTable() throws java.rmi.RemoteException, MdException
RelationalTable
for TargetTable
RelationalTable
( null
if not set) of TargetTable
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getTrainCodes() throws java.rmi.RemoteException, MdException
TrainCodes
TrainCodes
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
Text getTrainCode() throws java.rmi.RemoteException, MdException
Text
for TrainCode
Text
( null
if not set) of TrainCode
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getResultPMMLs() throws java.rmi.RemoteException, MdException
ResultPMMLs
ResultPMMLs
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.TextStore getResultPMML() throws java.rmi.RemoteException, MdException
TextStore
for ResultPMML
TextStore
( null
if not set ) of ResultPMML
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getTrainingTables() throws java.rmi.RemoteException, MdException
TrainingTables
TrainingTables
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.PhysicalTable getTrainingTable() throws java.rmi.RemoteException, MdException
PhysicalTable
for TrainingTable
PhysicalTable
( null
if not set ) of TrainingTable
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getMiningReports(boolean fGoToServer) throws java.rmi.RemoteException, MdException
MiningReports
fGoToServer
- boolean Get the value from the server.
MiningReports
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getTargets(boolean fGoToServer) throws java.rmi.RemoteException, MdException
Targets
fGoToServer
- boolean Get the value from the server.
Targets
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getTargetTables(boolean fGoToServer) throws java.rmi.RemoteException, MdException
TargetTables
fGoToServer
- boolean Get the value from the server.
TargetTables
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getTrainCodes(boolean fGoToServer) throws java.rmi.RemoteException, MdException
TrainCodes
fGoToServer
- boolean Get the value from the server.
TrainCodes
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getResultPMMLs(boolean fGoToServer) throws java.rmi.RemoteException, MdException
ResultPMMLs
fGoToServer
- boolean Get the value from the server.
ResultPMMLs
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.AssociationList getTrainingTables(boolean fGoToServer) throws java.rmi.RemoteException, MdException
TrainingTables
fGoToServer
- boolean Get the value from the server.
TrainingTables
which can be of type: java.rmi.RemoteException
- If error connecting/communicating to/with remote object.
MdException
- If error getting/setting part of the object.void setSubject(java.lang.String inSubject) throws java.rmi.RemoteException
Subject
value and sets the state to MetadataState.LOCAL.
inSubject
- String
java.rmi.RemoteException
- If error communicating with remote object.void setSubject(java.lang.String inSubject, int state) throws java.rmi.RemoteException
Subject
Metadata State.
inSubject
- Stringstate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setSubjectState(int state) throws java.rmi.RemoteException
Subject
.
state
- int
java.rmi.RemoteException
- If error communicating with remote object.void setMiningFunction(java.lang.String inMiningFunction) throws java.rmi.RemoteException
MiningFunction
value and sets the state to MetadataState.LOCAL.
inMiningFunction
- String
java.rmi.RemoteException
- If error communicating with remote object.void setMiningFunction(java.lang.String inMiningFunction, int state) throws java.rmi.RemoteException
MiningFunction
Metadata State.
inMiningFunction
- Stringstate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setMiningFunctionState(int state) throws java.rmi.RemoteException
MiningFunction
.
state
- int
java.rmi.RemoteException
- If error communicating with remote object.void setMiningAlgorithm(java.lang.String inMiningAlgorithm) throws java.rmi.RemoteException
MiningAlgorithm
value and sets the state to MetadataState.LOCAL.
inMiningAlgorithm
- String
java.rmi.RemoteException
- If error communicating with remote object.void setMiningAlgorithm(java.lang.String inMiningAlgorithm, int state) throws java.rmi.RemoteException
MiningAlgorithm
Metadata State.
inMiningAlgorithm
- Stringstate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setMiningAlgorithmState(int state) throws java.rmi.RemoteException
MiningAlgorithm
.
state
- int
java.rmi.RemoteException
- If error communicating with remote object.void setMiningTool(java.lang.String inMiningTool) throws java.rmi.RemoteException
MiningTool
value and sets the state to MetadataState.LOCAL.
inMiningTool
- String
java.rmi.RemoteException
- If error communicating with remote object.void setMiningTool(java.lang.String inMiningTool, int state) throws java.rmi.RemoteException
MiningTool
Metadata State.
inMiningTool
- Stringstate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setMiningToolState(int state) throws java.rmi.RemoteException
MiningTool
.
state
- int
java.rmi.RemoteException
- If error communicating with remote object.void setStatus(java.lang.String inStatus) throws java.rmi.RemoteException
Status
value and sets the state to MetadataState.LOCAL.
inStatus
- String
java.rmi.RemoteException
- If error communicating with remote object.void setStatus(java.lang.String inStatus, int state) throws java.rmi.RemoteException
Status
Metadata State.
inStatus
- Stringstate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setStatusState(int state) throws java.rmi.RemoteException
Status
.
state
- int
java.rmi.RemoteException
- If error communicating with remote object.void setRating(double inRating) throws java.rmi.RemoteException
Rating
value and sets the state to MetadataState.LOCAL.
inRating
- double
java.rmi.RemoteException
- If error communicating with remote object.void setRating(double inRating, int state) throws java.rmi.RemoteException
Rating
Metadata State.
inRating
- doublestate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setRating(java.lang.String inRating) throws java.rmi.RemoteException
Rating
value and sets the state to MetadataState.LOCAL
inRating
- String
java.rmi.RemoteException
- If error communicating with remote object.void setRating(java.lang.String inRating, int state) throws java.rmi.RemoteException
Rating
value and Metadata State.
inRating
- Stringstate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setRatingState(int state) throws java.rmi.RemoteException
Rating
.
state
- int
java.rmi.RemoteException
- If error communicating with remote object.void setWorkspaceName(java.lang.String inWorkspaceName) throws java.rmi.RemoteException
WorkspaceName
value and sets the state to MetadataState.LOCAL.
inWorkspaceName
- String
java.rmi.RemoteException
- If error communicating with remote object.void setWorkspaceName(java.lang.String inWorkspaceName, int state) throws java.rmi.RemoteException
WorkspaceName
Metadata State.
inWorkspaceName
- Stringstate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setWorkspaceNameState(int state) throws java.rmi.RemoteException
WorkspaceName
.
state
- int
java.rmi.RemoteException
- If error communicating with remote object.void setModelKey(java.lang.String inModelKey) throws java.rmi.RemoteException
ModelKey
value and sets the state to MetadataState.LOCAL.
inModelKey
- String
java.rmi.RemoteException
- If error communicating with remote object.void setModelKey(java.lang.String inModelKey, int state) throws java.rmi.RemoteException
ModelKey
Metadata State.
inModelKey
- Stringstate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setModelKeyState(int state) throws java.rmi.RemoteException
ModelKey
.
state
- int
java.rmi.RemoteException
- If error communicating with remote object.void setSourceCodeType(java.lang.String inSourceCodeType) throws java.rmi.RemoteException
SourceCodeType
value and sets the state to MetadataState.LOCAL.
inSourceCodeType
- String
java.rmi.RemoteException
- If error communicating with remote object.void setSourceCodeType(java.lang.String inSourceCodeType, int state) throws java.rmi.RemoteException
SourceCodeType
Metadata State.
inSourceCodeType
- Stringstate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setSourceCodeTypeState(int state) throws java.rmi.RemoteException
SourceCodeType
.
state
- int
java.rmi.RemoteException
- If error communicating with remote object.void setMiningReports(AssociationList list) throws java.rmi.RemoteException
MiningReports
list to be list
. Objects of which can be of type:
list
- AssociationList
java.rmi.RemoteException
- If error communicating with remote object.void setMiningReports(AssociationList inObjects, int state) throws java.rmi.RemoteException
inObjects
- AssociationListstate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setTargets(AssociationList list) throws java.rmi.RemoteException
Targets
list to be list
. Objects of which can be of type:
list
- AssociationList
java.rmi.RemoteException
- If error communicating with remote object.void setTargets(AssociationList inObjects, int state) throws java.rmi.RemoteException
inObjects
- AssociationListstate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setTargetTables(AssociationList list) throws java.rmi.RemoteException
TargetTables
list to be list
. Object of which can be of type:
list
- AssociationList
java.rmi.RemoteException
- If error communicating with remote object.void setTargetTables(AssociationList list, int state) throws java.rmi.RemoteException
TargetTables
list to be list
. Object of which can be of type:
list
- AssociationListstate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setTargetTable(RelationalTable inObject) throws java.rmi.RemoteException
TargetTables
list 0th element to be inObject
.
inObject
- RelationalTable
java.rmi.RemoteException
- If error communicating with remote object.void setTrainCodes(AssociationList list) throws java.rmi.RemoteException
TrainCodes
list to be list
. Object of which can be of type:
list
- AssociationList
java.rmi.RemoteException
- If error communicating with remote object.void setTrainCodes(AssociationList list, int state) throws java.rmi.RemoteException
TrainCodes
list to be list
. Object of which can be of type:
list
- AssociationListstate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setTrainCode(Text inObject) throws java.rmi.RemoteException
TrainCodes
list 0th element to be inObject
.
inObject
- Text
java.rmi.RemoteException
- If error communicating with remote object.void setResultPMMLs(AssociationList list) throws java.rmi.RemoteException
ResultPMMLs
list to be list
. Objects of which can be of type:
list
- AssociationList
java.rmi.RemoteException
- If error communicating with remote object.void setResultPMMLs(AssociationList list, int state) throws java.rmi.RemoteException
ResultPMMLs
list to be list
. Objects of which can be of type:
list
- AssociationListstate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setResultPMML(TextStore inObject) throws java.rmi.RemoteException
ResultPMMLs
list 0th element to be inObject
.
inObject
- TextStore
java.rmi.RemoteException
- If error communicating with remote object.void setTrainingTables(AssociationList list) throws java.rmi.RemoteException
TrainingTables
list to be list
. Objects of which can be of type:
list
- AssociationList
java.rmi.RemoteException
- If error communicating with remote object.void setTrainingTables(AssociationList list, int state) throws java.rmi.RemoteException
TrainingTables
list to be list
. Objects of which can be of type:
list
- AssociationListstate
- int
java.rmi.RemoteException
- If error communicating with remote object.void setTrainingTable(PhysicalTable inObject) throws java.rmi.RemoteException
TrainingTables
list 0th element to be inObject
.
inObject
- PhysicalTable
java.rmi.RemoteException
- If error communicating with remote object.
|
Metadata |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |