public class CallDependencies
extends java.lang.Object
| Constructor and Description |
|---|
CallDependencies(com.ptc.pfc.pfcModel.Dependencies deps) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(CallDependency dep) |
static CallDependencies |
create() |
CallDependency |
get(int idx) |
int |
getarraysize() |
com.ptc.pfc.pfcModel.Dependencies |
getDependencies() |
public static CallDependencies create() throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void append(CallDependency dep) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic int getarraysize()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic CallDependency get(int idx) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.pfc.pfcModel.Dependencies getDependencies()