public class Assembler extends Object
GraphCollection assembler| Constructor and Description |
|---|
Assembler() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assemble(GraphCollection gc,
String signatureGraphName)
Assembles a
GraphCollection, adds signature by default
Adds a signature graph with signature statements to the GraphCollection. |
static void |
assemble(GraphCollection gc,
String signatureGraphName,
Boolean addSignature)
Assembles a
GraphCollection
Adds a signature graph with signature statements to the GraphCollection. |
public static void assemble(GraphCollection gc, String signatureGraphName) throws Exception
GraphCollection, adds signature by default
Adds a signature graph with signature statements to the GraphCollection.gc - GraphCollection to assemblesignatureGraphName - name of signature graphExceptionpublic static void assemble(GraphCollection gc, String signatureGraphName, Boolean addSignature) throws Exception
GraphCollection
Adds a signature graph with signature statements to the GraphCollection.gc - GraphCollection to assemblesignatureGraphName - name of signature graphaddSignature - add signature statement to graph?ExceptionCopyright © 2018. All rights reserved.