Package | Description |
---|---|
com.streamscape.cli.tlp | |
com.streamscape.sdo.mf.admin |
Modifier and Type | Method and Description |
---|---|
void |
FabricConnection.exportSemanticType(java.lang.String typeName)
Exports the specified Semantic Type to the Fabric node with which the connection established.
|
void |
FabricConnection.importSemanticType(java.lang.String typeName)
Imports the specified Semantic Type from the Fabric node with which the connection established.
|
Modifier and Type | Method and Description |
---|---|
static void |
TypeFactory.addSemanticType(SemanticType semanticType)
Adds the specified Semantic Type to the environment.
|
void |
SemanticTypeFactory.addSemanticType(SemanticType semanticType)
Adds the specified Semantic Type to the environment.
|
static void |
TypeFactory.removeSemanticType(java.lang.String typeName)
Executes the method
TypeFactory.removeSemanticType(String, boolean)
with the false second parameter (i.e. |
void |
SemanticTypeFactory.removeSemanticType(java.lang.String typeName)
Executes the method
SemanticTypeFactory.removeSemanticType(String, boolean)
with the false second parameter (i.e. |
static void |
TypeFactory.removeSemanticType(java.lang.String typeName,
boolean force)
Removes a
Semantic Type with the specified name. |
void |
SemanticTypeFactory.removeSemanticType(java.lang.String typeName,
boolean force)
Removes a
Semantic Type with the specified name. |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.