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