Class Exposes
java.lang.Object
com.dassault_systemes.modeler.sysml.model.Exposes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOwnedExpose(Namespace namespace) Returns a list of allExposeimports owned by the given namespace.streamOfOwnedExpose(Namespace namespace) Returns a stream of allExposeimports owned by the given namespace.
-
Constructor Details
-
Exposes
public Exposes()
-
-
Method Details
-
streamOfOwnedExpose
Returns a stream of allExposeimports owned by the given namespace.- Parameters:
namespace- the namespace whose expose imports are requested- Returns:
- a stream of owned expose imports
-
getOwnedExpose
Returns a list of allExposeimports owned by the given namespace.- Parameters:
namespace- the namespace whose expose imports are requested- Returns:
- a list of owned expose imports
-