public class GraphTypeDesc extends Object
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 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–2019. All rights reserved.