public class DateFacet extends VirtualFacet implements com.exalead.util.Checkable, java.io.Serializable
VirtualFacet.Transformer<T>, VirtualFacet.Visitor
Facet.FromDataModel, Facet.Implementation, Facet.RefinementPolicy, Facet.Type
FacetView.SortFunction
virtualRoot
additionalFacetView, aggregationFunction, dataModelClass, dataModelProperty, dataModelState, DEFAULT_IMPLEMENTATION, DEFAULT_IN_HITS, DEFAULT_IN_NAVIGATION, DEFAULT_MAX_SLICE_CATEGORIES, DEFAULT_REFINEMENT_POLICY, fromDataModel, id, implementation, index, inHits, inNavigation, maxSliceCategories, refinementPolicy, type
aggregateScores, DEFAULT_AGGREGATE_SCORES, DEFAULT_MAX_CATEGORIES, DEFAULT_MAX_CATEGORIES_PER_LEVEL, DEFAULT_MIN_DOCS_PER_CATEGORY, DEFAULT_REVERSE, DEFAULT_SORT_FUNCTION, explicitSortOrderValues, maxCategories, maxCategoriesPerLevel, minDocsPerCategory, reverse, sortAggregationFunction, sortFunction
Constructor and Description |
---|
DateFacet() |
DateFacet(DateFacet o)
Copy constructor
|
DateFacet(java.lang.String id,
java.lang.String virtualRoot,
java.lang.String expr) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(Facet.Transformer<T> transformer,
T[] t) |
void |
accept(Facet.Visitor visitor) |
<T> T |
accept(FacetView.Transformer<T> transformer,
T[] t) |
void |
accept(FacetView.Visitor visitor) |
<T> T |
accept(VirtualFacet.Transformer<T> transformer,
T[] t) |
void |
accept(VirtualFacet.Visitor visitor) |
void |
check(boolean deep,
java.lang.String errorContext)
Checks this DateFacet.
|
static DateFacet |
fromString(java.lang.String s)
String representation of this DateFacet.
|
java.lang.String |
getEndExpr()
A CONSTANT virtual expression that evaluates the time when the synthesis ends.
|
java.lang.String |
getExpr()
The date field or virtual expr on which the synthesis must be performed.
|
int |
getMaxCategoryTreeDepth()
Maximum depth of the returned category tree.
Whatever the level of refinement, there will never be more levels retrieved (this ensures we are not overtaking the maxCategoryTreeDepthFromRoot). |
int |
getMaxCategoryTreeDepthFromRoot()
Maximum depth of the returned category tree, starting from the global root of the category.
Setting this attribute to N means that no categories will be kept below this level. |
java.lang.String |
getStartExpr()
A CONSTANT virtual expression that evaluates the time when the synthesis starts (e.g.
|
int |
getUseAsFirstLevel()
Used internally by multidim refinements to tell which level is the first level below root.
|
boolean |
isAfterEnd()
Creates a virtual category for all dates after the end.
|
boolean |
isBeforeStart()
Creates a virtual category for all dates before the start.
|
boolean |
isDayDesc() |
boolean |
isHourDesc() |
boolean |
isMinuteDesc() |
boolean |
isMonthDesc() |
boolean |
isSecondDesc() |
boolean |
isWeekDesc() |
boolean |
isWithDay()
Creates a virtual category for each day.
|
boolean |
isWithHour()
Creates a virtual category for each hour.
|
boolean |
isWithMinute()
Creates a virtual category for each minute.
|
boolean |
isWithMonth()
Creates a virtual category for each month.
|
boolean |
isWithSecond()
Creates a virtual category for each second.
|
boolean |
isWithWeek()
Creates a virtual category for each week.
|
boolean |
isWithYear()
Creates a virtual category for each year.
|
boolean |
isYearDesc() |
DateFacet |
makeCopy()
Creates and returns a deep copy of this DateFacet.
|
static DateFacet |
readFrom(java.io.InputStream is)
Read this DateFacet from an XML fragment.
|
void |
setAfterEnd(boolean afterEnd)
Creates a virtual category for all dates after the end.
|
void |
setBeforeStart(boolean beforeStart)
Creates a virtual category for all dates before the start.
|
void |
setDayDesc(boolean dayDesc) |
void |
setEndExpr(java.lang.String endExpr)
A CONSTANT virtual expression that evaluates the time when the synthesis ends.
|
void |
setExpr(java.lang.String expr)
The date field or virtual expr on which the synthesis must be performed.
|
void |
setHourDesc(boolean hourDesc) |
void |
setMaxCategoryTreeDepth(int maxCategoryTreeDepth)
Maximum depth of the returned category tree.
Whatever the level of refinement, there will never be more levels retrieved (this ensures we are not overtaking the maxCategoryTreeDepthFromRoot). |
void |
setMaxCategoryTreeDepthFromRoot(int maxCategoryTreeDepthFromRoot)
Maximum depth of the returned category tree, starting from the global root of the category.
Setting this attribute to N means that no categories will be kept below this level. |
void |
setMinuteDesc(boolean minuteDesc) |
void |
setMonthDesc(boolean monthDesc) |
void |
setSecondDesc(boolean secondDesc) |
void |
setStartExpr(java.lang.String startExpr)
A CONSTANT virtual expression that evaluates the time when the synthesis starts (e.g.
|
void |
setUseAsFirstLevel(int useAsFirstLevel)
Used internally by multidim refinements to tell which level is the first level below root.
|
void |
setWeekDesc(boolean weekDesc) |
void |
setWithDay(boolean withDay)
Creates a virtual category for each day.
|
void |
setWithHour(boolean withHour)
Creates a virtual category for each hour.
|
void |
setWithMinute(boolean withMinute)
Creates a virtual category for each minute.
|
void |
setWithMonth(boolean withMonth)
Creates a virtual category for each month.
|
void |
setWithSecond(boolean withSecond)
Creates a virtual category for each second.
|
void |
setWithWeek(boolean withWeek)
Creates a virtual category for each week.
|
void |
setWithYear(boolean withYear)
Creates a virtual category for each year.
|
void |
setYearDesc(boolean yearDesc) |
java.lang.String |
toString()
String representation of this DateFacet.
|
DateFacet |
withAdditionalFacetView(AdditionalFacetView... __values) |
DateFacet |
withAdditionalFacetView(java.util.Collection<AdditionalFacetView> __values) |
DateFacet |
withAfterEnd(boolean afterEnd) |
DateFacet |
withAfterEnd(java.lang.Boolean afterEnd) |
DateFacet |
withAggregateScores(boolean aggregateScores)
Deprecated.
|
DateFacet |
withAggregateScores(java.lang.Boolean aggregateScores)
Deprecated.
|
DateFacet |
withAggregationFunction(AggregationFunction... __values)
A numerical computation to perform on hits matching each value of the facet.
|
DateFacet |
withAggregationFunction(java.util.Collection<AggregationFunction> __values) |
DateFacet |
withBeforeStart(boolean beforeStart) |
DateFacet |
withBeforeStart(java.lang.Boolean beforeStart) |
DateFacet |
withDataModelClass(java.lang.String dataModelClass) |
DateFacet |
withDataModelProperty(java.lang.String dataModelProperty) |
DateFacet |
withDataModelState(java.lang.String dataModelState) |
DateFacet |
withDayDesc(boolean dayDesc) |
DateFacet |
withDayDesc(java.lang.Boolean dayDesc) |
DateFacet |
withEndExpr(java.lang.String endExpr) |
DateFacet |
withExplicitSortOrderValues(java.lang.String explicitSortOrderValues) |
DateFacet |
withExpr(java.lang.String expr) |
DateFacet |
withFromDataModel(Facet fromDataModel) |
DateFacet |
withHourDesc(boolean hourDesc) |
DateFacet |
withHourDesc(java.lang.Boolean hourDesc) |
DateFacet |
withId(java.lang.String id) |
DateFacet |
withImplementation(java.lang.String implementation) |
DateFacet |
withIndex(int index) |
DateFacet |
withIndex(java.lang.Integer index) |
DateFacet |
withInHits(boolean inHits) |
DateFacet |
withInHits(java.lang.Boolean inHits) |
DateFacet |
withInNavigation(boolean inNavigation) |
DateFacet |
withInNavigation(java.lang.Boolean inNavigation) |
DateFacet |
withMaxCategories(int maxCategories) |
DateFacet |
withMaxCategories(java.lang.Integer maxCategories) |
DateFacet |
withMaxCategoriesPerLevel(int maxCategoriesPerLevel) |
DateFacet |
withMaxCategoriesPerLevel(java.lang.Integer maxCategoriesPerLevel) |
DateFacet |
withMaxCategoryTreeDepth(int maxCategoryTreeDepth) |
DateFacet |
withMaxCategoryTreeDepth(java.lang.Integer maxCategoryTreeDepth) |
DateFacet |
withMaxCategoryTreeDepthFromRoot(int maxCategoryTreeDepthFromRoot) |
DateFacet |
withMaxCategoryTreeDepthFromRoot(java.lang.Integer maxCategoryTreeDepthFromRoot) |
DateFacet |
withMaxSliceCategories(int maxSliceCategories) |
DateFacet |
withMaxSliceCategories(java.lang.Integer maxSliceCategories) |
DateFacet |
withMinDocsPerCategory(int minDocsPerCategory) |
DateFacet |
withMinDocsPerCategory(java.lang.Integer minDocsPerCategory) |
DateFacet |
withMinuteDesc(boolean minuteDesc) |
DateFacet |
withMinuteDesc(java.lang.Boolean minuteDesc) |
DateFacet |
withMonthDesc(boolean monthDesc) |
DateFacet |
withMonthDesc(java.lang.Boolean monthDesc) |
DateFacet |
withRefinementPolicy(java.lang.String refinementPolicy) |
DateFacet |
withReverse(boolean reverse) |
DateFacet |
withReverse(java.lang.Boolean reverse) |
DateFacet |
withSecondDesc(boolean secondDesc) |
DateFacet |
withSecondDesc(java.lang.Boolean secondDesc) |
DateFacet |
withSortAggregationFunction(java.lang.String sortAggregationFunction) |
DateFacet |
withSortFunction(java.lang.String sortFunction) |
DateFacet |
withStartExpr(java.lang.String startExpr) |
DateFacet |
withType(java.lang.String type) |
DateFacet |
withUseAsFirstLevel(int useAsFirstLevel) |
DateFacet |
withUseAsFirstLevel(java.lang.Integer useAsFirstLevel) |
DateFacet |
withVirtualRoot(java.lang.String virtualRoot) |
DateFacet |
withWeekDesc(boolean weekDesc) |
DateFacet |
withWeekDesc(java.lang.Boolean weekDesc) |
DateFacet |
withWithDay(boolean withDay) |
DateFacet |
withWithDay(java.lang.Boolean withDay) |
DateFacet |
withWithHour(boolean withHour) |
DateFacet |
withWithHour(java.lang.Boolean withHour) |
DateFacet |
withWithMinute(boolean withMinute) |
DateFacet |
withWithMinute(java.lang.Boolean withMinute) |
DateFacet |
withWithMonth(boolean withMonth) |
DateFacet |
withWithMonth(java.lang.Boolean withMonth) |
DateFacet |
withWithSecond(boolean withSecond) |
DateFacet |
withWithSecond(java.lang.Boolean withSecond) |
DateFacet |
withWithWeek(boolean withWeek) |
DateFacet |
withWithWeek(java.lang.Boolean withWeek) |
DateFacet |
withWithYear(boolean withYear) |
DateFacet |
withWithYear(java.lang.Boolean withYear) |
DateFacet |
withYearDesc(boolean yearDesc) |
DateFacet |
withYearDesc(java.lang.Boolean yearDesc) |
void |
writeTo(java.io.OutputStream os)
Write this DateFacet as an XML fragment
|
getVirtualRoot, setVirtualRoot
getAdditionalFacetView, getAdditionalFacetViewAsMap, getAdditionalFacetViewById, getAggregationFunction, getAggregationFunctionAsMap, getAggregationFunctionById, getDataModelClass, getDataModelProperty, getDataModelState, getFromDataModel, getId, getImplementation, getImplementationAsEnum, getIndex, getMaxSliceCategories, getRefinementPolicy, getRefinementPolicyAsEnum, getType, getTypeAsEnum, isA, isA, isA, isInHits, isInNavigation, isOneOf, isOneOf, isOneOf, removeAdditionalFacetViewById, removeAggregationFunctionById, setDataModelClass, setDataModelProperty, setDataModelState, setFromDataModel, setId, setImplementation, setImplementation, setIndex, setInHits, setInNavigation, setMaxSliceCategories, setRefinementPolicy, setRefinementPolicy, setType, setType
getExplicitSortOrderValues, getMaxCategories, getMaxCategoriesPerLevel, getMinDocsPerCategory, getSortAggregationFunction, getSortFunction, getSortFunctionAsEnum, isA, isAggregateScores, isOneOf, isReverse, setAggregateScores, setExplicitSortOrderValues, setMaxCategories, setMaxCategoriesPerLevel, setMinDocsPerCategory, setReverse, setSortAggregationFunction, setSortFunction, setSortFunction
public java.lang.String expr
public java.lang.String startExpr
public static final java.lang.String DEFAULT_START_EXPR
public java.lang.String endExpr
public static final java.lang.String DEFAULT_END_EXPR
public boolean beforeStart
public static final boolean DEFAULT_BEFORE_START
public boolean afterEnd
public static final boolean DEFAULT_AFTER_END
public boolean withYear
public static final boolean DEFAULT_WITH_YEAR
public boolean yearDesc
public static final boolean DEFAULT_YEAR_DESC
public boolean withMonth
public static final boolean DEFAULT_WITH_MONTH
public boolean monthDesc
public static final boolean DEFAULT_MONTH_DESC
public boolean withWeek
public static final boolean DEFAULT_WITH_WEEK
public boolean weekDesc
public static final boolean DEFAULT_WEEK_DESC
public boolean withDay
public static final boolean DEFAULT_WITH_DAY
public boolean dayDesc
public static final boolean DEFAULT_DAY_DESC
public boolean withHour
public static final boolean DEFAULT_WITH_HOUR
public boolean hourDesc
public static final boolean DEFAULT_HOUR_DESC
public boolean withMinute
public static final boolean DEFAULT_WITH_MINUTE
public boolean minuteDesc
public static final boolean DEFAULT_MINUTE_DESC
public boolean withSecond
public static final boolean DEFAULT_WITH_SECOND
public boolean secondDesc
public static final boolean DEFAULT_SECOND_DESC
public int useAsFirstLevel
public static final int DEFAULT_USE_AS_FIRST_LEVEL
public int maxCategoryTreeDepth
public static final int DEFAULT_MAX_CATEGORY_TREE_DEPTH
public int maxCategoryTreeDepthFromRoot
public static final int DEFAULT_MAX_CATEGORY_TREE_DEPTH_FROM_ROOT
public DateFacet()
public DateFacet(java.lang.String id, java.lang.String virtualRoot, java.lang.String expr)
public DateFacet(DateFacet o)
public DateFacet withVirtualRoot(java.lang.String virtualRoot)
withVirtualRoot
in class VirtualFacet
public DateFacet withId(java.lang.String id)
withId
in class VirtualFacet
public DateFacet withType(java.lang.String type)
withType
in class VirtualFacet
public DateFacet withIndex(int index)
withIndex
in class VirtualFacet
public DateFacet withIndex(java.lang.Integer index)
withIndex
in class VirtualFacet
public DateFacet withRefinementPolicy(java.lang.String refinementPolicy)
withRefinementPolicy
in class VirtualFacet
public DateFacet withImplementation(java.lang.String implementation)
withImplementation
in class VirtualFacet
public DateFacet withDataModelState(java.lang.String dataModelState)
withDataModelState
in class VirtualFacet
public DateFacet withFromDataModel(Facet fromDataModel)
withFromDataModel
in class VirtualFacet
public DateFacet withDataModelClass(java.lang.String dataModelClass)
withDataModelClass
in class VirtualFacet
public DateFacet withDataModelProperty(java.lang.String dataModelProperty)
withDataModelProperty
in class VirtualFacet
public DateFacet withInNavigation(boolean inNavigation)
withInNavigation
in class VirtualFacet
public DateFacet withInNavigation(java.lang.Boolean inNavigation)
withInNavigation
in class VirtualFacet
public DateFacet withInHits(boolean inHits)
withInHits
in class VirtualFacet
public DateFacet withInHits(java.lang.Boolean inHits)
withInHits
in class VirtualFacet
public DateFacet withAggregationFunction(AggregationFunction... __values)
withAggregationFunction
in class VirtualFacet
public DateFacet withAggregationFunction(java.util.Collection<AggregationFunction> __values)
withAggregationFunction
in class VirtualFacet
public DateFacet withAdditionalFacetView(AdditionalFacetView... __values)
withAdditionalFacetView
in class VirtualFacet
public DateFacet withAdditionalFacetView(java.util.Collection<AdditionalFacetView> __values)
withAdditionalFacetView
in class VirtualFacet
public DateFacet withMaxSliceCategories(int maxSliceCategories)
withMaxSliceCategories
in class VirtualFacet
public DateFacet withMaxSliceCategories(java.lang.Integer maxSliceCategories)
withMaxSliceCategories
in class VirtualFacet
public DateFacet withMinDocsPerCategory(int minDocsPerCategory)
withMinDocsPerCategory
in class VirtualFacet
public DateFacet withMinDocsPerCategory(java.lang.Integer minDocsPerCategory)
withMinDocsPerCategory
in class VirtualFacet
public DateFacet withMaxCategories(int maxCategories)
withMaxCategories
in class VirtualFacet
public DateFacet withMaxCategories(java.lang.Integer maxCategories)
withMaxCategories
in class VirtualFacet
public DateFacet withMaxCategoriesPerLevel(int maxCategoriesPerLevel)
withMaxCategoriesPerLevel
in class VirtualFacet
public DateFacet withMaxCategoriesPerLevel(java.lang.Integer maxCategoriesPerLevel)
withMaxCategoriesPerLevel
in class VirtualFacet
public DateFacet withSortFunction(java.lang.String sortFunction)
withSortFunction
in class VirtualFacet
public DateFacet withSortAggregationFunction(java.lang.String sortAggregationFunction)
withSortAggregationFunction
in class VirtualFacet
public DateFacet withExplicitSortOrderValues(java.lang.String explicitSortOrderValues)
withExplicitSortOrderValues
in class VirtualFacet
public DateFacet withReverse(boolean reverse)
withReverse
in class VirtualFacet
public DateFacet withReverse(java.lang.Boolean reverse)
withReverse
in class VirtualFacet
@Deprecated public DateFacet withAggregateScores(boolean aggregateScores)
withAggregateScores
in class VirtualFacet
@Deprecated public DateFacet withAggregateScores(java.lang.Boolean aggregateScores)
withAggregateScores
in class VirtualFacet
public void setExpr(java.lang.String expr)
public java.lang.String getExpr()
public DateFacet withExpr(java.lang.String expr)
public void setStartExpr(java.lang.String startExpr)
public java.lang.String getStartExpr()
public DateFacet withStartExpr(java.lang.String startExpr)
public void setEndExpr(java.lang.String endExpr)
public java.lang.String getEndExpr()
public DateFacet withEndExpr(java.lang.String endExpr)
public void setBeforeStart(boolean beforeStart)
public boolean isBeforeStart()
public DateFacet withBeforeStart(boolean beforeStart)
public DateFacet withBeforeStart(java.lang.Boolean beforeStart)
public void setAfterEnd(boolean afterEnd)
public boolean isAfterEnd()
public DateFacet withAfterEnd(boolean afterEnd)
public DateFacet withAfterEnd(java.lang.Boolean afterEnd)
public void setWithYear(boolean withYear)
public boolean isWithYear()
public DateFacet withWithYear(boolean withYear)
public DateFacet withWithYear(java.lang.Boolean withYear)
public void setYearDesc(boolean yearDesc)
public boolean isYearDesc()
public DateFacet withYearDesc(boolean yearDesc)
public DateFacet withYearDesc(java.lang.Boolean yearDesc)
public void setWithMonth(boolean withMonth)
public boolean isWithMonth()
public DateFacet withWithMonth(boolean withMonth)
public DateFacet withWithMonth(java.lang.Boolean withMonth)
public void setMonthDesc(boolean monthDesc)
public boolean isMonthDesc()
public DateFacet withMonthDesc(boolean monthDesc)
public DateFacet withMonthDesc(java.lang.Boolean monthDesc)
public void setWithWeek(boolean withWeek)
public boolean isWithWeek()
public DateFacet withWithWeek(boolean withWeek)
public DateFacet withWithWeek(java.lang.Boolean withWeek)
public void setWeekDesc(boolean weekDesc)
public boolean isWeekDesc()
public DateFacet withWeekDesc(boolean weekDesc)
public DateFacet withWeekDesc(java.lang.Boolean weekDesc)
public void setWithDay(boolean withDay)
public boolean isWithDay()
public DateFacet withWithDay(boolean withDay)
public DateFacet withWithDay(java.lang.Boolean withDay)
public void setDayDesc(boolean dayDesc)
public boolean isDayDesc()
public DateFacet withDayDesc(boolean dayDesc)
public DateFacet withDayDesc(java.lang.Boolean dayDesc)
public void setWithHour(boolean withHour)
public boolean isWithHour()
public DateFacet withWithHour(boolean withHour)
public DateFacet withWithHour(java.lang.Boolean withHour)
public void setHourDesc(boolean hourDesc)
public boolean isHourDesc()
public DateFacet withHourDesc(boolean hourDesc)
public DateFacet withHourDesc(java.lang.Boolean hourDesc)
public void setWithMinute(boolean withMinute)
public boolean isWithMinute()
public DateFacet withWithMinute(boolean withMinute)
public DateFacet withWithMinute(java.lang.Boolean withMinute)
public void setMinuteDesc(boolean minuteDesc)
public boolean isMinuteDesc()
public DateFacet withMinuteDesc(boolean minuteDesc)
public DateFacet withMinuteDesc(java.lang.Boolean minuteDesc)
public void setWithSecond(boolean withSecond)
public boolean isWithSecond()
public DateFacet withWithSecond(boolean withSecond)
public DateFacet withWithSecond(java.lang.Boolean withSecond)
public void setSecondDesc(boolean secondDesc)
public boolean isSecondDesc()
public DateFacet withSecondDesc(boolean secondDesc)
public DateFacet withSecondDesc(java.lang.Boolean secondDesc)
public void setUseAsFirstLevel(int useAsFirstLevel)
public int getUseAsFirstLevel()
public DateFacet withUseAsFirstLevel(int useAsFirstLevel)
public DateFacet withUseAsFirstLevel(java.lang.Integer useAsFirstLevel)
public void setMaxCategoryTreeDepth(int maxCategoryTreeDepth)
public int getMaxCategoryTreeDepth()
public DateFacet withMaxCategoryTreeDepth(int maxCategoryTreeDepth)
public DateFacet withMaxCategoryTreeDepth(java.lang.Integer maxCategoryTreeDepth)
public void setMaxCategoryTreeDepthFromRoot(int maxCategoryTreeDepthFromRoot)
public int getMaxCategoryTreeDepthFromRoot()
public DateFacet withMaxCategoryTreeDepthFromRoot(int maxCategoryTreeDepthFromRoot)
public DateFacet withMaxCategoryTreeDepthFromRoot(java.lang.Integer maxCategoryTreeDepthFromRoot)
public DateFacet makeCopy()
makeCopy
in class VirtualFacet
public static DateFacet readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
writeTo
in class VirtualFacet
javax.xml.bind.JAXBException
java.io.IOException
public static DateFacet fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class VirtualFacet
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class VirtualFacet
com.exalead.util.TypedException
public void accept(VirtualFacet.Visitor visitor) throws com.exalead.util.TypedException
accept
in class VirtualFacet
com.exalead.util.TypedException
public void accept(Facet.Visitor visitor) throws com.exalead.util.TypedException
public void accept(FacetView.Visitor visitor) throws com.exalead.util.TypedException
public <T> T accept(VirtualFacet.Transformer<T> transformer, T[] t) throws com.exalead.util.TypedException
accept
in class VirtualFacet
com.exalead.util.TypedException
public <T> T accept(Facet.Transformer<T> transformer, T[] t) throws com.exalead.util.TypedException
public <T> T accept(FacetView.Transformer<T> transformer, T[] t) throws com.exalead.util.TypedException
Copyright © 2013 Dassault Systèmes, All Rights Reserved.