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 ForwardingTable
public void clear()
ForwardingTable
clear
in interface ForwardingTable
public void match(Message m, MatchMessageHandler p)
ForwardingTable
match
in interface ForwardingTable
MatchMessageHandler
public void match(Message m, MatchHandler p)
ForwardingTable
match
in interface ForwardingTable
MatchHandler
public void ifconfig(java.lang.Object ifx, Predicate p) throws BadConstraintException
ForwardingTable
ifconfig
in interface ForwardingTable
BadConstraintException
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005-2011 Antonio Carzaniga.
This documentation is maintained by Antonio Carzaniga