public class PersistentClassGraphDefiner extends Object implements GraphDefiner<PersistentClass,String>
| Constructor and Description | 
|---|
PersistentClassGraphDefiner(Configuration cfg)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<PersistentClass> | 
getNeighbours(PersistentClass pc)  | 
String | 
getRepresentation(PersistentClass pc)  | 
PersistentClass | 
getValue(String entityName)  | 
List<PersistentClass> | 
getValues()  | 
public PersistentClassGraphDefiner(Configuration cfg)
public String getRepresentation(PersistentClass pc)
getRepresentation in interface GraphDefiner<PersistentClass,String>public PersistentClass getValue(String entityName)
getValue in interface GraphDefiner<PersistentClass,String>public List<PersistentClass> getNeighbours(PersistentClass pc)
getNeighbours in interface GraphDefiner<PersistentClass,String>public List<PersistentClass> getValues()
getValues in interface GraphDefiner<PersistentClass,String>Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.