public class SFFTable extends java.lang.Object implements ForwardingTable
| Constructor and Description |
|---|
SFFTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
clears the forwarding table.
|
void |
consolidate() |
void |
ifconfig(java.lang.Object ifx,
Predicate p)
associates an interface with a predicate
This is the main method that builds the forwarding table.
|
void |
match(Message m,
MatchHandler p)
matches a message against the proedicates in the table.
|
void |
match(Message m,
MatchMessageHandler p)
matches a message against the proedicates in the table.
|
java.lang.String |
toString() |
public void consolidate()
consolidate in interface ForwardingTablepublic void clear()
ForwardingTableclear in interface ForwardingTablepublic void match(Message m, MatchMessageHandler p)
ForwardingTablematch in interface ForwardingTableMatchMessageHandlerpublic void match(Message m, MatchHandler p)
ForwardingTablematch in interface ForwardingTableMatchHandlerpublic void ifconfig(java.lang.Object ifx,
Predicate p)
throws BadConstraintException
ForwardingTableifconfig in interface ForwardingTableBadConstraintExceptionpublic java.lang.String toString()
toString in class java.lang.Object
Copyright © 2005-2011 Antonio Carzaniga.
This documentation is maintained by Antonio Carzaniga