public class PhasesInfo
extends java.lang.Object
| Constructor and Description |
|---|
PhasesInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Phase> |
getGlobalInFaultPhases() |
java.util.List<Phase> |
getGlobalInflow() |
java.util.List<Phase> |
getGlobalOutPhaseList() |
java.util.List<Phase> |
getIN_FaultPhases() |
java.util.List<Phase> |
getINPhases() |
java.util.List<Phase> |
getOperationInFaultPhases() |
java.util.ArrayList<Phase> |
getOperationInPhases() |
java.util.ArrayList<Phase> |
getOperationOutFaultPhases() |
java.util.ArrayList<Phase> |
getOperationOutPhases() |
java.util.List<Phase> |
getOUT_FaultPhases() |
java.util.List<Phase> |
getOutFaultPhaseList() |
java.util.List<Phase> |
getOUTPhases() |
Phase |
makePhase(org.apache.axiom.om.OMElement phaseElement) |
void |
setIN_FaultPhases(java.util.List<Phase> IN_FaultPhases) |
void |
setINPhases(java.util.List<Phase> INPhases) |
void |
setOperationPhases(AxisOperation axisOperation) |
void |
setOUT_FaultPhases(java.util.List<Phase> OUT_FaultPhases) |
void |
setOUTPhases(java.util.List<Phase> OUTPhases) |
public Phase makePhase(org.apache.axiom.om.OMElement phaseElement) throws PhaseException
PhaseExceptionpublic java.util.List<Phase> getGlobalInflow() throws DeploymentException
DeploymentExceptionpublic java.util.List<Phase> getGlobalOutPhaseList() throws DeploymentException
DeploymentExceptionpublic java.util.List<Phase> getINPhases()
public java.util.List<Phase> getIN_FaultPhases()
public java.util.List<Phase> getOUTPhases()
public java.util.List<Phase> getOutFaultPhaseList()
public java.util.List<Phase> getOUT_FaultPhases() throws DeploymentException
DeploymentExceptionpublic java.util.List<Phase> getOperationInFaultPhases() throws DeploymentException
DeploymentExceptionpublic java.util.List<Phase> getGlobalInFaultPhases() throws DeploymentException
DeploymentExceptionpublic java.util.ArrayList<Phase> getOperationInPhases() throws DeploymentException
DeploymentExceptionpublic java.util.ArrayList<Phase> getOperationOutFaultPhases() throws DeploymentException
DeploymentExceptionpublic java.util.ArrayList<Phase> getOperationOutPhases() throws DeploymentException
DeploymentExceptionpublic void setINPhases(java.util.List<Phase> INPhases)
public void setIN_FaultPhases(java.util.List<Phase> IN_FaultPhases)
public void setOUTPhases(java.util.List<Phase> OUTPhases)
public void setOUT_FaultPhases(java.util.List<Phase> OUT_FaultPhases)
public void setOperationPhases(AxisOperation axisOperation) throws AxisFault
AxisFaultCopyright © 2004-2021 The Apache Software Foundation. All Rights Reserved.