Class DynamicNameGenerator
- java.lang.Object
-
- org.neotropic.kuwaiba.core.persistence.reference.naming.util.DynamicNameGenerator
-
public class DynamicNameGenerator extends Object
Class to get a set of dynamic names given a expression to build a name- Author:
- Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>
-
-
Constructor Summary
Constructors Constructor Description DynamicNameGenerator(String expressionForTheName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getDynamicNames()
int
getNumberOfDynamicNames()
boolean
isMirrorPortsSequence()
if is true it means that the created sequence are mirror ports and they shall be connectedboolean
isMultipleMirrorPorts()
if is true it means that the created sequence are multiple mirror ports and they shall be connectedvoid
recursiveName(String values, int idxNextDynamicSection)
-
-
-
Constructor Detail
-
DynamicNameGenerator
public DynamicNameGenerator(String expressionForTheName) throws InvalidArgumentException
- Throws:
InvalidArgumentException
-
-
Method Detail
-
isMirrorPortsSequence
public boolean isMirrorPortsSequence()
if is true it means that the created sequence are mirror ports and they shall be connected
-
isMultipleMirrorPorts
public boolean isMultipleMirrorPorts()
if is true it means that the created sequence are multiple mirror ports and they shall be connected
-
recursiveName
public void recursiveName(String values, int idxNextDynamicSection)
-
getNumberOfDynamicNames
public int getNumberOfDynamicNames()
-
-