org.commonjava.tensor.agg
Interface AggregationOptions


public interface AggregationOptions


Method Summary
 DiscoveryConfig getDiscoveryConfig()
           
 long getDiscoveryTimeoutMillis()
           
 org.apache.maven.graph.effective.filter.ProjectRelationshipFilter getFilter()
           
 boolean isDiscoveryEnabled()
           
 boolean processIncompleteSubgraphs()
           
 boolean processVariableSubgraphs()
           
 

Method Detail

getFilter

org.apache.maven.graph.effective.filter.ProjectRelationshipFilter getFilter()

processIncompleteSubgraphs

boolean processIncompleteSubgraphs()

processVariableSubgraphs

boolean processVariableSubgraphs()

getDiscoveryConfig

DiscoveryConfig getDiscoveryConfig()

isDiscoveryEnabled

boolean isDiscoveryEnabled()

getDiscoveryTimeoutMillis

long getDiscoveryTimeoutMillis()


Copyright © 2013. All Rights Reserved.