public class ServiceNode extends Object
Modifier and Type | Field and Description |
---|---|
static String |
INITIAL_NODE
This boolean property indicates whether the service node
is an initial node in the graph.
|
Constructor and Description |
---|
ServiceNode()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
OperationNode |
getOperation(String name)
This method returns the operation node associated with
the supplied name.
|
Set<OperationNode> |
getOperations()
This method returns the operation nodes.
|
Map<String,Object> |
getProperties()
This method returns the properties associated with
the node.
|
ServiceDefinition |
getService()
This method returns the service definition.
|
List<Situation> |
getSituations()
This method returns the situations associated with
the node.
|
void |
setService(ServiceDefinition sd)
This method sets the service definition.
|
public static final String INITIAL_NODE
public ServiceDefinition getService()
public void setService(ServiceDefinition sd)
sd
- The service definitionpublic Set<OperationNode> getOperations()
public OperationNode getOperation(String name)
name
- The operation namepublic Map<String,Object> getProperties()
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.