Class CV
java.lang.Object
org.proforma.variability.transfer.CV
- All Implemented Interfaces:
Serializable,Iterable<V>
A composite variant specification is a tuple of variation specifications.
Every value itself can be a simple value like an integer or a string
or a complex table-specification.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()static CVbooleanstatic CVstatic CVfromString(String string) static CVfromString(String delim, String string) static CVfromValues(Object... valueData) get(int index) getCVp()inthashCode()booleaniterator()voidsetVariants(List<V> variants) intsize()toString()Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
CV
public CV() -
CV
-
CV
-
CV
-
-
Method Details
-
clone
-
fromSpecs
-
fromValues
-
getVariants
-
setVariants
-
switchToValue
-
switchToSpecs
-
compose
-
hashCode
public int hashCode() -
equals
-
toString
-
toString
-
fromString
-
fromString
-
hasPrefix
-
iterator
-
size
public int size() -
get
-
getCVp
-