org.keridwen.modelling.group.editor.editor
Class DefaultGroupsListValidator

java.lang.Object
  extended by org.keridwen.modelling.group.editor.editor.DefaultGroupsListValidator

public class DefaultGroupsListValidator
extends Object


Constructor Summary
DefaultGroupsListValidator()
           
 
Method Summary
 void addIgnoredGroup(com.artenum.frida.interfaces.GroupInterface group)
           
 boolean checkListValidity()
           
 ArrayList<com.artenum.frida.interfaces.GroupInterface> getIgnoredGroupList()
           
 com.artenum.frida.group.OrderedGroupList getInputList()
           
 ArrayList<com.artenum.frida.interfaces.GroupInterface> getProblemGroups()
           
 com.artenum.frida.group.OrderedGroupList getReferenceList()
           
 com.artenum.frida.group.OrderedGroupList getValidatedList()
           
 void removeGroupFromIgnoredGroupsList(com.artenum.frida.interfaces.GroupInterface group)
           
 void setInitialGroupsList(com.artenum.frida.group.OrderedGroupList inputGroupsList)
           
 void setMeshList(com.artenum.frida.group.OrderedGroupList referenceGroupsList)
           
 void setView(DefaultGroupsListValidatorView viewIn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultGroupsListValidator

public DefaultGroupsListValidator()
Method Detail

setView

public void setView(DefaultGroupsListValidatorView viewIn)

setInitialGroupsList

public void setInitialGroupsList(com.artenum.frida.group.OrderedGroupList inputGroupsList)

setMeshList

public void setMeshList(com.artenum.frida.group.OrderedGroupList referenceGroupsList)

getReferenceList

public com.artenum.frida.group.OrderedGroupList getReferenceList()

getInputList

public com.artenum.frida.group.OrderedGroupList getInputList()

addIgnoredGroup

public void addIgnoredGroup(com.artenum.frida.interfaces.GroupInterface group)

removeGroupFromIgnoredGroupsList

public void removeGroupFromIgnoredGroupsList(com.artenum.frida.interfaces.GroupInterface group)

getIgnoredGroupList

public ArrayList<com.artenum.frida.interfaces.GroupInterface> getIgnoredGroupList()

checkListValidity

public boolean checkListValidity()

getValidatedList

public com.artenum.frida.group.OrderedGroupList getValidatedList()

getProblemGroups

public ArrayList<com.artenum.frida.interfaces.GroupInterface> getProblemGroups()


Copyright © 2012-2013 Artenum. All Rights Reserved.