Package org.seamcat.model.types.result
Class VectorGroupResultType
- java.lang.Object
-
- org.seamcat.model.types.result.VectorGroupResultType
-
- All Implemented Interfaces:
ResultType<java.util.List<VectorResultType>>
public class VectorGroupResultType extends java.lang.Object implements ResultType<java.util.List<VectorResultType>>
-
-
Constructor Summary
Constructors Constructor Description VectorGroupResultType(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(ResultTypeVisitor visitor)
void
addVector(VectorResultType vector)
ValueDefinition
def()
java.lang.String
description()
java.lang.String
getName()
Unit
getUnit()
int
size()
java.lang.String
toString()
java.util.List<VectorResultType>
value()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getUnit
public Unit getUnit()
-
size
public int size()
-
addVector
public void addVector(VectorResultType vector)
-
def
public ValueDefinition def()
- Specified by:
def
in interfaceResultType<java.util.List<VectorResultType>>
-
description
public java.lang.String description()
- Specified by:
description
in interfaceResultType<java.util.List<VectorResultType>>
-
value
public java.util.List<VectorResultType> value()
- Specified by:
value
in interfaceResultType<java.util.List<VectorResultType>>
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
accept
public void accept(ResultTypeVisitor visitor)
- Specified by:
accept
in interfaceResultType<java.util.List<VectorResultType>>
-
-