Interface IvmlGraphMapper.IvmlGraphElement
-
- All Known Subinterfaces:
IvmlGraphMapper.IvmlGraph,IvmlGraphMapper.IvmlGraphEdge,IvmlGraphMapper.IvmlGraphNode
- All Known Implementing Classes:
ConfigurationAas.IipEdge,ConfigurationAas.IipGraph,ConfigurationAas.IipNode,DefaultEdge,DefaultGraph,DefaultGraphElement,DefaultNode
- Enclosing interface:
- IvmlGraphMapper
public static interface IvmlGraphMapper.IvmlGraphElementBasic interface for all graph elements.- Author:
- Holger Eichelberger, SSE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Returns the name of the element.net.ssehub.easy.varModel.confModel.IDecisionVariablegetVariable()Returns the underlying IVML variable.voidsetName(java.lang.String name)Changes the name of the element.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Returns the name of the element.- Returns:
- the name
-
setName
void setName(java.lang.String name)
Changes the name of the element.- Parameters:
name- the new name
-
getVariable
net.ssehub.easy.varModel.confModel.IDecisionVariable getVariable()
Returns the underlying IVML variable.- Returns:
- the variable
-
-