Errai 3.0.1-SNAPSHOT

Uses of Class
org.jboss.errai.ioc.rebind.ioc.graph.SortUnit

Packages that use SortUnit
org.jboss.errai.ioc.rebind.ioc.graph   
 

Uses of SortUnit in org.jboss.errai.ioc.rebind.ioc.graph
 

Subclasses of SortUnit in org.jboss.errai.ioc.rebind.ioc.graph
 class ProxySortUnit
          A cycle breaking proxy used by the GraphBuilder to properly construct a graph which can accurately represent cycles.
 

Methods in org.jboss.errai.ioc.rebind.ioc.graph that return SortUnit
static SortUnit SortUnit.create(MetaClass type, Collection<Object> items, Collection<SortUnit> dependencies)
           
 

Methods in org.jboss.errai.ioc.rebind.ioc.graph that return types with arguments of type SortUnit
 List<SortUnit> GraphBuilder.build()
          Returns a graph of only incoming edges for use in a topological sort.
 Set<SortUnit> ProxySortUnit.getDependencies()
           
 Set<SortUnit> SortUnit.getDependencies()
          Returns a list of SortUnits which are depended on by this SortUnit.
static List<SortUnit> GraphSort.sortGraph(Collection<SortUnit> in)
          Performs of a topological sort and returns a new list of sorted SortUnits.
 

Methods in org.jboss.errai.ioc.rebind.ioc.graph with parameters of type SortUnit
 int ProxySortUnit.compareTo(SortUnit o)
           
 int SortUnit.compareTo(SortUnit o)
           
 boolean SortUnit.hasDependency(SortUnit unit)
          Determines whether or not the specified SortUnit is a direct or indirect dependency of this SortUnit.
 void ProxySortUnit.setDelegate(SortUnit unit)
          Sets the instance of SortUnit which should be proxied on.
 

Method parameters in org.jboss.errai.ioc.rebind.ioc.graph with type arguments of type SortUnit
static SortUnit SortUnit.create(MetaClass type, Collection<Object> items, Collection<SortUnit> dependencies)
           
static List<SortUnit> GraphSort.sortGraph(Collection<SortUnit> in)
          Performs of a topological sort and returns a new list of sorted SortUnits.
static String GraphBuilder.toDOTRepresentation(List<SortUnit> graph)
           
 

Constructor parameters in org.jboss.errai.ioc.rebind.ioc.graph with type arguments of type SortUnit
SortUnit(MetaClass type, List<Object> items, Set<SortUnit> dependencies)
           
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.