Package org.apache.cayenne.ashwood.graph
Interface Digraph<E,V> 
- All Superinterfaces:
- DigraphIteration<E,- V> 
- All Known Implementing Classes:
- MapDigraph
- Since:
- 3.1
- 
Method SummaryModifier and TypeMethodDescriptionbooleanaddAllVertices(Collection<? extends E> vertices) booleanbooleancontainsAllVertices(Collection<? extends E> vertices) booleancontainsVertex(E vertex) booleanintincomingSize(E vertex) booleanisEmpty()booleanisIncomingEmpty(E vertex) booleanisOutgoingEmpty(E vertex) intorder()intoutgoingSize(E vertex) booleanremoveAllVertices(Collection<? extends E> vertices) booleanremoveIncoming(E vertex) booleanremoveOutgoing(E vertex) booleanremoveVertex(E vertex) intsize()Methods inherited from interface org.apache.cayenne.ashwood.graph.DigraphIterationarcIterator, incomingIterator, outgoingIterator, vertexIterator
- 
Method Details- 
addVertex
- 
addAllVertices
- 
putArc
- 
getArc
- 
removeVertex
- 
removeAllVertices
- 
removeArc
- 
removeIncoming
- 
removeOutgoing
- 
orderint order()
- 
sizeint size()
- 
outgoingSize
- 
incomingSize
- 
containsVertex
- 
containsAllVertices
- 
hasArc
- 
isEmptyboolean isEmpty()
- 
isOutgoingEmpty
- 
isIncomingEmpty
 
-