public static class IntegrationFunctionSpecification.IntegrationAtom extends Object implements IntegrationFunctionSpecification.IntegrationExpression
Constructor and Description |
---|
IntegrationAtom(String componentName,
byte threshold,
int minNeighbours,
int maxNeighbours) |
IntegrationAtom(String componentName,
byte threshold,
int minNeighbours,
int maxNeighbours,
int distance) |
IntegrationAtom(String componentName,
byte threshold,
int minNeighbours,
int maxNeighbours,
int minDistance,
int maxDistance) |
Modifier and Type | Method and Description |
---|---|
String |
getComponentName() |
int |
getMaxDistance() |
int |
getMaxNeighbours() |
int |
getMinDistance() |
int |
getMinNeighbours() |
byte |
getThreshold() |
public IntegrationAtom(String componentName, byte threshold, int minNeighbours, int maxNeighbours)
public IntegrationAtom(String componentName, byte threshold, int minNeighbours, int maxNeighbours, int distance)
public IntegrationAtom(String componentName, byte threshold, int minNeighbours, int maxNeighbours, int minDistance, int maxDistance)
public String getComponentName()
public byte getThreshold()
public int getMinNeighbours()
public int getMaxNeighbours()
public int getMinDistance()
public int getMaxDistance()
Copyright © 2005–2020. All rights reserved.