|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Interface for RSE core registry. Clients should use this interface as the starting point for querying and manipulating model objects in the RSE framework. This interface is not intended to be implemented by clients.
| Field Summary | |
|---|---|
static String |
PI_RSE_CORE
|
static String |
PI_SYSTEM_TYPES
|
| Method Summary | |
|---|---|
IRSESystemType |
getSystemType(String name)
Returns a system type object given the name. |
String[] |
getSystemTypeNames()
Returns the names of all defined system types. |
IRSESystemType[] |
getSystemTypes()
Returns all defined system types. |
| Field Detail |
public static final String PI_RSE_CORE
public static final String PI_SYSTEM_TYPES
| Method Detail |
public IRSESystemType[] getSystemTypes()
public String[] getSystemTypeNames()
public IRSESystemType getSystemType(String name)
name - the name of the system type
null if none is found
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||