Public Instance Methods : Object

* sstIsFuture
	"ACTION
		Return false to indicate that the receiver is not a future.

	RETURN VALUE
		<false>"
Categories
	SST-API Developer
* sstIsSpace
	"ACTION
		Return false to indicate that the receiver is not object space.

	RETURN VALUE
		<false>"
Categories
	SST-API Developer
* isSstError
	"ACTION
		Answer true if the receiver is an SstError instance, otherwise answer false.

	RETURN VALUE
		<Boolean>"
Categories
	SST-API User
* sstIsComponentName
	"ACTION
		Return false to indicate that the receiver is not a valid SST 
		component name.

	RETURN VALUE
		<false>"
Categories
	SST-API User
* sstIsConfiguration
	"ACTION
		Return false to indicate that the receiver is not an SST configuration.

	RETURN VALUE
		<false>

	NOTES
		The class SstConfiguration and its subclasses implement this method to return true.
		Other classes may do as well."
Categories
	SST-API User
* sstIsExportKey
	"ACTION
		Return false to indicate that the receiver is not an export key.

	RETURN VALUE
		<false>"
Categories
	SST-API User
* sstIsImportKey
	"ACTION
		Return false to indicate that the receiver is not an import key.

	RETURN VALUE
		<false>"
Categories
	SST-API User
* sstIsRemote
	"ACTION
		Return false to indicate that the receiver is not a remote object.

	RETURN VALUE
		<false>"
Categories
	SST-API User

[FIRST] [PREV] [NEXT] [LAST]