public class TimeAnchor extends PMMLObject implements HasDisplayName<TimeAnchor>
| Modifier and Type | Class and Description |
|---|---|
static class |
TimeAnchor.Type |
| Constructor and Description |
|---|
TimeAnchor() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
TimeAnchor |
addTimeCycles(TimeCycle... timeCycles) |
TimeAnchor |
addTimeExceptions(TimeException... timeExceptions) |
String |
getDisplayName() |
Integer |
getOffset() |
Integer |
getStepsize() |
List<TimeCycle> |
getTimeCycles() |
List<TimeException> |
getTimeExceptions() |
TimeAnchor.Type |
getType() |
boolean |
hasTimeCycles() |
boolean |
hasTimeExceptions() |
TimeAnchor |
setDisplayName(String displayName) |
TimeAnchor |
setOffset(Integer offset) |
TimeAnchor |
setStepsize(Integer stepsize) |
TimeAnchor |
setType(TimeAnchor.Type type) |
getLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic TimeAnchor.Type getType()
public TimeAnchor setType(TimeAnchor.Type type)
public Integer getOffset()
public TimeAnchor setOffset(Integer offset)
public Integer getStepsize()
public TimeAnchor setStepsize(Integer stepsize)
public String getDisplayName()
getDisplayName in interface HasDisplayName<TimeAnchor>public TimeAnchor setDisplayName(String displayName)
setDisplayName in interface HasDisplayName<TimeAnchor>public boolean hasTimeCycles()
public TimeAnchor addTimeCycles(TimeCycle... timeCycles)
public boolean hasTimeExceptions()
public List<TimeException> getTimeExceptions()
public TimeAnchor addTimeExceptions(TimeException... timeExceptions)
public VisitorAction accept(Visitor visitor)
Copyright © 2019 University of Tartu. All rights reserved.