public class GraphTypeDesc extends Object
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
Constructor and Description |
---|
GraphTypeDesc() |
GraphTypeDesc(boolean wildcard,
boolean underlying,
EventType eventType) |
Modifier and Type | Method and Description |
---|---|
EventType |
getEventType() |
boolean |
isUnderlying() |
boolean |
isWildcard() |
CodegenExpression |
make(CodegenMethodScope parent,
SAIFFInitializeSymbol symbols,
CodegenClassScope classScope) |
void |
setEventType(EventType eventType) |
void |
setUnderlying(boolean underlying) |
void |
setWildcard(boolean wildcard) |
public static final EPTypeClass EPTYPE
public GraphTypeDesc()
public GraphTypeDesc(boolean wildcard, boolean underlying, EventType eventType)
public CodegenExpression make(CodegenMethodScope parent, SAIFFInitializeSymbol symbols, CodegenClassScope classScope)
public boolean isWildcard()
public boolean isUnderlying()
public EventType getEventType()
public void setWildcard(boolean wildcard)
public void setUnderlying(boolean underlying)
public void setEventType(EventType eventType)
Copyright © 2005–2020. All rights reserved.