Public Instance Methods : SstIdlContext

* createChild: childName
	"ACTION
		Corresponds to the CORBA::Context::create_child operation. Answers
		an instance of the receiver.

	PARAMETERS
		childName : <String>

	RETURN VALUE 
		<SstIldContext>"
Categories
	: CORBA::Context
* delete
	"ACTION
		Corresponds to the CORBA::Context::delete operation with flags set to 0.

	RETURN VALUE 
		<void>"
Categories
	: CORBA::Context
* deleteTree
	"ACTION
		Corresponds to the CORBA::Context::delete operation with flags set to 
		CTX_DELETE_DESCENDANTS.

	RETURN VALUE 
		<void>"
Categories
	: CORBA::Context
* deleteValues: key
	"ACTION
		Corresponds to the CORBA::Context::deleteValues operation.  Removes
		all property mappings matching @key. The scope is restricted to the
		receiver.

	RETURN VALUE 
		<void>"
Categories
	: CORBA::Context
* getValues: key
	"ACTION
		Corresponds to the CORBA::Context::get_values operation without a 
		scope name and op_flags = CXT_RESTRICT_SCOPE. 

	PARAMETERS
		key : <String>

	RETURN VALUE
		<Collection of <Association>>"
Categories
	: CORBA::Context
* getValues: scope propName: key
	"ACTION
		Corresponds to the CORBA::Context::get_values operation with 
		op_flags = CXT_RESTRICT_SCOPE. However, @scope must be
		a string value; if the current context is the initial scope to search
		within, then #getValues: should be used instead.

	PARAMETERS
		scope : <String>
		key : <String>

	RETURN VALUE
		<Collection of <Association>>"
Categories
	: CORBA::Context
* getValuesInTree: key
	"ACTION
		Corresponds to the CORBA::Context::get_values operation without a scope name. 
		Searching will propagate up the tree of contexts in which the receiver is embedded.

	PARAMETERS
		key : <String>

	RETURN VALUE
		<Collection of <Association>>"
Categories
	: CORBA::Context
* getValuesInTree: scope propName: key
	"ACTION
		Corresponds to the CORBA::Context::get_values operation. Searching
		will propagate up the tree of contexts in which the receiver is embedded.

	PARAMETERS
		scope : <String>
		key : <String>

	RETURN VALUE
		<Collection of <Association>>"
Categories
	: CORBA::Context
* setOneValue: mapping
	"ACTION
		Corresponds to the CORBA::Context::set_one_value operation.  Overwrites
		any existing mapping with the same key.

	PARAMETERS
		mapping : <Association>

	RETURN VALUE
		<Object>"
Categories
	: CORBA::Context
* setValues: mappings
	"ACTION
		Corresponds to the CORBA::Context::set_values operation. Each member of
		@mappings is added to the receiver, overwriting any existing mapping with
		the same key.

	PARAMETERS
		mappings : <Collection of <Association>>

	RETURN VALUE
		<void>"
Categories
	: CORBA::Context

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