public class EngineVertexParam
extends java.lang.Object
Constructor and Description |
---|
EngineVertexParam() |
Modifier and Type | Method and Description |
---|---|
boolean |
existConditionParam() |
boolean |
existTypeParam() |
java.util.function.Predicate<Element> |
getVertexCondition() |
java.util.Set<java.lang.Integer> |
getVertexTypes() |
boolean |
isEmptyParam() |
boolean |
isIncludeProps() |
void |
setIncludeProps(boolean includeProps) |
void |
setVertexCondition(java.util.function.Predicate<Element> vertexCondition) |
void |
setVertexTypes(java.util.Set<java.lang.Integer> vertexTypes) |
public java.util.Set<java.lang.Integer> getVertexTypes()
public void setVertexTypes(java.util.Set<java.lang.Integer> vertexTypes)
public java.util.function.Predicate<Element> getVertexCondition()
public void setVertexCondition(java.util.function.Predicate<Element> vertexCondition)
public boolean isEmptyParam()
public boolean isIncludeProps()
public void setIncludeProps(boolean includeProps)
public boolean existTypeParam()
public boolean existConditionParam()