Uses of Interface
com.sas.metadata.remote.MiningResult
Packages that use MiningResult
Package
Description
Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture.
Provides the implementation of the remote java interface to the SAS Metadata Server.
-
Uses of MiningResult in com.sas.metadata.remote
Methods in com.sas.metadata.remote that return MiningResultModifier and TypeMethodDescriptionArchiveFile.getAssociatedMiningResult()Gets theMiningResultforAssociatedMiningResultText.getAssociatedTrainedResult()Gets theMiningResultforAssociatedTrainedResultTextStore.getOwningMiningResult()Gets theMiningResultforOwningMiningResultMethods in com.sas.metadata.remote with parameters of type MiningResultModifier and TypeMethodDescriptionvoidArchiveFile.setAssociatedMiningResult(MiningResult inObject) Sets theAssociatedMiningResultslist 0th element to beinObject.voidText.setAssociatedTrainedResult(MiningResult inObject) Sets theAssociatedTrainedResultslist 0th element to beinObject.voidTextStore.setOwningMiningResult(MiningResult inObject) Sets theOwningMiningResultslist 0th element to beinObject. -
Uses of MiningResult in com.sas.metadata.remote.impl
Methods in com.sas.metadata.remote.impl that return MiningResultModifier and TypeMethodDescriptionArchiveFileImpl.getAssociatedMiningResult()Gets theMiningResultforAssociatedMiningResultNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.TextImpl.getAssociatedTrainedResult()Gets theMiningResultforAssociatedTrainedResultNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.TextStoreImpl.getOwningMiningResult()Gets theMiningResultforOwningMiningResultNOTE: If the list already exists and its state is MetadataState.AL_PARTIALSET and this object is not a new object, then the list will merge what is here with what is obtained from OMR.Methods in com.sas.metadata.remote.impl with parameters of type MiningResultModifier and TypeMethodDescriptionvoidArchiveFileImpl.setAssociatedMiningResult(MiningResult inObject) Sets theAssociatedMiningResultslist 0th element to beinObject.voidTextImpl.setAssociatedTrainedResult(MiningResult inObject) Sets theAssociatedTrainedResultslist 0th element to beinObject.voidTextStoreImpl.setOwningMiningResult(MiningResult inObject) Sets theOwningMiningResultslist 0th element to beinObject.