public class ApplicationEdgeImpl extends AbstractEdge<ApplicationEdgeEntity> implements ApplicationEdge
DEFAULT_WEIGHT
Constructor and Description |
---|
ApplicationEdgeImpl(BusinessServiceManager manager,
ApplicationEdgeEntity entity) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(EdgeVisitor<T> visitor) |
Application |
getApplication() |
String |
getFriendlyName() |
Set<String> |
getReductionKeys() |
void |
setApplication(Application application) |
String |
toString() |
delete, equals, getEntity, getId, getManager, getMapFunction, getOperationalStatus, getSource, getWeight, hashCode, setMapFunction, setSource, setWeight
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
delete, getId, getMapFunction, getOperationalStatus, getSource, getWeight, setMapFunction, setSource, setWeight
public ApplicationEdgeImpl(BusinessServiceManager manager, ApplicationEdgeEntity entity)
public Application getApplication()
getApplication
in interface ApplicationEdge
public void setApplication(Application application)
setApplication
in interface ApplicationEdge
public Set<String> getReductionKeys()
getReductionKeys
in interface Edge
public String toString()
toString
in class AbstractEdge<ApplicationEdgeEntity>
public String getFriendlyName()
getFriendlyName
in interface Edge
public <T> T accept(EdgeVisitor<T> visitor)
Copyright © 2021. All rights reserved.