public interface Template
| Modifier and Type | Method and Description |
|---|---|
BtrpElement |
check()
Build a new element that inherit from a template.
|
BtrpOperand.Type |
getElementType()
Get the type of built elements.
|
String |
getIdentifier()
Get the identifier associated to the template.
|
void |
setNamingServiceNodes(NamingService<Node> srvNodes)
Set the node naming service to use for that template.
|
void |
setNamingServiceVMs(NamingService<VM> srvVMs)
Set the vm naming service to use for that template.
|
BtrpElement check() throws ElementBuilderException
ElementBuilderExceptionString getIdentifier()
BtrpOperand.Type getElementType()
BtrpOperand.Type.VM or BtrpOperand.Type.NODEvoid setNamingServiceNodes(NamingService<Node> srvNodes)
srvNodes - the service to usevoid setNamingServiceVMs(NamingService<VM> srvVMs)
srvVMs - the service to useCopyright © 2016 University of Nice-Sophia Antipolis. All Rights Reserved.