Class AEdge
- java.lang.Object
-
- eu.europa.ec.eurostat.jgiscotools.agent.Agent
-
- eu.europa.ec.eurostat.jgiscotools.regionsimplify.AEdge
-
public class AEdge extends Agent
- Author:
- julien Gaffuri
-
-
Field Summary
-
Fields inherited from class eu.europa.ec.eurostat.jgiscotools.agent.Agent
LOGGER, satisfaction, SATISFACTION_RESOLUTION
-
-
Constructor Summary
Constructors Constructor Description AEdge(Edge object, ATesselation aTess)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
ATesselation
getAtesselation()
Edge
getObject()
-
Methods inherited from class eu.europa.ec.eurostat.jgiscotools.agent.Agent
activate, addConstraint, clearConstraints, computeSatisfaction, freeze, getConstraint, getConstraints, getId, getSatisfaction, getTransformations, isDeleted, isFrozen, isSatisfied, removeConstraint, setDeleted, setId, toString, unFreeze
-
-
-
-
Constructor Detail
-
AEdge
public AEdge(Edge object, ATesselation aTess)
-
-