public class OperationNode extends Object
Constructor and Description |
---|
OperationNode()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
OperationDefinition |
getOperation()
This method returns the operation.
|
Properties |
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 |
setOperation(OperationDefinition op)
This method sets the operation.
|
void |
setService(ServiceDefinition sd)
This method sets the service definition.
|
public ServiceDefinition getService()
public void setService(ServiceDefinition sd)
sd
- The service definitionpublic OperationDefinition getOperation()
public void setOperation(OperationDefinition op)
op
- The operationpublic Properties getProperties()
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.