|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.connector.ccmdb.model.def.RelationRuleSet
public class RelationRuleSet
A set of RelationRuleDefinition instances grouped by relation name.
Constructor Summary | |
---|---|
RelationRuleSet()
|
Method Summary | |
---|---|
void |
addRelationRule(RelationRuleDefinition rule)
|
java.util.Collection<java.lang.String> |
getRelationNames()
|
java.util.List<RelationRuleDefinition> |
getRelationRules(java.lang.String relationName)
|
boolean |
isEmpty()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RelationRuleSet()
Method Detail |
---|
public void addRelationRule(RelationRuleDefinition rule)
rule
- public java.util.Collection<java.lang.String> getRelationNames()
public java.util.List<RelationRuleDefinition> getRelationRules(java.lang.String relationName)
relationName
-
public boolean isEmpty()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |