public abstract class OperatorFactory extends Object
Constructor and Description |
---|
OperatorFactory() |
Modifier and Type | Method and Description |
---|---|
abstract Operator |
getOperator(Operator.Type type)
Returns an operator of the given type.
|
abstract boolean |
isOperatorSupported(Operator.Type type)
Returns True if the given operator exists.
|
public abstract boolean isOperatorSupported(Operator.Type type)
public abstract Operator getOperator(Operator.Type type)
Copyright © 2018. All rights reserved.