public final class OperatorBehaviourFactory extends Object
Modifier and Type | Method and Description |
---|---|
static OperatorBehaviour |
createAddBehaviour(String symbol,
int neededArguments) |
static OperatorBehaviour |
createDivBehaviour(String symbol,
int neededArguments) |
static OperatorBehaviour |
createMulBehaviour(String symbol,
int neededArguments) |
static OperatorBehaviour |
createNoBehaviour() |
static OperatorBehaviour |
createPowBehaviour(String symbol,
int neededArguments) |
static OperatorBehaviour |
createSubsBehaviour(String symbol,
int neededArguments) |
public static OperatorBehaviour createAddBehaviour(String symbol, int neededArguments)
public static OperatorBehaviour createSubsBehaviour(String symbol, int neededArguments)
public static OperatorBehaviour createMulBehaviour(String symbol, int neededArguments)
public static OperatorBehaviour createDivBehaviour(String symbol, int neededArguments)
public static OperatorBehaviour createPowBehaviour(String symbol, int neededArguments)
public static OperatorBehaviour createNoBehaviour()
Copyright © 2013. All Rights Reserved.